Metadata-Version: 2.1
Name: python-aiotor
Version: 0.5.1
Summary: asyncio Tor controller library
Home-page: https://github.com/wybiral/aiotor
Author: Davy Wybiral
Author-email: davy.wybiral@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# aiotor (asyncio Tor controller library)

aiotor is an asyncronous Python library for interacting with the Tor [controller protocol](https://github.com/torproject/torspec/blob/main/control-spec.txt).

## Installation

The easiest way to install is with pip:

```pip install python-aiotor```

Or you can download the source and run:

```python setup.py install```

## Usage

See [/examples](https://github.com/wybiral/aiotor/tree/main/examples) for basic usage examples.


