Metadata-Version: 2.1
Name: nidhoggr
Version: 0.2.0
Summary: Yggdrasil protocol implementation
Home-page: https://git.mc4ep.org/mc4ep/nidhoggr
Author: Andriy Kushnir (Orhideous)
Author-email: me@orhideous.name
License: MIT
Description: # 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.1.0 (2020-12-26)
        
        * First release on PyPI.
        
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
