Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 15: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/51bce4fc9b2992df6ef2fc36b4d29a8f to your computer and use it in GitHub Desktop.
Save ryantm/51bce4fc9b2992df6ef2fc36b4d29a8f to your computer and use it in GitHub Desktop.
/nix/store/a4ag1wvraxn7ggxdc5ivh1nnhq62ramd-python3.7-pyrsistent-0.15.2
├── 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.15.2.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