Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 14, 2018 22:10
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/fb62b98546425278fb563f4784103ae5 to your computer and use it in GitHub Desktop.
Save ryantm/fb62b98546425278fb563f4784103ae5 to your computer and use it in GitHub Desktop.
/nix/store/h1y1g5mq3j23mvlv36q5lhrl7n4r9n6d-python3.7-billiard-3.5.0.5
├── lib
│   └── python3.7
│   └── site-packages
│   ├── billiard
│   │   ├── common.py
│   │   ├── compat.py
│   │   ├── connection.py
│   │   ├── context.py
│   │   ├── dummy
│   │   │   ├── connection.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── connection.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── einfo.py
│   │   ├── exceptions.py
│   │   ├── _ext.py
│   │   ├── five.py
│   │   ├── forkserver.py
│   │   ├── heap.py
│   │   ├── __init__.py
│   │   ├── managers.py
│   │   ├── pool.py
│   │   ├── popen_fork.py
│   │   ├── popen_forkserver.py
│   │   ├── popen_spawn_posix.py
│   │   ├── popen_spawn_win32.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── context.cpython-37.pyc
│   │   │   ├── einfo.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── _ext.cpython-37.pyc
│   │   │   ├── five.cpython-37.pyc
│   │   │   ├── forkserver.cpython-37.pyc
│   │   │   ├── heap.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── managers.cpython-37.pyc
│   │   │   ├── pool.cpython-37.pyc
│   │   │   ├── popen_fork.cpython-37.pyc
│   │   │   ├── popen_forkserver.cpython-37.pyc
│   │   │   ├── popen_spawn_posix.cpython-37.pyc
│   │   │   ├── popen_spawn_win32.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   ├── queues.cpython-37.pyc
│   │   │   ├── reduction.cpython-37.pyc
│   │   │   ├── resource_sharer.cpython-37.pyc
│   │   │   ├── semaphore_tracker.cpython-37.pyc
│   │   │   ├── sharedctypes.cpython-37.pyc
│   │   │   ├── spawn.cpython-37.pyc
│   │   │   ├── synchronize.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── _win.cpython-37.pyc
│   │   ├── queues.py
│   │   ├── reduction.py
│   │   ├── resource_sharer.py
│   │   ├── semaphore_tracker.py
│   │   ├── sharedctypes.py
│   │   ├── spawn.py
│   │   ├── synchronize.py
│   │   ├── util.py
│   │   └── _win.py
│   └── billiard-3.5.0.5.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment