Metadata-Version: 2.1
Name: dathost
Version: 1.0.1
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
License-File: LICENSE

## 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/)


