Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 17:17
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/c7a66f41e39dbd71b3950893e9c8d93f to your computer and use it in GitHub Desktop.
Save ryantm/c7a66f41e39dbd71b3950893e9c8d93f to your computer and use it in GitHub Desktop.
/nix/store/ngs74h6x1gbi8bm7hq2a5nkskkm4czcz-python3.7-fasteners-0.15
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fasteners
│   │   ├── __init__.py
│   │   ├── lock.py
│   │   ├── process_lock.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lock.cpython-37.pyc
│   │   │   ├── process_lock.cpython-37.pyc
│   │   │   ├── test.cpython-37.pyc
│   │   │   ├── _utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── test.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_decorators.cpython-37.pyc
│   │   │   │   ├── test_helpers.cpython-37.pyc
│   │   │   │   ├── test_lock.cpython-37.pyc
│   │   │   │   └── test_process_lock.cpython-37.pyc
│   │   │   ├── test_decorators.py
│   │   │   ├── test_helpers.py
│   │   │   ├── test_lock.py
│   │   │   └── test_process_lock.py
│   │   ├── _utils.py
│   │   └── version.py
│   └── fasteners-0.15.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment