Metadata-Version: 2.1
Name: pyuhoods
Version: 0.0.20
Summary: Python API for talking to uHoo consumer API
Home-page: https://github.com/davidcsally/pyuhoo
License: MIT
Author: David Sally
Author-email: davidcsally@github-noreply.com
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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/davidcsally/pyuhoo
Description-Content-Type: text/markdown

# pyuhoo

[![PyPi version](https://img.shields.io/pypi/v/pyuhoo.svg)](https://pypi.python.org/pypi/pyuhoods/)
[![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.

