Skip to content

Instantly share code, notes, and snippets.

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/40dec83ea7a97546588a242e3e20d86c to your computer and use it in GitHub Desktop.
Save r-ryantm/40dec83ea7a97546588a242e3e20d86c to your computer and use it in GitHub Desktop.
/nix/store/aq5bdlkkaj15bghw25h0p6rg12zfjb1s-python3.7-immutables-0.12
├── lib
│   └── python3.7
│   └── site-packages
│   ├── immutables
│   │   ├── __init__.py
│   │   ├── _map.c
│   │   ├── _map.cpython-37m-x86_64-linux-gnu.so
│   │   ├── _map.h
│   │   ├── map.py
│   │   ├── _map.pyi
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── map.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── py.typed
│   │   └── _version.py
│   └── immutables-0.12.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment