Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 05:44
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/6e7764ebc3acf6e737222ec73b3b7d80 to your computer and use it in GitHub Desktop.
Save ryantm/6e7764ebc3acf6e737222ec73b3b7d80 to your computer and use it in GitHub Desktop.
/nix/store/frcyqfy9df66fjpx2fd2r8apywm0461m-python3.7-bidict-0.18.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bidict
│   │   ├── _abc.py
│   │   ├── _base.py
│   │   ├── _bidict.py
│   │   ├── compat.py
│   │   ├── _delegating_mixins.py
│   │   ├── _dup.py
│   │   ├── _exc.py
│   │   ├── _frozenbidict.py
│   │   ├── _frozenordered.py
│   │   ├── __init__.py
│   │   ├── _marker.py
│   │   ├── metadata.py
│   │   ├── _miss.py
│   │   ├── _mut.py
│   │   ├── _named.py
│   │   ├── _noop.py
│   │   ├── _orderedbase.py
│   │   ├── _orderedbidict.py
│   │   ├── __pycache__
│   │   │   ├── _abc.cpython-37.pyc
│   │   │   ├── _base.cpython-37.pyc
│   │   │   ├── _bidict.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── _delegating_mixins.cpython-37.pyc
│   │   │   ├── _dup.cpython-37.pyc
│   │   │   ├── _exc.cpython-37.pyc
│   │   │   ├── _frozenbidict.cpython-37.pyc
│   │   │   ├── _frozenordered.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _marker.cpython-37.pyc
│   │   │   ├── metadata.cpython-37.pyc
│   │   │   ├── _miss.cpython-37.pyc
│   │   │   ├── _mut.cpython-37.pyc
│   │   │   ├── _named.cpython-37.pyc
│   │   │   ├── _noop.cpython-37.pyc
│   │   │   ├── _orderedbase.cpython-37.pyc
│   │   │   ├── _orderedbidict.cpython-37.pyc
│   │   │   ├── _util.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _util.py
│   │   └── _version.py
│   └── bidict-0.18.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment