Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 18:01
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/724dae202203da4bb2af53a97f47ce72 to your computer and use it in GitHub Desktop.
Save ryantm/724dae202203da4bb2af53a97f47ce72 to your computer and use it in GitHub Desktop.
/nix/store/5lxs1axbnq2i9sq1kc4h7knywr2b55gj-python3.7-hyperframe-5.2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── hyperframe
│   │   ├── exceptions.py
│   │   ├── flags.py
│   │   ├── frame.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── exceptions.cpython-37.pyc
│   │   ├── flags.cpython-37.pyc
│   │   ├── frame.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── hyperframe-5.2.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment