Metadata-Version: 2.1
Name: pymojang
Version: 2.0.2
Summary: "It's a full wrapper arround the Mojang API and Mojang Authentication API"
Home-page: https://github.com/Lucino772/pymojang
Author: Lucino772
Author-email: lucapalmi772@gmail.com
Project-URL: Documentation, https://lucino772.github.io/pymojang/
Keywords: minecraft mojang python3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

[![PyPI](https://img.shields.io/pypi/v/pymojang)](https://pypi.org/project/pymojang/)
[![CI](https://github.com/Lucino772/pymojang/actions/workflows/ci.yml/badge.svg)](https://github.com/Lucino772/pymojang/actions/workflows/ci.yml)
[![docs](https://github.com/Lucino772/pymojang/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/Lucino772/pymojang/actions/workflows/deploy-docs.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Lucino772/pymojang/main.svg)](https://results.pre-commit.ci/latest/github/Lucino772/pymojang/main)
[![codecov](https://codecov.io/gh/Lucino772/pymojang/branch/main/graph/badge.svg?token=5Q6PRUXL4T)](https://codecov.io/gh/Lucino772/pymojang)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pymojang)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymojang)

# Pymojang
PyMojang is a full wrapper of the [Mojang API](https://wiki.vg/Mojang_API) and [Mojang Authentication API](https://wiki.vg/Authentication).
It also support the [Microsoft Authentication Scheme](https://wiki.vg/Microsoft_Authentication_Scheme).

## Installation

To install the library use the following command:

```bash
pip install pymojang
```

Checkout the [documentation](https://lucino772.github.io/pymojang/)

## Licence
This project uses a
**MIT** Licence [view](https://github.com/Lucino772/pymojang/blob/main/LICENSE)
