Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 10:04
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/923a17688069ab483787dbcdd3dbd027 to your computer and use it in GitHub Desktop.
Save ryantm/923a17688069ab483787dbcdd3dbd027 to your computer and use it in GitHub Desktop.
/nix/store/i41gcgykfr9hb1ibh2hpasjimbrsa8mc-python3.7-Pyro4-4.75
├── bin
│   ├── pyro4-check-config
│   ├── pyro4-flameserver
│   ├── pyro4-httpgateway
│   ├── pyro4-ns
│   ├── pyro4-nsc
│   └── pyro4-test-echoserver
├── lib
│   └── python3.7
│   └── site-packages
│   ├── Pyro4
│   │   ├── configuration.py
│   │   ├── constants.py
│   │   ├── core.py
│   │   ├── errors.py
│   │   ├── futures.py
│   │   ├── __init__.py
│   │   ├── message.py
│   │   ├── naming.py
│   │   ├── naming_storage.py
│   │   ├── nsc.py
│   │   ├── __pycache__
│   │   │   ├── configuration.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── futures.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── message.cpython-37.pyc
│   │   │   ├── naming.cpython-37.pyc
│   │   │   ├── naming_storage.cpython-37.pyc
│   │   │   ├── nsc.cpython-37.pyc
│   │   │   ├── socketutil.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── socketserver
│   │   │   ├── existingconnectionserver.py
│   │   │   ├── __init__.py
│   │   │   ├── multiplexserver.py
│   │   │   ├── __pycache__
│   │   │   │   ├── existingconnectionserver.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── multiplexserver.cpython-37.pyc
│   │   │   │   ├── threadpool.cpython-37.pyc
│   │   │   │   └── threadpoolserver.cpython-37.pyc
│   │   │   ├── threadpool.py
│   │   │   └── threadpoolserver.py
│   │   ├── socketutil.py
│   │   ├── test
│   │   │   ├── echoserver.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── echoserver.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── util.py
│   │   └── utils
│   │   ├── flame.py
│   │   ├── flameserver.py
│   │   ├── httpgateway.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── flame.cpython-37.pyc
│   │   ├── flameserver.cpython-37.pyc
│   │   ├── httpgateway.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── Pyro4-4.75.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment