Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 04:08
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/5bf8e5a1a82de70ccf7a1e3bca996adb to your computer and use it in GitHub Desktop.
Save r-ryantm/5bf8e5a1a82de70ccf7a1e3bca996adb to your computer and use it in GitHub Desktop.
/nix/store/agfbag9a9s6mfxj0sjv91fjzmyakrddp-python3.7-treq-20.9.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── treq
│   │   ├── api.py
│   │   ├── auth.py
│   │   ├── client.py
│   │   ├── content.py
│   │   ├── __init__.py
│   │   ├── multipart.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── content.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── multipart.cpython-37.pyc
│   │   │   ├── response.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── _utils.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── response.py
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── local_httpbin
│   │   │   │   ├── child.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── parent.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── child.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── parent.cpython-37.pyc
│   │   │   │   │   └── shared.cpython-37.pyc
│   │   │   │   ├── shared.py
│   │   │   │   └── test
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_child.cpython-37.pyc
│   │   │   │   │   ├── test_parent.cpython-37.pyc
│   │   │   │   │   └── test_shared.cpython-37.pyc
│   │   │   │   ├── test_child.py
│   │   │   │   ├── test_parent.py
│   │   │   │   └── test_shared.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_api.cpython-37.pyc
│   │   │   │   ├── test_auth.cpython-37.pyc
│   │   │   │   ├── test_client.cpython-37.pyc
│   │   │   │   ├── test_content.cpython-37.pyc
│   │   │   │   ├── test_multipart.cpython-37.pyc
│   │   │   │   ├── test_response.cpython-37.pyc
│   │   │   │   ├── test_testing.cpython-37.pyc
│   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── test_api.py
│   │   │   ├── test_auth.py
│   │   │   ├── test_client.py
│   │   │   ├── test_content.py
│   │   │   ├── test_multipart.py
│   │   │   ├── test_response.py
│   │   │   ├── test_testing.py
│   │   │   ├── test_utils.py
│   │   │   └── util.py
│   │   ├── testing.py
│   │   ├── _utils.py
│   │   └── _version.py
│   └── treq-20.9.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment