Metadata-Version: 2.1
Name: pyuhoo
Version: 0.0.4
Summary: Python API for talking to uHoo consumer API
Home-page: https://github.com/csacca/pyuhoo
License: MIT
Author: Christopher Sacca
Author-email: csacca@csacca.net
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: pycryptodome (>=3.10.1,<4.0.0)
Project-URL: Repository, https://github.com/csacca/pyuhoo
Description-Content-Type: text/markdown

# pyuhoo

[![PyPi version](https://img.shields.io/pypi/v/pyuhoo.svg)](https://pypi.python.org/pypi/pyuhoo/)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/csacca/pyuhoo/master.svg)](https://results.pre-commit.ci/latest/github/csacca/pyuhoo/master)
![ci workflow](https://github.com/csacca/pyuhoo/actions/workflows/ci.yaml/badge.svg)

Python API for talking to uHoo consumer API

Please note that this is a non-public API that has been reverse-engineered from mobile
apps. It is likely to break unexpectedly when uHoo changes the API.

