Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solizion/py-baselinker
Python library to communication with baselinker
https://github.com/solizion/py-baselinker
api baselinker py-baselinker python python-library python3
Last synced: 13 days ago
JSON representation
Python library to communication with baselinker
- Host: GitHub
- URL: https://github.com/solizion/py-baselinker
- Owner: Solizion
- License: apache-2.0
- Created: 2020-09-05T17:13:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T12:00:22.000Z (about 3 years ago)
- Last Synced: 2024-12-06T04:39:00.104Z (about 1 month ago)
- Topics: api, baselinker, py-baselinker, python, python-library, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!**