Metadata-Version: 2.1
Name: nidhoggr
Version: 0.6.2
Summary: Yggdrasil protocol implementation
Home-page: https://git.mc4ep.org/mc4ep/nidhoggr
Author: Andriy Kushnir (Orhideous)
Author-email: me@orhideous.name
License: MIT
Keywords: Minecraft,Yggdrasil,Authentication
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: Flask (>=1.1)
Requires-Dist: nidhoggr-core (>=0.1.0)
Requires-Dist: pydantic (>=1.3)
Requires-Dist: M2Crypto (>=0.35)

# Nidhoggr

Yggdrasil protocol implementation

This package provides only API and intended for developers only.

# Development

## Installation

```bash
sudo apt-get install libssl-dev swig python3-dev gcc
python3 -m venv venv
source venv/bin/activate
pip install -r requirements_dev.txt -r requirements.txt
```

To run the all tests run:

```bash
tox
```


# History

## 0.6.0 (2020-12-31)

* Used nidhoggr-core
* Refactored and cleaned code

## 0.5.0 (2020-12-31)

* Full compatibility with vanilla authlib

## 0.4.0 (2020-12-26)

* **(Breaking)** Drop all texture-related features, except very basic
  ones

## 0.3.0 (2020-12-26)

* Various bugfixes

## 0.2.0 (2020-12-26)

* **(Breaking)** Drop password field from User model

## 0.1.0 (2020-12-26)

* First release on PyPI.


