Metadata-Version: 2.1
Name: overwatch-stats
Version: 1.1.3
Summary: A library to query a player's overwatch stats from Battle.net
Home-page: https://github.com/jonghwanhyeon/overwatch-stats
Author: Jonghwan Hyeon
Author-email: hyeon0145@gmail.com
License: MIT
Description: # Overwatch Stats
        A Python library to query a player's overwatch stats from Battle.net
        
        ## Requirements
        - Python 3.2+
        - requests
        - lxml
        - inflect
        
        ## Installation
        	pip install overwatch-stats
        
        ## Usage
        ```python
        import overwatch.stats
        stats = overwatch.stats.query('pc', '현종환#3104')
        ```
        
        # API
        ## overwatch.stats.query(platform, battle_tag)
        Queries a player's stats from the Battle.net.
        ### Parameters
        - `platform`: `pc`, `xbl` or `psn`
        - `battle_tag`: the player's battle tag
        
Keywords: overwatch stats
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Games/Entertainment :: First Person Shooters
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
