Metadata-Version: 2.1
Name: dynmap-api
Version: 0.1.2
Summary: A unified Python API wrapper for Dynmap
License: GPLv3
Author: Evan Pratten
Author-email: ewpratten@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pydantic (>=1.7.2,<2.0.0)
Requires-Dist: requests (>=2.25.0,<3.0.0)
Description-Content-Type: text/markdown

# Minecraft Dynamic Map API Wrapper ![Poetry Build Suite](https://github.com/Ewpratten/dynmap_api/workflows/Poetry%20Build%20Suite/badge.svg) [![PyPI version](https://img.shields.io/pypi/v/dynmap_api.svg)](https://pypi.python.org/pypi/dynmap_api/)

`dynmap_api` is a Python library for querying data from Minecraft servers running the [Dynmap](https://github.com/webbukkit/dynmap) plugin.

## Installation

To install, ensure your system has `python3` and `python3-pip`, then run:

```sh
python3 -m pip install dynmap_api
```

## Documentation

API documentation can be found [here](https://ewpratten.retrylife.ca/dynmap_api/)
