Metadata-Version: 1.2
Name: mojang-api
Version: 2.1.0
Summary: A full Python wrapper of Mojang's API and Authentication API.
Home-page: https://github.com/SynchronousX/mojang-api
Author: Synchronous
License: MIT
Description: mojang-api
        ==========
        
        |build-status| |code-coverage| |version| |python-versions| |implementation| |license|
        
        A full Python wrapper of Mojang's `API`_ and `Authentication API`_.
        
        .. |build-status| image:: https://img.shields.io/travis/SynchronousX/mojang-api.svg
            :alt: Build Status
            :scale: 100%
            :target: https://travis-ci.org/SynchronousX/mojang-api
        
        .. |code-coverage| image:: https://img.shields.io/coveralls/github/SynchronousX/mojang-api.svg
            :alt: Code Coverage
            :scale: 100%
            :target: https://coveralls.io/github/SynchronousX/mojang-api
        
        .. |version| image:: https://img.shields.io/pypi/v/mojang-api.svg
            :alt: Version
            :scale: 100%
            :target: https://pypi.python.org/pypi/mojang-api
        
        .. |python-versions| image:: https://img.shields.io/pypi/pyversions/mojang-api.svg
            :alt: Python Versions
            :scale: 100%
            :target: https://pypi.python.org/pypi/mojang-api
        
        .. |implementation| image:: https://img.shields.io/pypi/implementation/mojang-api.svg
            :alt: Implementation
            :scale: 100%
            :target: https://pypi.python.org/pypi/mojang-api
        
        .. |license| image:: https://img.shields.io/github/license/SynchronousX/mojang-api.svg
            :alt: License
            :scale: 100%
            :target: LICENSE
        
        .. _API: http://wiki.vg/Mojang_API
        .. _Authentication API: http://wiki.vg/Authentication
        
        Installation
        ------------
        ``$ pip install mojang-api``
        
Keywords: mojang minecraft mc api authentication auth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5.*
