Metadata-Version: 2.1
Name: py-baselinker
Version: 0.0.2
Summary: Python library to communication with baselinker
Home-page: https://github.com/Solizion/py-baselinker
Author: Solizion Associations
Author-email: kontakt@solizion.pl
License: UNKNOWN
Description: # Python BaseLinker API
        
        py-baselinker is a Python client library for accessing the [BaseLinker](https://baselinker.com/) service.
        
        Currently, **library is BETA version** and testing only on Python version 3.8.
        
        Library not implement each of method from BaseLinker API [Documentation](https://api.baselinker.com/) yet.
        
        ## Install
        
        ```shell script
        pip install py-baselinker
        ```
        
        ## Versioning 
        
        Versioning is base on [semver](https://semver.org/). 
        The new version is release by a new tag.
        
        ## Licence
        
        This library is distributed under the BSD 3 Licence, see LICENSE for more information.
        
        ## Contributing
        
        Author of this library is [Mikołaj Jeziorny](https://mikolaj-jeziorny.pl).
        
        If you want to help with development it - **fork me!**
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
