add tor deps

This commit is contained in:
j 2015-11-23 22:13:53 +01:00
commit 1f23120cc3
91 changed files with 25537 additions and 535 deletions

View file

@ -0,0 +1,13 @@
Metadata-Version: 1.1
Name: stem
Version: 1.4.0
Summary: Stem is a Python controller library that allows applications to interact with
Tor <https://www.torproject.org/>.
Home-page: https://stem.torproject.org/
Author: Damian Johnson
Author-email: atagar@torproject.org
License: LGPLv3
Description: UNKNOWN
Keywords: tor onion controller
Platform: UNKNOWN
Provides: stem

View file

@ -0,0 +1,52 @@
tor-prompt
stem/__init__.py
stem/connection.py
stem/control.py
stem/exit_policy.py
stem/prereq.py
stem/process.py
stem/socket.py
stem/version.py
stem.egg-info/PKG-INFO
stem.egg-info/SOURCES.txt
stem.egg-info/dependency_links.txt
stem.egg-info/top_level.txt
stem/descriptor/__init__.py
stem/descriptor/export.py
stem/descriptor/extrainfo_descriptor.py
stem/descriptor/hidden_service_descriptor.py
stem/descriptor/microdescriptor.py
stem/descriptor/networkstatus.py
stem/descriptor/reader.py
stem/descriptor/remote.py
stem/descriptor/router_status_entry.py
stem/descriptor/server_descriptor.py
stem/descriptor/tordnsel.py
stem/interpreter/__init__.py
stem/interpreter/arguments.py
stem/interpreter/autocomplete.py
stem/interpreter/commands.py
stem/interpreter/help.py
stem/interpreter/settings.cfg
stem/response/__init__.py
stem/response/add_onion.py
stem/response/authchallenge.py
stem/response/events.py
stem/response/getconf.py
stem/response/getinfo.py
stem/response/mapaddress.py
stem/response/protocolinfo.py
stem/util/__init__.py
stem/util/conf.py
stem/util/connection.py
stem/util/enum.py
stem/util/log.py
stem/util/lru_cache.py
stem/util/ordereddict.py
stem/util/ports.cfg
stem/util/proc.py
stem/util/str_tools.py
stem/util/system.py
stem/util/term.py
stem/util/test_tools.py
stem/util/tor_tools.py

View file

@ -0,0 +1,98 @@
../stem/__init__.py
../stem/connection.py
../stem/control.py
../stem/exit_policy.py
../stem/prereq.py
../stem/process.py
../stem/socket.py
../stem/version.py
../stem/descriptor/__init__.py
../stem/descriptor/export.py
../stem/descriptor/extrainfo_descriptor.py
../stem/descriptor/hidden_service_descriptor.py
../stem/descriptor/microdescriptor.py
../stem/descriptor/networkstatus.py
../stem/descriptor/reader.py
../stem/descriptor/remote.py
../stem/descriptor/router_status_entry.py
../stem/descriptor/server_descriptor.py
../stem/descriptor/tordnsel.py
../stem/interpreter/__init__.py
../stem/interpreter/arguments.py
../stem/interpreter/autocomplete.py
../stem/interpreter/commands.py
../stem/interpreter/help.py
../stem/response/__init__.py
../stem/response/add_onion.py
../stem/response/authchallenge.py
../stem/response/events.py
../stem/response/getconf.py
../stem/response/getinfo.py
../stem/response/mapaddress.py
../stem/response/protocolinfo.py
../stem/util/__init__.py
../stem/util/conf.py
../stem/util/connection.py
../stem/util/enum.py
../stem/util/log.py
../stem/util/lru_cache.py
../stem/util/ordereddict.py
../stem/util/proc.py
../stem/util/str_tools.py
../stem/util/system.py
../stem/util/term.py
../stem/util/test_tools.py
../stem/util/tor_tools.py
../stem/interpreter/settings.cfg
../stem/util/ports.cfg
../stem/__pycache__/__init__.cpython-34.pyc
../stem/__pycache__/connection.cpython-34.pyc
../stem/__pycache__/control.cpython-34.pyc
../stem/__pycache__/exit_policy.cpython-34.pyc
../stem/__pycache__/prereq.cpython-34.pyc
../stem/__pycache__/process.cpython-34.pyc
../stem/__pycache__/socket.cpython-34.pyc
../stem/__pycache__/version.cpython-34.pyc
../stem/descriptor/__pycache__/__init__.cpython-34.pyc
../stem/descriptor/__pycache__/export.cpython-34.pyc
../stem/descriptor/__pycache__/extrainfo_descriptor.cpython-34.pyc
../stem/descriptor/__pycache__/hidden_service_descriptor.cpython-34.pyc
../stem/descriptor/__pycache__/microdescriptor.cpython-34.pyc
../stem/descriptor/__pycache__/networkstatus.cpython-34.pyc
../stem/descriptor/__pycache__/reader.cpython-34.pyc
../stem/descriptor/__pycache__/remote.cpython-34.pyc
../stem/descriptor/__pycache__/router_status_entry.cpython-34.pyc
../stem/descriptor/__pycache__/server_descriptor.cpython-34.pyc
../stem/descriptor/__pycache__/tordnsel.cpython-34.pyc
../stem/interpreter/__pycache__/__init__.cpython-34.pyc
../stem/interpreter/__pycache__/arguments.cpython-34.pyc
../stem/interpreter/__pycache__/autocomplete.cpython-34.pyc
../stem/interpreter/__pycache__/commands.cpython-34.pyc
../stem/interpreter/__pycache__/help.cpython-34.pyc
../stem/response/__pycache__/__init__.cpython-34.pyc
../stem/response/__pycache__/add_onion.cpython-34.pyc
../stem/response/__pycache__/authchallenge.cpython-34.pyc
../stem/response/__pycache__/events.cpython-34.pyc
../stem/response/__pycache__/getconf.cpython-34.pyc
../stem/response/__pycache__/getinfo.cpython-34.pyc
../stem/response/__pycache__/mapaddress.cpython-34.pyc
../stem/response/__pycache__/protocolinfo.cpython-34.pyc
../stem/util/__pycache__/__init__.cpython-34.pyc
../stem/util/__pycache__/conf.cpython-34.pyc
../stem/util/__pycache__/connection.cpython-34.pyc
../stem/util/__pycache__/enum.cpython-34.pyc
../stem/util/__pycache__/log.cpython-34.pyc
../stem/util/__pycache__/lru_cache.cpython-34.pyc
../stem/util/__pycache__/ordereddict.cpython-34.pyc
../stem/util/__pycache__/proc.cpython-34.pyc
../stem/util/__pycache__/str_tools.cpython-34.pyc
../stem/util/__pycache__/system.cpython-34.pyc
../stem/util/__pycache__/term.cpython-34.pyc
../stem/util/__pycache__/test_tools.cpython-34.pyc
../stem/util/__pycache__/tor_tools.cpython-34.pyc
./
dependency_links.txt
top_level.txt
PKG-INFO
SOURCES.txt
../../../../bin/tor-prompt