Created
January 16, 2019 22:34
-
-
Save ryantm/5a7b38398fb030a23e18711131a5f33e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/k0kjmzmss36k0llzi7p97dds0r1pdfz9-python3.7-pyrsistent-0.14.9 | |
├── lib | |
│ └── python3.7 | |
│ └── site-packages | |
│ ├── pvectorc.cpython-37m-x86_64-linux-gnu.so | |
│ ├── __pycache__ | |
│ │ └── _pyrsistent_version.cpython-37.pyc | |
│ ├── pyrsistent | |
│ │ ├── _checked_types.py | |
│ │ ├── _compat.py | |
│ │ ├── _field_common.py | |
│ │ ├── _helpers.py | |
│ │ ├── _immutable.py | |
│ │ ├── __init__.py | |
│ │ ├── __init__.pyi | |
│ │ ├── _pbag.py | |
│ │ ├── _pclass.py | |
│ │ ├── _pdeque.py | |
│ │ ├── _plist.py | |
│ │ ├── _pmap.py | |
│ │ ├── _precord.py | |
│ │ ├── _pset.py | |
│ │ ├── _pvector.py | |
│ │ ├── __pycache__ | |
│ │ │ ├── _checked_types.cpython-37.pyc | |
│ │ │ ├── _compat.cpython-37.pyc | |
│ │ │ ├── _field_common.cpython-37.pyc | |
│ │ │ ├── _helpers.cpython-37.pyc | |
│ │ │ ├── _immutable.cpython-37.pyc | |
│ │ │ ├── __init__.cpython-37.pyc | |
│ │ │ ├── _pbag.cpython-37.pyc | |
│ │ │ ├── _pclass.cpython-37.pyc | |
│ │ │ ├── _pdeque.cpython-37.pyc | |
│ │ │ ├── _plist.cpython-37.pyc | |
│ │ │ ├── _pmap.cpython-37.pyc | |
│ │ │ ├── _precord.cpython-37.pyc | |
│ │ │ ├── _pset.cpython-37.pyc | |
│ │ │ ├── _pvector.cpython-37.pyc | |
│ │ │ ├── _toolz.cpython-37.pyc | |
│ │ │ ├── _transformations.cpython-37.pyc | |
│ │ │ └── typing.cpython-37.pyc | |
│ │ ├── py.typed | |
│ │ ├── _toolz.py | |
│ │ ├── _transformations.py | |
│ │ ├── typing.py | |
│ │ └── typing.pyi | |
│ ├── pyrsistent-0.14.9.dist-info | |
│ │ ├── INSTALLER | |
│ │ ├── LICENCE.mit | |
│ │ ├── METADATA | |
│ │ ├── RECORD | |
│ │ ├── top_level.txt | |
│ │ └── WHEEL | |
│ └── _pyrsistent_version.py | |
└── nix-support | |
└── propagated-build-inputs | |
8 directories, 47 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment