Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 21, 2020 12:00
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/b34c4d265d0f86b76b7a6e52ac017b4c to your computer and use it in GitHub Desktop.
Save r-ryantm/b34c4d265d0f86b76b7a6e52ac017b4c to your computer and use it in GitHub Desktop.
/nix/store/d7x6hba37rwhvwad0qvza3mgh3f90zy3-python3.8-executor-23.2
├── bin
│   └── executor
├── lib
│   └── python3.8
│   └── site-packages
│   ├── executor
│   │   ├── chroot.py
│   │   ├── cli.py
│   │   ├── concurrent.py
│   │   ├── contexts.py
│   │   ├── __init__.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── chroot.cpython-38.pyc
│   │   │   ├── cli.cpython-38.pyc
│   │   │   ├── concurrent.cpython-38.pyc
│   │   │   ├── contexts.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── process.cpython-38.pyc
│   │   │   ├── schroot.cpython-38.pyc
│   │   │   ├── tcp.cpython-38.pyc
│   │   │   └── tests.cpython-38.pyc
│   │   ├── schroot.py
│   │   ├── ssh
│   │   │   ├── client.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── client.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── server.cpython-38.pyc
│   │   │   └── server.py
│   │   ├── tcp.py
│   │   └── tests.py
│   └── executor-23.2.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment