Metadata-Version: 2.1
Name: Kickbase-API
Version: 0.0.6
Summary: Python API library for kickbase
Home-page: https://github.com/kevinskyba/kickbase-api-python
Author: kevinskyba
Author-email: kevinskyba@live.de
License: MIT
Description: # Kickbase_API
        [Kickbase](https://www.kickbase.com/) API for Python 3.  This work is unofficial and not related to kickbase in any way. All of this was done for scientific reasons only and you should not use it for anything else but for your personal learning!
        
        ## Installation
        - From pypi:
        `pip3 install kickbase_api`
        
        ## Requirements
        - [requests](https://github.com/kennethreitz/requests)
        
        ## Usage
        ```python
        from kickbase_api.kickbase import Kickbase
        kickbase = Kickbase()
        user, leagues = kickbase.login("username", "password")
        ```
        
        ## Docs
        The docs for this library can be found [here](https://kevinskyba.github.io/kickbase-api-python/).
        
        ## API
        This library is based on [Kickbase API Doc](https://github.com/kevinskyba/kickbase-api-doc).
        
        ## License
        
        [MIT License](LICENSE.md)
Platform: UNKNOWN
Description-Content-Type: text/markdown
