Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 08:20
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/b1eec99af243f6b64131e6b0ebdafbaa to your computer and use it in GitHub Desktop.
Save r-ryantm/b1eec99af243f6b64131e6b0ebdafbaa to your computer and use it in GitHub Desktop.
/nix/store/qrj6vk5z9dm8i3ai74m7gwr08nf5kq8n-python3.7-aioprocessing-1.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aioprocessing
│   │   ├── connection.py
│   │   ├── executor.py
│   │   ├── __init__.py
│   │   ├── locks.py
│   │   ├── managers.py
│   │   ├── pool.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── executor.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── locks.cpython-37.pyc
│   │   │   ├── managers.cpython-37.pyc
│   │   │   ├── pool.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   ├── queues.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── queues.py
│   │   └── util.py
│   └── aioprocessing-1.1.0.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment