Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 19:13
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/d9a912c79afdcb8d987048a3a5919a05 to your computer and use it in GitHub Desktop.
Save ryantm/d9a912c79afdcb8d987048a3a5919a05 to your computer and use it in GitHub Desktop.
/nix/store/b0agf8j3zyh52y803l96z25c166ccx6g-python3.7-h2-3.1.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── h2
│   │   ├── config.py
│   │   ├── connection.py
│   │   ├── errors.py
│   │   ├── events.py
│   │   ├── exceptions.py
│   │   ├── frame_buffer.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── frame_buffer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── stream.cpython-37.pyc
│   │   │   ├── utilities.cpython-37.pyc
│   │   │   └── windows.cpython-37.pyc
│   │   ├── settings.py
│   │   ├── stream.py
│   │   ├── utilities.py
│   │   └── windows.py
│   └── h2-3.1.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment