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.31.tar.gz
(26.6 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.31.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.31.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
002938ca8ae6d6fc787537b6ce80114c3ff4a7d2ba6f6526651936fe4939b676
|
|
| MD5 |
3ad3c565447f1ef6e1de2f98287d1f47
|
|
| BLAKE2b-256 |
bd66d5a1d45b6315d81671d002da0bb047b59773efae64b4a451ad46f5ea41e4
|
File details
Details for the file api_canvas_lms-0.1.31-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.31-py3-none-any.whl
- Upload date:
- Size: 31.2 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 |
3145f6b96fb706741a772f66da2438b94fb465ef64fbce2b0825247851dc05c6
|
|
| MD5 |
c479649f0024c4a40f4d8ebf304f7486
|
|
| BLAKE2b-256 |
e9a045195cbef41310e7ca2e721202620ea9642e94e7eece22d0c717a60f6b0e
|