Metadata-Version: 2.1
Name: minecraft-data-latest
Version: 0.2
Summary: Python bindings to easily access latest minecraft-data database
Author-email: Vito Gamberini <vito@gamberini.email>
Maintainer-email: "Rodrigo Silva (MestreLion)" <linux@rodrigosilva.com>
License: MIT
Project-URL: Source Code, https://github.com/MestreLion/python-minecraft-data-latest
Project-URL: Issue Tracker, https://github.com/MestreLion/python-minecraft-data-latest/issues
Keywords: minecraft,game,data
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

python-minecraft-data-latest
============================

|pypi|_

Provide easy access to `minecraft-data <https://github.com/PrismarineJS/minecraft-data>`__ in python

Installation
------------
From PyPi:

``pip3 install minecraft-data-latest``

From Repo:

``pip3 install git+https://github.com/MestreLion/python-minecraft-data-latest``

Usage
-----

See the `example.py <example.py>`__


Documentation
-------------

- See `doc/api.md <doc/api.md>`__
- See `doc/history.md <doc/history.md>`__


.. |pypi| image:: https://img.shields.io/pypi/v/minecraft-data-latest.svg
.. _pypi: https://pypi.python.org/pypi/minecraft-data-latest
