Metadata-Version: 1.1
Name: flask-nidhogg
Version: 0.1.0
Summary: OpenSource Yggdrasil protocol implementation
Home-page: https://github.com/Orhideous/flask-nidhogg
Author: Andriy Kushnir
Author-email: orhideous@gmail.com
License: GPLv3
Description: .. image:: https://travis-ci.org/Orhideous/flask-nidhogg.png
            :target: https://travis-ci.org/Orhideous/flask-nidhogg
            :alt: Build Status
        
        .. image:: https://coveralls.io/repos/Orhideous/flask-nidhogg/badge.png?branch=master
            :target: https://coveralls.io/r/Orhideous/flask-nidhogg?branch=master
            :alt: Coverage Status
        
        .. image:: https://pypip.in/v/flask-nidhogg/badge.png
            :target: https://crate.io/packages/flask-nidhogg
            :alt: Version
        
        .. image:: https://pypip.in/d/flask-nidhogg/badge.png
            :target: https://crate.io/packages/flask-nidhogg
            :alt: Downloads
        
        .. image:: https://pypip.in/format/flask-nidhogg/badge.png
            :target: https://pypi.python.org/pypi/flask-nidhogg/
            :alt: Download format
        
        .. image:: https://pypip.in/license/flask-nidhogg/badge.png
            :target: https://pypi.python.org/pypi/flask-nidhogg/
            :alt: License
        
        .. image:: https://readthedocs.org/projects/nidhogg/badge/?version=latest
            :target: https://flask-nidhogg.readthedocs.org/
            :alt: Docs
        
        
        About
        =====
        
        OpenSource Yggdrasil protocol implementation
        
        Installation
        ============
        
        From PyPI::
        
            pip install flask-nidhogg
        
        From GitHub::
        
            git clone https://github.com/Orhideous/flask-nidhogg.git
        
        Documentation
        =============
        
        `ReadTheDocs <http://nidhogg.readthedocs.org/en/latest/readme.html>`_
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        
        Changelog
        =========
        
        1.0.0 (2014-09-13)
        ------------------
        
        * 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 :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
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
