Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/3baa59b3c83bdc4e51bf92bac95f517e to your computer and use it in GitHub Desktop.
Save r-ryantm/3baa59b3c83bdc4e51bf92bac95f517e to your computer and use it in GitHub Desktop.
/nix/store/kvxzry0f9qkjs2gxqqnlf6j4iza0slav-python2.7-django-storages-1.9.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── django_storages-1.9.1.dist-info
│   │   ├── AUTHORS
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── storages
│   ├── backends
│   │   ├── apache_libcloud.py
│   │   ├── apache_libcloud.pyc
│   │   ├── azure_storage.py
│   │   ├── azure_storage.pyc
│   │   ├── dropbox.py
│   │   ├── dropbox.pyc
│   │   ├── ftp.py
│   │   ├── ftp.pyc
│   │   ├── gcloud.py
│   │   ├── gcloud.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── s3boto3.py
│   │   ├── s3boto3.pyc
│   │   ├── sftpstorage.py
│   │   └── sftpstorage.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── utils.py
│   └── utils.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment