Skip to content

Instantly share code, notes, and snippets.

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/0db31a6443ddb36e5fcd4106e19b76dc to your computer and use it in GitHub Desktop.
Save r-ryantm/0db31a6443ddb36e5fcd4106e19b76dc to your computer and use it in GitHub Desktop.
/nix/store/hrq913bz97yajrvircd8dx24i1vnfb41-python2.7-foolscap-20.4.0
├── bin
│   ├── flappclient
│   ├── flappserver
│   └── flogtool
├── lib
│   └── python2.7
│   └── site-packages
│   ├── foolscap
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── appserver
│   │   │   ├── client.py
│   │   │   ├── client.pyc
│   │   │   ├── cli.py
│   │   │   ├── cli.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── server.py
│   │   │   ├── server.pyc
│   │   │   ├── services.py
│   │   │   └── services.pyc
│   │   ├── banana.py
│   │   ├── banana.pyc
│   │   ├── base32.py
│   │   ├── base32.pyc
│   │   ├── broker.py
│   │   ├── broker.pyc
│   │   ├── call.py
│   │   ├── call.pyc
│   │   ├── connection.py
│   │   ├── connection.pyc
│   │   ├── connections
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tcp.py
│   │   │   ├── tcp.pyc
│   │   │   ├── tor.py
│   │   │   └── tor.pyc
│   │   ├── constraint.py
│   │   ├── constraint.pyc
│   │   ├── copyable.py
│   │   ├── copyable.pyc
│   │   ├── crypto.py
│   │   ├── crypto.pyc
│   │   ├── eventual.py
│   │   ├── eventual.pyc
│   │   ├── furl.py
│   │   ├── furl.pyc
│   │   ├── info.py
│   │   ├── info.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── ipb.py
│   │   ├── ipb.pyc
│   │   ├── logging
│   │   │   ├── app_versions.py
│   │   │   ├── app_versions.pyc
│   │   │   ├── cli.py
│   │   │   ├── cli.pyc
│   │   │   ├── dumper.py
│   │   │   ├── dumper.pyc
│   │   │   ├── filter.py
│   │   │   ├── filter.pyc
│   │   │   ├── flogfile.py
│   │   │   ├── flogfile.pyc
│   │   │   ├── gatherer.py
│   │   │   ├── gatherer.pyc
│   │   │   ├── incident.py
│   │   │   ├── incident.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── interfaces.py
│   │   │   ├── interfaces.pyc
│   │   │   ├── levels.py
│   │   │   ├── levels.pyc
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── publish.py
│   │   │   ├── publish.pyc
│   │   │   ├── tail.py
│   │   │   ├── tail.pyc
│   │   │   ├── web.py
│   │   │   └── web.pyc
│   │   ├── negotiate.py
│   │   ├── negotiate.pyc
│   │   ├── observer.py
│   │   ├── observer.pyc
│   │   ├── pb.py
│   │   ├── pb.pyc
│   │   ├── promise.py
│   │   ├── promise.pyc
│   │   ├── reconnector.py
│   │   ├── reconnector.pyc
│   │   ├── referenceable.py
│   │   ├── referenceable.pyc
│   │   ├── remoteinterface.py
│   │   ├── remoteinterface.pyc
│   │   ├── schema.py
│   │   ├── schema.pyc
│   │   ├── slicer.py
│   │   ├── slicer.pyc
│   │   ├── slicers
│   │   │   ├── allslicers.py
│   │   │   ├── allslicers.pyc
│   │   │   ├── bool.py
│   │   │   ├── bool.pyc
│   │   │   ├── decimal_slicer.py
│   │   │   ├── decimal_slicer.pyc
│   │   │   ├── dict.py
│   │   │   ├── dict.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── list.py
│   │   │   ├── list.pyc
│   │   │   ├── none.py
│   │   │   ├── none.pyc
│   │   │   ├── root.py
│   │   │   ├── root.pyc
│   │   │   ├── set.py
│   │   │   ├── set.pyc
│   │   │   ├── tuple.py
│   │   │   ├── tuple.pyc
│   │   │   ├── unicode.py
│   │   │   ├── unicode.pyc
│   │   │   ├── vocab.py
│   │   │   └── vocab.pyc
│   │   ├── storage.py
│   │   ├── storage.pyc
│   │   ├── stringchain.py
│   │   ├── stringchain.pyc
│   │   ├── test
│   │   │   ├── apphelper.py
│   │   │   ├── apphelper.pyc
│   │   │   ├── bench_banana.py
│   │   │   ├── bench_banana.pyc
│   │   │   ├── check-connections-client.py
│   │   │   ├── check-connections-client.pyc
│   │   │   ├── check-connections-server.py
│   │   │   ├── check-connections-server.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── run_trial.py
│   │   │   ├── run_trial.pyc
│   │   │   ├── test_appserver.py
│   │   │   ├── test_appserver.pyc
│   │   │   ├── test_banana.py
│   │   │   ├── test_banana.pyc
│   │   │   ├── test_call.py
│   │   │   ├── test_call.pyc
│   │   │   ├── test_connection.py
│   │   │   ├── test_connection.pyc
│   │   │   ├── test_copyable.py
│   │   │   ├── test_copyable.pyc
│   │   │   ├── test_crypto.py
│   │   │   ├── test_crypto.pyc
│   │   │   ├── test_eventual.py
│   │   │   ├── test_eventual.pyc
│   │   │   ├── test_gifts.py
│   │   │   ├── test_gifts.pyc
│   │   │   ├── test_info.py
│   │   │   ├── test_info.pyc
│   │   │   ├── test_interfaces.py
│   │   │   ├── test_interfaces.pyc
│   │   │   ├── test_keepalive.py
│   │   │   ├── test_keepalive.pyc
│   │   │   ├── test_listener.py
│   │   │   ├── test_listener.pyc
│   │   │   ├── test_logging.py
│   │   │   ├── test_logging.pyc
│   │   │   ├── test_loopback.py
│   │   │   ├── test_loopback.pyc
│   │   │   ├── test_negotiate.py
│   │   │   ├── test_negotiate.pyc
│   │   │   ├── test_observer.py
│   │   │   ├── test_observer.pyc
│   │   │   ├── test_pb.py
│   │   │   ├── test_pb.pyc
│   │   │   ├── test_promise.py
│   │   │   ├── test_promise.pyc
│   │   │   ├── test_reconnector.py
│   │   │   ├── test_reconnector.pyc
│   │   │   ├── test_reference.py
│   │   │   ├── test_reference.pyc
│   │   │   ├── test_registration.py
│   │   │   ├── test_registration.pyc
│   │   │   ├── test_schema.py
│   │   │   ├── test_schema.pyc
│   │   │   ├── test_serialize.py
│   │   │   ├── test_serialize.pyc
│   │   │   ├── test_stringchain.py
│   │   │   ├── test_stringchain.pyc
│   │   │   ├── test_sturdyref.py
│   │   │   ├── test_sturdyref.pyc
│   │   │   ├── test_tub.py
│   │   │   ├── test_tub.pyc
│   │   │   ├── test_unreachable.py
│   │   │   ├── test_unreachable.pyc
│   │   │   ├── test_util.py
│   │   │   ├── test_util.pyc
│   │   │   ├── test__versions.py
│   │   │   └── test__versions.pyc
│   │   ├── tokens.py
│   │   ├── tokens.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── _version.py
│   │   ├── _version.pyc
│   │   ├── vocab.py
│   │   └── vocab.pyc
│   └── foolscap-20.4.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 209 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment