Metadata-Version: 2.1
Name: dathost
Version: 0.2.2
Summary: Asynchronous / Synchronous dathost API wrapper.
Home-page: https://dathost.readthedocs.io/en/latest/
Author: WardPearce
Author-email: wardpearce@protonmail.com
License: GPL v3
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: asynctest
Requires-Dist: aiofiles
Requires-Dist: sphinxcontrib-trio
Requires-Dist: steam
Requires-Dist: sphinx-material

## Welcome to Dathost’s unofficial python wrapper!
This is a unofficial asynchronous & synchronous wrapper for Dathost’s API.

### Features:
- Full API coverage.
- Asynchronous & synchronous support.
- Easy to use with an object oriented design.
- 100% test coverage.

### Install
- Pip: ``pip3 install dathost``
- Git: ``pip3 install git+https://github.com/WardPearce/dathost.git``


### Documentation
[Documentation](https://dathost.readthedocs.io/en/latest/)


### Thanks to
- [Encode for creating HTTPX](https://www.python-httpx.org/)


