Metadata-Version: 2.1
Name: clashroyale
Version: 4.0.1
Summary: An (a)sync wrapper for royaleapi.com
Home-page: UNKNOWN
License: MIT
Project-URL: Source Code, https://github.com/cgrok/clashroyale
Project-URL: Issue Tracker, https://github.com/cgrok/clashroyale/issues
Project-URL: Documentation, https://clashroyale.readthedocs.io/
Description: clashroyale
        ===========
        
        .. image:: https://img.shields.io/pypi/v/clashroyale.svg
            :target: https://pypi.org/project/clashroyale/
            :alt: PyPi
        
        .. image:: https://img.shields.io/pypi/pyversions/clashroyale.svg
            :target: https://pypi.org/project/clashroyale/
            :alt: Supported Versions
        
        .. image:: https://travis-ci.com/cgrok/clashroyale.svg?branch=master
            :target: https://travis-ci.com/cgrok/clashroyale
            :alt: Travis CI Status
        
        .. image:: https://img.shields.io/github/license/cgrok/clashroyale.svg
            :target: https://github.com/cgrok/clashroyale/blob/master/LICENSE
            :alt: MIT License
        
        
        This library is currently an (a)sync wrapper for
        https://royaleapi.com and the official Clash Royale API with
        great functionality.
        
        Installation
        ============
        
        Development build
        
        .. code-block:: python
        
            pip install git+https://github.com/cgrok/clashroyale
        
        Stable build
        
        .. code-block:: python
        
            pip install clashroyale
        
        Documentation
        =============
        
        Hosted on readthedocs.io (https://clashroyale.readthedocs.io)
        
        Docstrings are written using the `NumpyDoc`_ specification
        
        .. _NumpyDoc: https://github.com/cdgriffith/Box
Keywords: clashroyale,wrapper,cr,royaleapi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment :: Real Time Strategy
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
