Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 14:54
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/afd49be086bbb62ceb56c30628b8d236 to your computer and use it in GitHub Desktop.
Save ryantm/afd49be086bbb62ceb56c30628b8d236 to your computer and use it in GitHub Desktop.
/nix/store/7v51i2xs89ncxmq7m5aw99akzn3sa1vw-python3.7-django-redis-4.10.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_redis
│   │   ├── cache.py
│   │   ├── client
│   │   │   ├── default.py
│   │   │   ├── herd.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── default.cpython-37.pyc
│   │   │   │   ├── herd.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── sharded.cpython-37.pyc
│   │   │   └── sharded.py
│   │   ├── compressors
│   │   │   ├── base.py
│   │   │   ├── identity.py
│   │   │   ├── __init__.py
│   │   │   ├── lz4.py
│   │   │   ├── lzma.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── identity.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lz4.cpython-37.pyc
│   │   │   │   ├── lzma.cpython-37.pyc
│   │   │   │   └── zlib.cpython-37.pyc
│   │   │   └── zlib.py
│   │   ├── exceptions.py
│   │   ├── hash_ring.py
│   │   ├── __init__.py
│   │   ├── pool.py
│   │   ├── __pycache__
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── hash_ring.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pool.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── serializers
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── json.py
│   │   │   ├── msgpack.py
│   │   │   ├── pickle.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── json.cpython-37.pyc
│   │   │   ├── msgpack.cpython-37.pyc
│   │   │   └── pickle.cpython-37.pyc
│   │   └── util.py
│   └── django_redis-4.10.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment