Metadata-Version: 2.1
Name: arkhamdb
Version: 0.0.6
Summary: Pythonic wrapper around the excellent ArkhamDB API. Designed to be standalone and importable to other projects.
Author: James Veitch
Author-email: 1722315+darth-veitcher@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: httpx (>=0.22.0,<0.23.0)
Requires-Dist: importlib-metadata (>=4.11.3,<5.0.0); python_version < "3.8"
Project-URL: Documentation, https://arkhamdb.readthedocs.io
Description-Content-Type: text/markdown

# python-arkhamdb

![pypi_license](https://img.shields.io/pypi/l/arkhamdb)[![status-badge](https://ci.jamesveitch.xyz/api/badges/james/python-arkhamdb/status.svg)](https://ci.jamesveitch.xyz/james/python-arkhamdb)[![Read the Docs](https://readthedocs.org/projects/arkhamdb/badge/)](https://arkhamdb.readthedocs.io/)
![pypi_versions](https://img.shields.io/pypi/v/arkhamdb)![pypi_python](https://img.shields.io/pypi/pyversions/arkhamdb)![pypi_downloads](https://img.shields.io/pypi/dm/arkhamdb)

<img src="https://arkhamdb.readthedocs.io/en/latest/_static/logo.svg" width="100" style="float:left;clear:both;margin-right:10px"/> Pythonic wrapper around the excellent [ArkhamDB API](https://arkhamdb.com/api/). Designed to be standalone and importable to other projects.

Documentation can be found at [arkhamdb.readthedocs.io](https://arkhamdb.readthedocs.io). See the [latest](https://arkhamdb.readthedocs.io/en/latest/) branch for the master (stable) code and [develop](https://arkhamdb.readthedocs.io/en/develop/) for current (unstable) working version of the code.

## Simple usage

TODO: add example

## Python Version

This library is tested against Python 3.7+

