Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 16:26
Show Gist options
  • Save ryantm/5c51fd1c54827b491c278774c85c8926 to your computer and use it in GitHub Desktop.
Save ryantm/5c51fd1c54827b491c278774c85c8926 to your computer and use it in GitHub Desktop.
/nix/store/nsjqr5yp2ys11cf83m87lp36dbh5mlmb-python3.6-django-environ-0.4.4
├── lib
│   └── python3.6
│   └── site-packages
│   ├── django_environ-0.4.4.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE.txt
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── environ
│   ├── environ.py
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── environ.cpython-36.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   └── test.cpython-36.pyc
│   ├── test_env.txt
│   └── test.py
└── nix-support
└── propagated-build-inputs
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment