Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 18: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 ryantm/74addb65ad864031f46cf67826571e05 to your computer and use it in GitHub Desktop.
Save ryantm/74addb65ad864031f46cf67826571e05 to your computer and use it in GitHub Desktop.
/nix/store/55ljzkkkgiscxsxhmwvpdi3f6i74wvw0-python3.7-h11-0.9.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── h11
│   │   ├── _abnf.py
│   │   ├── _connection.py
│   │   ├── _events.py
│   │   ├── _headers.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── _abnf.cpython-37.pyc
│   │   │   ├── _connection.cpython-37.pyc
│   │   │   ├── _events.cpython-37.pyc
│   │   │   ├── _headers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _readers.cpython-37.pyc
│   │   │   ├── _receivebuffer.cpython-37.pyc
│   │   │   ├── _state.cpython-37.pyc
│   │   │   ├── _util.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── _writers.cpython-37.pyc
│   │   ├── _readers.py
│   │   ├── _receivebuffer.py
│   │   ├── _state.py
│   │   ├── tests
│   │   │   ├── data
│   │   │   │   └── test-file
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_against_stdlib_http.cpython-37.pyc
│   │   │   │   ├── test_connection.cpython-37.pyc
│   │   │   │   ├── test_events.cpython-37.pyc
│   │   │   │   ├── test_headers.cpython-37.pyc
│   │   │   │   ├── test_helpers.cpython-37.pyc
│   │   │   │   ├── test_io.cpython-37.pyc
│   │   │   │   ├── test_receivebuffer.cpython-37.pyc
│   │   │   │   ├── test_state.cpython-37.pyc
│   │   │   │   └── test_util.cpython-37.pyc
│   │   │   ├── test_against_stdlib_http.py
│   │   │   ├── test_connection.py
│   │   │   ├── test_events.py
│   │   │   ├── test_headers.py
│   │   │   ├── test_helpers.py
│   │   │   ├── test_io.py
│   │   │   ├── test_receivebuffer.py
│   │   │   ├── test_state.py
│   │   │   └── test_util.py
│   │   ├── _util.py
│   │   ├── _version.py
│   │   └── _writers.py
│   └── h11-0.9.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment