Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 19, 2020 23:48
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/d04f66016e8c598fbec5d480e9d5d9b9 to your computer and use it in GitHub Desktop.
Save r-ryantm/d04f66016e8c598fbec5d480e9d5d9b9 to your computer and use it in GitHub Desktop.
/nix/store/7swv81jibm99a8bm41k8ppdnli90y3vx-python3.7-batchspawner-1.0.1
├── bin
│   └── batchspawner-singleuser
├── lib
│   └── python3.7
│   └── site-packages
│   ├── batchspawner
│   │   ├── api.py
│   │   ├── batchspawner.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── batchspawner.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── singleuser.cpython-37.pyc
│   │   └── singleuser.py
│   └── batchspawner-1.0.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment