Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 21:37
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/2e2691c9d1e7d4b39ec8e86ab8317fc8 to your computer and use it in GitHub Desktop.
Save ryantm/2e2691c9d1e7d4b39ec8e86ab8317fc8 to your computer and use it in GitHub Desktop.
/nix/store/c15mvvdi3kv3f487ggs1facwqfcr6xh1-python3.7-jsonrpclib-pelix-0.4.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jsonrpclib
│   │   ├── config.py
│   │   ├── history.py
│   │   ├── __init__.py
│   │   ├── jsonclass.py
│   │   ├── jsonrpc.py
│   │   ├── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── history.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jsonclass.cpython-37.pyc
│   │   │   ├── jsonrpc.cpython-37.pyc
│   │   │   ├── SimpleJSONRPCServer.cpython-37.pyc
│   │   │   ├── threadpool.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── SimpleJSONRPCServer.py
│   │   ├── threadpool.py
│   │   └── utils.py
│   └── jsonrpclib_pelix-0.4.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment