Metadata-Version: 2.1
Name: brawlstats
Version: 2.1.12
Summary: An async Python API wrapper for the unofficial Brawl Stars API
Home-page: https://github.com/SharpBit/brawlstats
Author: SharpBit
Author-email: sharpbit3618@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/SharpBit/brawlstats
Project-URL: Issue Tracker, https://github.com/SharpBit/brawlstats/issues
Project-URL: Documentation, https://brawlstats.readthedocs.io/
Description: .. image:: https://i.imgur.com/5uUkTrn.png
            :alt: Brawl Stats
        
        Brawl Stats
        ===========
        
        .. image:: https://img.shields.io/pypi/v/brawlstats.svg
            :target: https://pypi.org/project/brawlstats/
            :alt: PyPi
        
        .. image:: https://travis-ci.com/SharpBit/brawlstats.svg?branch=master
            :target: https://travis-ci.com/SharpBit/brawlstats
            :alt: Travis-CI build
        
        .. image:: https://img.shields.io/pypi/pyversions/brawlstats.svg
            :target: https://pypi.org/project/brawlstats/
            :alt: Supported Versions
        
        .. image:: https://img.shields.io/github/license/SharpBit/brawlstats.svg
            :target: https://github.com/SharpBit/brawlstats/blob/master/LICENSE
            :alt: MIT License
        
        | This library is a sync and async wrapper the unofficial `Brawl Stars API`_.
        | Please note that both this API and wrapper are both still in beta, so there will be frequent breaking changes.
        
        Features
        ~~~~~~~~
        
        - Covers the full API
        - Easy to use async or sync client
        - Helper functions for access to other game files
        
        Installation
        ~~~~~~~~~~~~
        
        Install the latest stable build:
        
        ::
        
           pip install brawlstats
        
        Install the development build:
        
        ::
        
           pip install git+https://github.com/SharpBit/brawlstats
        
        Documentation
        ~~~~~~~~~~~~~
        
        Documentation is being hosted on `Read the Docs`_
        
        Misc
        ~~~~
        
        | If you are currently using this wrapper, feel free to star this repository :)
        | If you come across an issue in the wrapper, please `create an issue`_ and I will look into it ASAP.
        | If you need help or an API Key, join the API’s `discord server`_.
        
        Examples
        ~~~~~~~~
        Examples are in the `examples folder`_.
        
        - ``sync.py`` shows you basic sync usage
        - ``async.py`` shows you basic async usage
        - ``discord_cog.py`` shows an example Discord Bot cog using `discord.py rewrite`_
        
        .. _Brawl Stars API: http://brawlapi.cf/api
        .. _docs folder: https://github.com/SharpBit/brawlstats/tree/master/docs
        .. _pull request: https://github.com/SharpBit/brawlstats/pulls
        .. _create an issue: https://github.com/SharpBit/brawlstats/issues
        .. _discord server: https://discord.me/BrawlAPI
        .. _Read the Docs: https://brawlstats.readthedocs.io/en/latest/
        .. _examples folder: https://github.com/SharpBit/brawlstats/tree/master/examples
        .. _discord.py rewrite: https://github.com/rapptz/discord.py/tree/rewrite
Keywords: brawl stars, brawlstats, api-wrapper, async
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
