Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 22:44
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/a7c0838b711a4ace726b77b0e116c495 to your computer and use it in GitHub Desktop.
Save r-ryantm/a7c0838b711a4ace726b77b0e116c495 to your computer and use it in GitHub Desktop.
/nix/store/c8ly9mx946lsi94dp2chli34ipfw17cb-python3.7-entrypoint2-0.2.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── entrypoint2
│   │   ├── about.py
│   │   ├── examples
│   │   │   ├── caller.py
│   │   │   ├── hello.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── caller.cpython-37.pyc
│   │   │   │   ├── hello.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── repeating.cpython-37.pyc
│   │   │   └── repeating.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── about.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── entrypoint2-0.2.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment