Skip to content

Instantly share code, notes, and snippets.

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/1dbdda7daa6b65ff59dfc7054f5018b9 to your computer and use it in GitHub Desktop.
Save r-ryantm/1dbdda7daa6b65ff59dfc7054f5018b9 to your computer and use it in GitHub Desktop.
/nix/store/1prf6ripy8fvcigzr77zw894sxmyfsmw-python3.7-aiohttp-socks-0.3.9
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aiohttp_socks
│   │   ├── connector.py
│   │   ├── __init__.py
│   │   ├── proxy
│   │   │   ├── abc.py
│   │   │   ├── base_proxy.py
│   │   │   ├── chain_proxy.py
│   │   │   ├── enums.py
│   │   │   ├── errors.py
│   │   │   ├── factory.py
│   │   │   ├── helpers.py
│   │   │   ├── http_proxy.py
│   │   │   ├── __init__.py
│   │   │   ├── mixins.py
│   │   │   ├── __pycache__
│   │   │   │   ├── abc.cpython-37.pyc
│   │   │   │   ├── base_proxy.cpython-37.pyc
│   │   │   │   ├── chain_proxy.cpython-37.pyc
│   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── factory.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── http_proxy.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── mixins.cpython-37.pyc
│   │   │   │   ├── socks4_proxy.cpython-37.pyc
│   │   │   │   └── socks5_proxy.cpython-37.pyc
│   │   │   ├── socks4_proxy.py
│   │   │   └── socks5_proxy.py
│   │   ├── __pycache__
│   │   │   ├── connector.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── aiohttp_socks-0.3.9.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment