Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 21:15
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/ccdf62ac8b988a8353c536ac897a28f2 to your computer and use it in GitHub Desktop.
Save ryantm/ccdf62ac8b988a8353c536ac897a28f2 to your computer and use it in GitHub Desktop.
/nix/store/91h9yp19qpp47cwba5l2kzzjwchvqzd2-python3.8-boolean.py-3.7
├── lib
│   └── python3.8
│   └── site-packages
│   ├── boolean
│   │   ├── boolean.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── boolean.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── test_boolean.cpython-38.pyc
│   │   └── test_boolean.py
│   └── boolean.py-3.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment