Metadata-Version: 2.1
Name: douze
Version: 0.1.2
Summary: A DigitalOcean API client to help with 12-factors apps
License: WTFPL
Author: Rémy Sanchez
Author-email: remy.sanchez@hyperthese.net
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: httpx (<0.13)
Requires-Dist: typefit (>=0.3.0,<0.4.0)
Description-Content-Type: text/markdown

DOuze
=====

A DigitalOcean client library aimed to be a backend for Ansible modules.

You can find:

- `douze.api.DoApi` &mdash; The main API which mimics the REST API
- `douze.api.DoIdemApi` &mdash; The idempotent API which can power Ansible
  modules

