Metadata-Version: 2.1
Name: torcontrol
Version: 1.0.0
Summary: Zero-dependency pure python async TOR control client library
Keywords: 
Author-email: Pavel Dunaev <me@neko-dev.ru>
Requires-Python: >= 3.10
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Typing :: Typed
Project-URL: Home, https://gitlab.neko-dev.ru/me/torcontrol
Project-URL: Issues, https://gitlab.neko-dev.ru/me/torcontrol/-/issues
Project-URL: Repository, https://gitlab.neko-dev.ru/me/torcontrol

# torcontrol

Zero-dependency pure python async TOR control client library

## Installation

```shell
pip install torcontrol
```
## Status

Planned / not completed features:

- Events (no all events working/done)
- CLI (planned)
- Documentation
- Sync connection (only raw packets IO done, not tested)


## License

MIT License. Full test available in LICENSE file.

