Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 08:41
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/1b4564ea93f8967d67853e6e90bd0709 to your computer and use it in GitHub Desktop.
Save ryantm/1b4564ea93f8967d67853e6e90bd0709 to your computer and use it in GitHub Desktop.
/nix/store/alybgdriw5v5dlcvwkv21hsh3gcmxxd7-python3.7-aiorpcx-0.18.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aiorpcx
│   │   ├── curio.py
│   │   ├── framing.py
│   │   ├── __init__.py
│   │   ├── jsonrpc.py
│   │   ├── __pycache__
│   │   │   ├── curio.cpython-37.pyc
│   │   │   ├── framing.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jsonrpc.cpython-37.pyc
│   │   │   ├── rawsocket.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── socks.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── websocket.cpython-37.pyc
│   │   ├── rawsocket.py
│   │   ├── session.py
│   │   ├── socks.py
│   │   ├── util.py
│   │   └── websocket.py
│   └── aiorpcX-0.18.3.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment