Una biblioteca de Python para Canvas LMS
Project description
API_CANVAS_LMS
Una biblioteca para ADDA Canvas LMS
Estructura del Proyecto
|--api_canvas_lms/ <-- Archivos de python
| |--account.py
| |--adda.py
| |--base.py
| |--course.py
| |--discussion_topic.py
| |--enrollment.py
| |--module.py
| |--mvc.py
| |--user.py
| |--utils.py
|
|--setup.py <-- Define el Python build
Uso
Un ejemplo de como usar la biblioteca
import api_canvas_lms.adda as adda
if __name__ == "__main__":
course_id = "your id course of Canvas"
TOKEN = "your token"
#'''
print("Start process ... !")
mccsa = adda.BasicModuleCourseCanvasADDA(course_id, TOKEN)
data = mccsa.is_valid_structure()
print(data)
#'''
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
api_canvas_lms-0.1.13.tar.gz
(24.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file api_canvas_lms-0.1.13.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.13.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa2ec253cf674dc5991132f565dcaf457601cf7cf9412d09b92d9d4f97fac075
|
|
| MD5 |
3119655cfb25aa9798e7ed2990a783c7
|
|
| BLAKE2b-256 |
f8fc9a1f1c1180381272611fde3939235f4d8f5d83e426e0790d261356332057
|
File details
Details for the file api_canvas_lms-0.1.13-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.13-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14179fb7fd6a5d888d77c29f6607c69ea38c501fce026327080ff8c00b180dc3
|
|
| MD5 |
6a2567a69b1f3c95d911f144f32bc135
|
|
| BLAKE2b-256 |
fee904b3019f4bfc497b8f5d77ee09605a84207349ecb8b53add02efbe9d5091
|