A library that allows you to work with LMS
Project description
lms-synergy-library
This unofficial library is a collection of useful functions for the LMS Synergy platform.
Installation
pip install lms-synergy-library
Usage
from lms_synergy_library import LMS
lms = LMS(login="demo", password="demo")
# verify
lms.verify()
# get amount messages
lms.get_amount_messages()
# get amount notifications
lms.get_amount_notifications()
# get information about user
lms.get_info()
# get shedule
lms.get_schedule()
# get news
lms.get_news()
# get disciplines
lms.get_disciplines()
# get amount unverified work
lms.get_amount_unverified_work()
# get pesonal curators
lms.get_pesonal_curators()
# get tutors
lms.get_tutors()
# get notifications
lms.get_notify()
# get notifications archive
lms.get_notify_archive()
# get unread messages
lms.get_unread_messages()
# get marks
lms.get_marks()
# get events
lms.get_events()
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Authors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lms_synergy_library-0.2.2.tar.gz
.
File metadata
- Download URL: lms_synergy_library-0.2.2.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59f578179b49de0e430c272bcc6e3636ee577281e6074116cc0898104e1c8e41 |
|
MD5 | 541125c4e1eff6510db42804d31fd567 |
|
BLAKE2b-256 | a518965e29dc8329e5f51dedf1fd12ba61cc35193bbea5ae4f52ed56ff0c823c |
File details
Details for the file lms_synergy_library-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: lms_synergy_library-0.2.2-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1bf10e3d37c3302b5dced595690bac0d97078289885c440d11dd7ab5572a3a8 |
|
MD5 | 47fbaabd7eb27e809054d3443288c2be |
|
BLAKE2b-256 | 04e86b5365e1801ebbf953ac4ab295fcc2706dde4131eacce0d9b6f84df65978 |