Metadata-Version: 1.1
Name: HiRezPy
Version: 0.1.2
Summary: Library for accessing Hi-Rez Studios APIs
Home-page: https://github.com/jaydenkieran/HiRezPy
Author: jaydenkieran
Author-email: jaydenkieran@gmail.com
License: MIT
Download-URL: https://github.com/jaydenkieran/HiRezPy/tarball/0.1.1
Description: # :electric_plug: HiRezPy
        **HiRezPy** is an asynchronous library developed in Python 3 for accessing information from [Hi-Rez Games](http://www.hirezstudios.com/)' APIs, for both *[Smite](https://www.smitegame.com/)* and *[Paladins](https://www.paladins.com/)*. It is a continuation and rework of my previous project, [`smite-python`](https://github.com/jaydenkieran/smite-python).
        
        ## Requirements
        * [Python](http://python.org) 3.5 (or higher)
            * The following libraries are required: `aiohttp`
        - [Access](https://fs12.formsite.com/HiRez/form48/secure_index.html) to Hi-Rez Studios' API
        
Keywords: hirez smite paladins api wrapper library
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
