Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 1, 2020 23:39
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 r-ryantm/a862c5b8ab454a87b790922b8ced85fc to your computer and use it in GitHub Desktop.
Save r-ryantm/a862c5b8ab454a87b790922b8ced85fc to your computer and use it in GitHub Desktop.
/nix/store/drq34ljvwf8c2z9p9nmzp27436g2ll01-python2.7-rpyc-4.1.3
├── bin
│   ├── rpyc_classic.py
│   └── rpyc_registry.py
├── lib
│   └── python2.7
│   └── site-packages
│   ├── rpyc
│   │   ├── core
│   │   │   ├── async_.py
│   │   │   ├── async.py
│   │   │   ├── async_.pyc
│   │   │   ├── async.pyc
│   │   │   ├── brine.py
│   │   │   ├── brine.pyc
│   │   │   ├── channel.py
│   │   │   ├── channel.pyc
│   │   │   ├── consts.py
│   │   │   ├── consts.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── netref.py
│   │   │   ├── netref.pyc
│   │   │   ├── protocol.py
│   │   │   ├── protocol.pyc
│   │   │   ├── reactor.py
│   │   │   ├── reactor.pyc
│   │   │   ├── service.py
│   │   │   ├── service.pyc
│   │   │   ├── stream.py
│   │   │   ├── stream.pyc
│   │   │   ├── vinegar.py
│   │   │   └── vinegar.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lib
│   │   │   ├── colls.py
│   │   │   ├── colls.pyc
│   │   │   ├── compat.py
│   │   │   ├── compat.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── utils
│   │   │   ├── authenticators.py
│   │   │   ├── authenticators.pyc
│   │   │   ├── classic.py
│   │   │   ├── classic.pyc
│   │   │   ├── factory.py
│   │   │   ├── factory.pyc
│   │   │   ├── helpers.py
│   │   │   ├── helpers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── registry.py
│   │   │   ├── registry.pyc
│   │   │   ├── server.py
│   │   │   ├── server.pyc
│   │   │   ├── teleportation.py
│   │   │   ├── teleportation.pyc
│   │   │   ├── zerodeploy.py
│   │   │   └── zerodeploy.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── rpyc-4.1.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment