Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 21:02
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/d2d2cf9784021dd75d4286f5b8854bdc to your computer and use it in GitHub Desktop.
Save ryantm/d2d2cf9784021dd75d4286f5b8854bdc to your computer and use it in GitHub Desktop.
/nix/store/iyxsbvx20xa66835dd4wg0fdn3q35lpw-python3.8-dogpile.cache-0.9.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── dogpile
│   │   ├── cache
│   │   │   ├── api.py
│   │   │   ├── backends
│   │   │   │   ├── file.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── memcached.py
│   │   │   │   ├── memory.py
│   │   │   │   ├── null.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── file.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── memcached.cpython-38.pyc
│   │   │   │   │   ├── memory.cpython-38.pyc
│   │   │   │   │   ├── null.cpython-38.pyc
│   │   │   │   │   └── redis.cpython-38.pyc
│   │   │   │   └── redis.py
│   │   │   ├── exception.py
│   │   │   ├── __init__.py
│   │   │   ├── plugins
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mako_cache.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── mako_cache.cpython-38.pyc
│   │   │   ├── proxy.py
│   │   │   ├── __pycache__
│   │   │   │   ├── api.cpython-38.pyc
│   │   │   │   ├── exception.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── proxy.cpython-38.pyc
│   │   │   │   ├── region.cpython-38.pyc
│   │   │   │   └── util.cpython-38.pyc
│   │   │   ├── region.py
│   │   │   └── util.py
│   │   ├── core.py
│   │   ├── __init__.py
│   │   ├── lock.py
│   │   ├── __pycache__
│   │   │   ├── core.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── lock.cpython-38.pyc
│   │   └── util
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── langhelpers.py
│   │   ├── nameregistry.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── langhelpers.cpython-38.pyc
│   │   │   ├── nameregistry.cpython-38.pyc
│   │   │   └── readwrite_lock.cpython-38.pyc
│   │   └── readwrite_lock.py
│   └── dogpile.cache-0.9.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment