Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 03:47
Show Gist options
  • Save ryantm/409d0942fdddffb78c035209ed248341 to your computer and use it in GitHub Desktop.
Save ryantm/409d0942fdddffb78c035209ed248341 to your computer and use it in GitHub Desktop.
/nix/store/srfl6bfrzbjkiw1m49i8kb40f4g4m920-python3.6-stem-1.7.0
├── bin
│   └── tor-prompt
├── lib
│   └── python3.6
│   └── site-packages
│   ├── stem
│   │   ├── cached_fallbacks.cfg
│   │   ├── cached_manual.sqlite
│   │   ├── client
│   │   │   ├── cell.py
│   │   │   ├── datatype.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── cell.cpython-36.pyc
│   │   │   ├── datatype.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── connection.py
│   │   ├── control.py
│   │   ├── descriptor
│   │   │   ├── certificate.py
│   │   │   ├── export.py
│   │   │   ├── extrainfo_descriptor.py
│   │   │   ├── hidden_service_descriptor.py
│   │   │   ├── __init__.py
│   │   │   ├── microdescriptor.py
│   │   │   ├── networkstatus.py
│   │   │   ├── __pycache__
│   │   │   │   ├── certificate.cpython-36.pyc
│   │   │   │   ├── export.cpython-36.pyc
│   │   │   │   ├── extrainfo_descriptor.cpython-36.pyc
│   │   │   │   ├── hidden_service_descriptor.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── microdescriptor.cpython-36.pyc
│   │   │   │   ├── networkstatus.cpython-36.pyc
│   │   │   │   ├── reader.cpython-36.pyc
│   │   │   │   ├── remote.cpython-36.pyc
│   │   │   │   ├── router_status_entry.cpython-36.pyc
│   │   │   │   ├── server_descriptor.cpython-36.pyc
│   │   │   │   └── tordnsel.cpython-36.pyc
│   │   │   ├── reader.py
│   │   │   ├── remote.py
│   │   │   ├── router_status_entry.py
│   │   │   ├── server_descriptor.py
│   │   │   └── tordnsel.py
│   │   ├── directory.py
│   │   ├── exit_policy.py
│   │   ├── __init__.py
│   │   ├── interpreter
│   │   │   ├── arguments.py
│   │   │   ├── autocomplete.py
│   │   │   ├── commands.py
│   │   │   ├── help.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── arguments.cpython-36.pyc
│   │   │   │   ├── autocomplete.cpython-36.pyc
│   │   │   │   ├── commands.cpython-36.pyc
│   │   │   │   ├── help.cpython-36.pyc
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   └── settings.cfg
│   │   ├── manual.py
│   │   ├── prereq.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── connection.cpython-36.pyc
│   │   │   ├── control.cpython-36.pyc
│   │   │   ├── directory.cpython-36.pyc
│   │   │   ├── exit_policy.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── manual.cpython-36.pyc
│   │   │   ├── prereq.cpython-36.pyc
│   │   │   ├── process.cpython-36.pyc
│   │   │   ├── socket.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   ├── response
│   │   │   ├── add_onion.py
│   │   │   ├── authchallenge.py
│   │   │   ├── events.py
│   │   │   ├── getconf.py
│   │   │   ├── getinfo.py
│   │   │   ├── __init__.py
│   │   │   ├── mapaddress.py
│   │   │   ├── protocolinfo.py
│   │   │   └── __pycache__
│   │   │   ├── add_onion.cpython-36.pyc
│   │   │   ├── authchallenge.cpython-36.pyc
│   │   │   ├── events.cpython-36.pyc
│   │   │   ├── getconf.cpython-36.pyc
│   │   │   ├── getinfo.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── mapaddress.cpython-36.pyc
│   │   │   └── protocolinfo.cpython-36.pyc
│   │   ├── settings.cfg
│   │   ├── socket.py
│   │   ├── util
│   │   │   ├── conf.py
│   │   │   ├── connection.py
│   │   │   ├── enum.py
│   │   │   ├── __init__.py
│   │   │   ├── log.py
│   │   │   ├── lru_cache.py
│   │   │   ├── ordereddict.py
│   │   │   ├── ports.cfg
│   │   │   ├── proc.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conf.cpython-36.pyc
│   │   │   │   ├── connection.cpython-36.pyc
│   │   │   │   ├── enum.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── log.cpython-36.pyc
│   │   │   │   ├── lru_cache.cpython-36.pyc
│   │   │   │   ├── ordereddict.cpython-36.pyc
│   │   │   │   ├── proc.cpython-36.pyc
│   │   │   │   ├── str_tools.cpython-36.pyc
│   │   │   │   ├── system.cpython-36.pyc
│   │   │   │   ├── term.cpython-36.pyc
│   │   │   │   ├── test_tools.cpython-36.pyc
│   │   │   │   └── tor_tools.cpython-36.pyc
│   │   │   ├── str_tools.py
│   │   │   ├── system.py
│   │   │   ├── term.py
│   │   │   ├── test_tools.py
│   │   │   └── tor_tools.py
│   │   └── version.py
│   └── stem-1.7.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
18 directories, 115 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment