Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 04:21
Show Gist options
  • Save ryantm/e2ebb8c722481a3c2322e644996ab004 to your computer and use it in GitHub Desktop.
Save ryantm/e2ebb8c722481a3c2322e644996ab004 to your computer and use it in GitHub Desktop.
/nix/store/01vri54s267jly960rgghdvfcy4vwn3r-python3.6-python-jsonrpc-server-0.0.2
├── lib
│   └── python3.6
│   └── site-packages
│   ├── jsonrpc
│   │   ├── dispatchers.py
│   │   ├── endpoint.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── dispatchers.cpython-36.pyc
│   │   │   ├── endpoint.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── streams.cpython-36.pyc
│   │   │   └── _version.cpython-36.pyc
│   │   ├── streams.py
│   │   └── _version.py
│   └── python_jsonrpc_server-0.0.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment