Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 18:22
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/831117cc52c6c48a635e12492d992a0d to your computer and use it in GitHub Desktop.
Save ryantm/831117cc52c6c48a635e12492d992a0d to your computer and use it in GitHub Desktop.
/nix/store/k3dy4756cqz6mgzy57zc8ybli3p4xs9s-python3.7-portalocker-1.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── portalocker
│   │   ├── __about__.py
│   │   ├── constants.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── portalocker.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── portalocker.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   ├── portalocker-1.5.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── portalocker_tests
│   ├── conftest.py
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── conftest.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── temporary_file_lock.cpython-37.pyc
│   │   ├── test_combined.cpython-37.pyc
│   │   └── tests.cpython-37.pyc
│   ├── temporary_file_lock.py
│   ├── test_combined.py
│   └── tests.py
└── 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