Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 10:49
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/0ec5e0193e63db33ebc7883dc00f1fdf to your computer and use it in GitHub Desktop.
Save ryantm/0ec5e0193e63db33ebc7883dc00f1fdf to your computer and use it in GitHub Desktop.
/nix/store/9fdzxf2rqjd28gry6y8ip8y53s27sjcy-python3.7-stem-1.7.1
├── bin
│   └── tor-prompt
├── lib
│   └── python3.7
│   └── site-packages
│   ├── stem
│   │   ├── cached_fallbacks.cfg
│   │   ├── cached_manual.sqlite
│   │   ├── client
│   │   │   ├── cell.py
│   │   │   ├── datatype.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── cell.cpython-37.pyc
│   │   │   ├── datatype.cpython-37.pyc
│   │   │   └── __init__.cpython-37.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-37.pyc
│   │   │   │   ├── export.cpython-37.pyc
│   │   │   │   ├── extrainfo_descriptor.cpython-37.pyc
│   │   │   │   ├── hidden_service_descriptor.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── microdescriptor.cpython-37.pyc
│   │   │   │   ├── networkstatus.cpython-37.pyc
│   │   │   │   ├── reader.cpython-37.pyc
│   │   │   │   ├── remote.cpython-37.pyc
│   │   │   │   ├── router_status_entry.cpython-37.pyc
│   │   │   │   ├── server_descriptor.cpython-37.pyc
│   │   │   │   └── tordnsel.cpython-37.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-37.pyc
│   │   │   │   ├── autocomplete.cpython-37.pyc
│   │   │   │   ├── commands.cpython-37.pyc
│   │   │   │   ├── help.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── settings.cfg
│   │   ├── manual.py
│   │   ├── prereq.py
│   │   ├── process.py
│   │   ├── __pycache__
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── control.cpython-37.pyc
│   │   │   ├── directory.cpython-37.pyc
│   │   │   ├── exit_policy.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── manual.cpython-37.pyc
│   │   │   ├── prereq.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   ├── socket.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── response
│   │   │   ├── add_onion.py
│   │   │   ├── authchallenge.py
│   │   │   ├── events.py
│   │   │   ├── getconf.py
│   │   │   ├── getinfo.py
│   │   │   ├── __init__.py
│   │   │   ├── mapaddress.py
│   │   │   ├── protocolinfo.py
│   │   │   └── __pycache__
│   │   │   ├── add_onion.cpython-37.pyc
│   │   │   ├── authchallenge.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── getconf.cpython-37.pyc
│   │   │   ├── getinfo.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mapaddress.cpython-37.pyc
│   │   │   └── protocolinfo.cpython-37.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-37.pyc
│   │   │   │   ├── connection.cpython-37.pyc
│   │   │   │   ├── enum.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── log.cpython-37.pyc
│   │   │   │   ├── lru_cache.cpython-37.pyc
│   │   │   │   ├── ordereddict.cpython-37.pyc
│   │   │   │   ├── proc.cpython-37.pyc
│   │   │   │   ├── str_tools.cpython-37.pyc
│   │   │   │   ├── system.cpython-37.pyc
│   │   │   │   ├── term.cpython-37.pyc
│   │   │   │   ├── test_tools.cpython-37.pyc
│   │   │   │   └── tor_tools.cpython-37.pyc
│   │   │   ├── str_tools.py
│   │   │   ├── system.py
│   │   │   ├── term.py
│   │   │   ├── test_tools.py
│   │   │   └── tor_tools.py
│   │   └── version.py
│   └── stem-1.7.1.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