Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 12:58
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/64eeb223b0735542246abbd34b0d4073 to your computer and use it in GitHub Desktop.
Save ryantm/64eeb223b0735542246abbd34b0d4073 to your computer and use it in GitHub Desktop.
/nix/store/07r3m0kdh9w2wp1zvdi0kq4fn2qcdx10-python2.7-stem-1.8.0
├── bin
│   └── tor-prompt
├── lib
│   └── python2.7
│   └── site-packages
│   ├── stem
│   │   ├── cached_fallbacks.cfg
│   │   ├── cached_manual.sqlite
│   │   ├── client
│   │   │   ├── cell.py
│   │   │   ├── cell.pyc
│   │   │   ├── datatype.py
│   │   │   ├── datatype.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── connection.py
│   │   ├── connection.pyc
│   │   ├── control.py
│   │   ├── control.pyc
│   │   ├── descriptor
│   │   │   ├── bandwidth_file.py
│   │   │   ├── bandwidth_file.pyc
│   │   │   ├── certificate.py
│   │   │   ├── certificate.pyc
│   │   │   ├── collector.py
│   │   │   ├── collector.pyc
│   │   │   ├── export.py
│   │   │   ├── export.pyc
│   │   │   ├── extrainfo_descriptor.py
│   │   │   ├── extrainfo_descriptor.pyc
│   │   │   ├── hidden_service_descriptor.py
│   │   │   ├── hidden_service_descriptor.pyc
│   │   │   ├── hidden_service.py
│   │   │   ├── hidden_service.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── microdescriptor.py
│   │   │   ├── microdescriptor.pyc
│   │   │   ├── networkstatus.py
│   │   │   ├── networkstatus.pyc
│   │   │   ├── reader.py
│   │   │   ├── reader.pyc
│   │   │   ├── remote.py
│   │   │   ├── remote.pyc
│   │   │   ├── router_status_entry.py
│   │   │   ├── router_status_entry.pyc
│   │   │   ├── server_descriptor.py
│   │   │   ├── server_descriptor.pyc
│   │   │   ├── tordnsel.py
│   │   │   └── tordnsel.pyc
│   │   ├── directory.py
│   │   ├── directory.pyc
│   │   ├── exit_policy.py
│   │   ├── exit_policy.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interpreter
│   │   │   ├── arguments.py
│   │   │   ├── arguments.pyc
│   │   │   ├── autocomplete.py
│   │   │   ├── autocomplete.pyc
│   │   │   ├── commands.py
│   │   │   ├── commands.pyc
│   │   │   ├── help.py
│   │   │   ├── help.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── settings.cfg
│   │   ├── manual.py
│   │   ├── manual.pyc
│   │   ├── prereq.py
│   │   ├── prereq.pyc
│   │   ├── process.py
│   │   ├── process.pyc
│   │   ├── response
│   │   │   ├── add_onion.py
│   │   │   ├── add_onion.pyc
│   │   │   ├── authchallenge.py
│   │   │   ├── authchallenge.pyc
│   │   │   ├── events.py
│   │   │   ├── events.pyc
│   │   │   ├── getconf.py
│   │   │   ├── getconf.pyc
│   │   │   ├── getinfo.py
│   │   │   ├── getinfo.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mapaddress.py
│   │   │   ├── mapaddress.pyc
│   │   │   ├── protocolinfo.py
│   │   │   └── protocolinfo.pyc
│   │   ├── settings.cfg
│   │   ├── socket.py
│   │   ├── socket.pyc
│   │   ├── util
│   │   │   ├── conf.py
│   │   │   ├── conf.pyc
│   │   │   ├── connection.py
│   │   │   ├── connection.pyc
│   │   │   ├── ed25519.py
│   │   │   ├── ed25519.pyc
│   │   │   ├── enum.py
│   │   │   ├── enum.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── lru_cache.py
│   │   │   ├── lru_cache.pyc
│   │   │   ├── ordereddict.py
│   │   │   ├── ordereddict.pyc
│   │   │   ├── ports.cfg
│   │   │   ├── proc.py
│   │   │   ├── proc.pyc
│   │   │   ├── str_tools.py
│   │   │   ├── str_tools.pyc
│   │   │   ├── system.py
│   │   │   ├── system.pyc
│   │   │   ├── term.py
│   │   │   ├── term.pyc
│   │   │   ├── test_tools.py
│   │   │   ├── test_tools.pyc
│   │   │   ├── tor_tools.py
│   │   │   └── tor_tools.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── stem-1.8.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 123 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment