Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 00:57
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/e5063832a30d0b48f473c3639bb7af3e to your computer and use it in GitHub Desktop.
Save r-ryantm/e5063832a30d0b48f473c3639bb7af3e to your computer and use it in GitHub Desktop.
/nix/store/z2y3hiy7qg9migh2ay85kvihs1jcw2c5-python2.7-treq-20.4.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── treq
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── auth.py
│   │   ├── auth.pyc
│   │   ├── client.py
│   │   ├── client.pyc
│   │   ├── content.py
│   │   ├── content.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── multipart.py
│   │   ├── multipart.pyc
│   │   ├── response.py
│   │   ├── response.pyc
│   │   ├── test
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── local_httpbin
│   │   │   │   ├── child.py
│   │   │   │   ├── child.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── parent.py
│   │   │   │   ├── parent.pyc
│   │   │   │   ├── shared.py
│   │   │   │   ├── shared.pyc
│   │   │   │   └── test
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_child.py
│   │   │   │   ├── test_child.pyc
│   │   │   │   ├── test_parent.py
│   │   │   │   ├── test_parent.pyc
│   │   │   │   ├── test_shared.py
│   │   │   │   └── test_shared.pyc
│   │   │   ├── test_api.py
│   │   │   ├── test_api.pyc
│   │   │   ├── test_auth.py
│   │   │   ├── test_auth.pyc
│   │   │   ├── test_client.py
│   │   │   ├── test_client.pyc
│   │   │   ├── test_content.py
│   │   │   ├── test_content.pyc
│   │   │   ├── test_multipart.py
│   │   │   ├── test_multipart.pyc
│   │   │   ├── test_response.py
│   │   │   ├── test_response.pyc
│   │   │   ├── test_testing.py
│   │   │   ├── test_testing.pyc
│   │   │   ├── test_utils.py
│   │   │   ├── test_utils.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── testing.py
│   │   ├── testing.pyc
│   │   ├── _utils.py
│   │   ├── _utils.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── treq-20.4.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 63 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment