An open API service indexing awesome lists of open source software.

https://github.com/ewpratten/dynmap_api

A unified Python API wrapper for Dynmap
https://github.com/ewpratten/dynmap_api

api-wrapper dynmap minecraft

Last synced: 3 months ago
JSON representation

A unified Python API wrapper for Dynmap

Awesome Lists containing this project

README

        

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