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.30.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.30.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.30.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9790b02aef0c5b8e756cf63d2e687e6babb15867d1f738bf39dfa98aa03034a3
|
|
| MD5 |
61968fb7a7ec657dbafe7220d6dbe674
|
|
| BLAKE2b-256 |
22342326cc3a194c2883d3b469345453e1e227fc184653292820c27683de0ad7
|
File details
Details for the file api_canvas_lms-0.1.30-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.30-py3-none-any.whl
- Upload date:
- Size: 31.1 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 |
6f8d19587d5fdd37c5fb0e155d49657c613518fbb711087846d80a04161d0e14
|
|
| MD5 |
1ccd256312233f480affa2bbea7521a4
|
|
| BLAKE2b-256 |
c5d3b09585625618a63896ce0deecf591fe8292d5594e737efe0c00009f90f12
|