Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 15, 2019 21:47
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/9afbfddd67c485fe124c56a46ffb9da3 to your computer and use it in GitHub Desktop.
Save ryantm/9afbfddd67c485fe124c56a46ffb9da3 to your computer and use it in GitHub Desktop.
/nix/store/7v95pv3gbslj5850yigz0irhhzcymy36-python3.7-aiorpcx-0.13.5
├── 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
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── socks.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── session.py
│   │   ├── socks.py
│   │   └── util.py
│   └── aiorpcX-0.13.5.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment