Skip to content

Instantly share code, notes, and snippets.

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