Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 08:58
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 ryantm/de3689f2a2b89c2a9387b24a8148c910 to your computer and use it in GitHub Desktop.
Save ryantm/de3689f2a2b89c2a9387b24a8148c910 to your computer and use it in GitHub Desktop.
/nix/store/4y9hkwwik5dszni320mldb57y05m03ak-python3.7-affine-2.3.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── affine
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   ├── test_rotation.cpython-37.pyc
│   │   │   └── test_transform.cpython-37.pyc
│   │   ├── test_pickle.py
│   │   ├── test_rotation.py
│   │   └── test_transform.py
│   └── affine-2.3.0.dist-info
│   ├── AUTHORS.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
9 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment