Una biblioteca de Python para Canvas LMS
Project description
API_CANVAS_LMS
Una biblioteca para 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"
API_REST_PATH = "your URL"
#'''
print("Start process ... !")
mccsa = adda.BasicModuleCourseCanvasADDA(course_id, TOKEN, API_REST_PATH)
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.26.tar.gz
(25.2 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.26.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.26.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d194f8528c09f7e76493f3f3dfaf5c12aecb8349e4a4a1455edae2b3fbdd3055
|
|
| MD5 |
ab1e45433725bc4e6893582d8e965fa5
|
|
| BLAKE2b-256 |
d0583e7e69afcab173b3beec96c21ad5e6937d6dedd0b1a2f65f2b50d143b1c0
|
File details
Details for the file api_canvas_lms-0.1.26-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.26-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dfb13cd48f498cd9163bc880b52e3b0759cb42fb29b4e396717fc0f0ae6dff5
|
|
| MD5 |
218316ed4cf06b4c5fa458c3240ae9d6
|
|
| BLAKE2b-256 |
2a4304813247f5568e3031ae98143bf3ed3bacdbd34db00dc65665aaac6ccdd7
|