Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 04: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 ryantm/0226657ca05c6d0aff12be8816eaab57 to your computer and use it in GitHub Desktop.
Save ryantm/0226657ca05c6d0aff12be8816eaab57 to your computer and use it in GitHub Desktop.
/nix/store/2l877gx239f509dyr9k3sq4zv09y16f9-python3.7-fastcache-1.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fastcache
│   │   ├── benchmark.py
│   │   ├── __init__.py
│   │   ├── _lrucache.cpython-37m-x86_64-linux-gnu.so
│   │   ├── __pycache__
│   │   │   ├── benchmark.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_clrucache.cpython-37.pyc
│   │   │   ├── test_functools.cpython-37.pyc
│   │   │   └── test_thread.cpython-37.pyc
│   │   ├── test_clrucache.py
│   │   ├── test_functools.py
│   │   └── test_thread.py
│   └── fastcache-1.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment