Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 29, 2020 09:25
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/ccbb190b0a1b4995ad04b84b0bd00f0e to your computer and use it in GitHub Desktop.
Save r-ryantm/ccbb190b0a1b4995ad04b84b0bd00f0e to your computer and use it in GitHub Desktop.
/nix/store/4h0gx8jms3g48zzln9vflj4icdd3w97w-python3.7-bidict-0.21.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bidict
│   │   ├── _abc.py
│   │   ├── _base.py
│   │   ├── _bidict.py
│   │   ├── _delegating.py
│   │   ├── _dup.py
│   │   ├── _exc.py
│   │   ├── _frozenbidict.py
│   │   ├── _frozenordered.py
│   │   ├── __init__.py
│   │   ├── _iter.py
│   │   ├── metadata.py
│   │   ├── _mut.py
│   │   ├── _named.py
│   │   ├── _orderedbase.py
│   │   ├── _orderedbidict.py
│   │   ├── __pycache__
│   │   │   ├── _abc.cpython-37.pyc
│   │   │   ├── _base.cpython-37.pyc
│   │   │   ├── _bidict.cpython-37.pyc
│   │   │   ├── _delegating.cpython-37.pyc
│   │   │   ├── _dup.cpython-37.pyc
│   │   │   ├── _exc.cpython-37.pyc
│   │   │   ├── _frozenbidict.cpython-37.pyc
│   │   │   ├── _frozenordered.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _iter.cpython-37.pyc
│   │   │   ├── metadata.cpython-37.pyc
│   │   │   ├── _mut.cpython-37.pyc
│   │   │   ├── _named.cpython-37.pyc
│   │   │   ├── _orderedbase.cpython-37.pyc
│   │   │   ├── _orderedbidict.cpython-37.pyc
│   │   │   ├── _typing.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── py.typed
│   │   ├── _typing.py
│   │   └── _version.py
│   └── bidict-0.21.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment