Metadata-Version: 2.1
Name: scolengo-api
Version: 1.0
Summary: Unofficial Python API client of Skolengo EMS v2
Home-page: https://github.com/Vermylion/scolengo-api-py
Author: Vermylion
Author-email: vermylioncode@gmail.com
Project-URL: Bug Tracker, https://github.com/Vermylion/scolengo-api-py
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: authlib
Requires-Dist: json_api_doc

# scolengo-api
This is a translated version of [scolengo-api](https://github.com/maelgangloff/scolengo-api), a javascript/typescript module by [maelgangleoff](https://github.com/maelgangloff).

All names and functions have been kept as close as possible to the original, to make conversion easier. Therefore, for base documentation, head to the original github repository: [scolengo-api](https://github.com/maelgangloff/scolengo-api). There is additional documentation available at the github directory [docs](https://github.com/vermylion/scolengo-api-py/docs).

## Install
This library can be installed through [PyPI](https://pypi.org/project/scolengo-api/): `pip install scolengo-api`.

You can also download the [github repository](https://github.com/vermylion/scolengo-api-py) too.
