Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 15:02
Show Gist options
  • Save ryantm/34ac453e3193d888a9d3fdf84399ac70 to your computer and use it in GitHub Desktop.
Save ryantm/34ac453e3193d888a9d3fdf84399ac70 to your computer and use it in GitHub Desktop.
/nix/store/jd21az00dr0lzxkrw659xgimyqsbbp13-python3.6-aiohttp-3.4.4
├── lib
│   └── python3.6
│   └── site-packages
│   ├── aiohttp
│   │   ├── abc.py
│   │   ├── base_protocol.py
│   │   ├── client_exceptions.py
│   │   ├── client_proto.py
│   │   ├── client.py
│   │   ├── client_reqrep.py
│   │   ├── client_ws.py
│   │   ├── connector.py
│   │   ├── cookiejar.py
│   │   ├── _cparser.pxd
│   │   ├── _find_header.c
│   │   ├── _find_header.h
│   │   ├── _find_header.pxd
│   │   ├── formdata.py
│   │   ├── _frozenlist.c
│   │   ├── _frozenlist.cpython-36m-x86_64-linux-gnu.so
│   │   ├── frozenlist.py
│   │   ├── frozenlist.pyi
│   │   ├── _frozenlist.pyx
│   │   ├── hdrs.py
│   │   ├── _headers.pxi
│   │   ├── _helpers.c
│   │   ├── _helpers.cpython-36m-x86_64-linux-gnu.so
│   │   ├── helpers.py
│   │   ├── _helpers.pyi
│   │   ├── _helpers.pyx
│   │   ├── http_exceptions.py
│   │   ├── _http_parser.c
│   │   ├── _http_parser.cpython-36m-x86_64-linux-gnu.so
│   │   ├── http_parser.py
│   │   ├── _http_parser.pyx
│   │   ├── http.py
│   │   ├── http_websocket.py
│   │   ├── _http_writer.c
│   │   ├── _http_writer.cpython-36m-x86_64-linux-gnu.so
│   │   ├── http_writer.py
│   │   ├── _http_writer.pyx
│   │   ├── __init__.py
│   │   ├── locks.py
│   │   ├── log.py
│   │   ├── multipart.py
│   │   ├── payload.py
│   │   ├── payload_streamer.py
│   │   ├── __pycache__
│   │   │   ├── abc.cpython-36.pyc
│   │   │   ├── base_protocol.cpython-36.pyc
│   │   │   ├── client.cpython-36.pyc
│   │   │   ├── client_exceptions.cpython-36.pyc
│   │   │   ├── client_proto.cpython-36.pyc
│   │   │   ├── client_reqrep.cpython-36.pyc
│   │   │   ├── client_ws.cpython-36.pyc
│   │   │   ├── connector.cpython-36.pyc
│   │   │   ├── cookiejar.cpython-36.pyc
│   │   │   ├── formdata.cpython-36.pyc
│   │   │   ├── frozenlist.cpython-36.pyc
│   │   │   ├── hdrs.cpython-36.pyc
│   │   │   ├── helpers.cpython-36.pyc
│   │   │   ├── http.cpython-36.pyc
│   │   │   ├── http_exceptions.cpython-36.pyc
│   │   │   ├── http_parser.cpython-36.pyc
│   │   │   ├── http_websocket.cpython-36.pyc
│   │   │   ├── http_writer.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── locks.cpython-36.pyc
│   │   │   ├── log.cpython-36.pyc
│   │   │   ├── multipart.cpython-36.pyc
│   │   │   ├── payload.cpython-36.pyc
│   │   │   ├── payload_streamer.cpython-36.pyc
│   │   │   ├── pytest_plugin.cpython-36.pyc
│   │   │   ├── resolver.cpython-36.pyc
│   │   │   ├── signals.cpython-36.pyc
│   │   │   ├── streams.cpython-36.pyc
│   │   │   ├── tcp_helpers.cpython-36.pyc
│   │   │   ├── test_utils.cpython-36.pyc
│   │   │   ├── tracing.cpython-36.pyc
│   │   │   ├── typedefs.cpython-36.pyc
│   │   │   ├── web_app.cpython-36.pyc
│   │   │   ├── web.cpython-36.pyc
│   │   │   ├── web_exceptions.cpython-36.pyc
│   │   │   ├── web_fileresponse.cpython-36.pyc
│   │   │   ├── web_middlewares.cpython-36.pyc
│   │   │   ├── web_protocol.cpython-36.pyc
│   │   │   ├── web_request.cpython-36.pyc
│   │   │   ├── web_response.cpython-36.pyc
│   │   │   ├── web_routedef.cpython-36.pyc
│   │   │   ├── web_runner.cpython-36.pyc
│   │   │   ├── web_server.cpython-36.pyc
│   │   │   ├── web_urldispatcher.cpython-36.pyc
│   │   │   ├── web_ws.cpython-36.pyc
│   │   │   └── worker.cpython-36.pyc
│   │   ├── pytest_plugin.py
│   │   ├── py.typed
│   │   ├── resolver.py
│   │   ├── signals.py
│   │   ├── signals.pyi
│   │   ├── streams.py
│   │   ├── tcp_helpers.py
│   │   ├── test_utils.py
│   │   ├── tracing.py
│   │   ├── typedefs.py
│   │   ├── web_app.py
│   │   ├── web_exceptions.py
│   │   ├── web_fileresponse.py
│   │   ├── web_middlewares.py
│   │   ├── web_protocol.py
│   │   ├── web.py
│   │   ├── web_request.py
│   │   ├── web_response.py
│   │   ├── web_routedef.py
│   │   ├── web_runner.py
│   │   ├── web_server.py
│   │   ├── _websocket.c
│   │   ├── _websocket.cpython-36m-x86_64-linux-gnu.so
│   │   ├── _websocket.pyx
│   │   ├── web_urldispatcher.py
│   │   ├── web_ws.py
│   │   └── worker.py
│   └── aiohttp-3.4.4.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 123 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment