Metadata-Version: 1.1 Name: stem Version: 1.7.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: For tutorials and API documentation see `Stem's homepage `_. Quick Start ----------- To install you can either use... :: pip install stem ... or install from the source tarball. Stem supports both the python 2.x and 3.x series. To use its python3 counterpart you simply need to install using that version of python. :: python3 setup.py install After that, give some `tutorials `_ a try! For questions or to discuss project ideas we're available on `irc `_ and the `tor-dev@ email list `_. Keywords: tor onion controller Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) Classifier: Topic :: Security Classifier: Topic :: Software Development :: Libraries :: Python Modules