Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 20:02
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/af7442d5eb85b884eeecb3c7d1d247bb to your computer and use it in GitHub Desktop.
Save ryantm/af7442d5eb85b884eeecb3c7d1d247bb to your computer and use it in GitHub Desktop.
/nix/store/p9yyfh8h42xpcr5475yz3bvbqp1h5qi5-python3.7-rpyc-4.1.1
├── bin
│   ├── rpyc_classic.py
│   └── rpyc_registry.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rpyc
│   │   ├── core
│   │   │   ├── async_.py
│   │   │   ├── async.py
│   │   │   ├── brine.py
│   │   │   ├── channel.py
│   │   │   ├── consts.py
│   │   │   ├── __init__.py
│   │   │   ├── netref.py
│   │   │   ├── protocol.py
│   │   │   ├── __pycache__
│   │   │   │   ├── async_.cpython-37.pyc
│   │   │   │   ├── async.cpython-37.pyc
│   │   │   │   ├── brine.cpython-37.pyc
│   │   │   │   ├── channel.cpython-37.pyc
│   │   │   │   ├── consts.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── netref.cpython-37.pyc
│   │   │   │   ├── protocol.cpython-37.pyc
│   │   │   │   ├── reactor.cpython-37.pyc
│   │   │   │   ├── service.cpython-37.pyc
│   │   │   │   ├── stream.cpython-37.pyc
│   │   │   │   └── vinegar.cpython-37.pyc
│   │   │   ├── reactor.py
│   │   │   ├── service.py
│   │   │   ├── stream.py
│   │   │   └── vinegar.py
│   │   ├── __init__.py
│   │   ├── lib
│   │   │   ├── colls.py
│   │   │   ├── compat.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── colls.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── utils
│   │   │   ├── authenticators.py
│   │   │   ├── classic.py
│   │   │   ├── factory.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── authenticators.cpython-37.pyc
│   │   │   │   ├── classic.cpython-37.pyc
│   │   │   │   ├── factory.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── registry.cpython-37.pyc
│   │   │   │   ├── server.cpython-37.pyc
│   │   │   │   ├── teleportation.cpython-37.pyc
│   │   │   │   └── zerodeploy.cpython-37.pyc
│   │   │   ├── registry.py
│   │   │   ├── server.py
│   │   │   ├── teleportation.py
│   │   │   └── zerodeploy.py
│   │   └── version.py
│   └── rpyc-4.1.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment