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.10.tar.gz
(27.3 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.10.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.10.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e957c7458f0349db58bc57235085756422f32fb8eca81f1e21742615ebc8a7c5
|
|
| MD5 |
a3f98d165efca8952dbff14a94e89919
|
|
| BLAKE2b-256 |
93ac4bdb7844f62b11155793030e1904d3f885e554ffc6ea5770c1bf9bf1e67d
|
File details
Details for the file api_canvas_lms-0.1.10-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.10-py3-none-any.whl
- Upload date:
- Size: 31.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcada54119eba07505e09ceacd6d19e970c0bab20ae82a8e5308cc8e63c61f02
|
|
| MD5 |
00f21e9c3d3a7c0b0664982ac46d0614
|
|
| BLAKE2b-256 |
80db25289b7b658c049ea7fb7473d8c0918f0a9653f0b8f01101f7cfe1dd37d1
|