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.28.tar.gz
(26.9 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.28.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.28.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3223dcbeb160cc3a8b951353621651e336da12aa7f136f755de4b64b6076a73
|
|
| MD5 |
1e38bfc98187fecad566fe123c8ee752
|
|
| BLAKE2b-256 |
c202e95bb8ff4e49c7002d6a60a74517ade1679a59fe9f69a1ca0b9286c58e96
|
File details
Details for the file api_canvas_lms-0.1.28-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.28-py3-none-any.whl
- Upload date:
- Size: 31.5 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 |
a01b3819b0ca86830a5732d752d29eebf28effa421cb1008ce3e36de1fe3f9c7
|
|
| MD5 |
795457f5c5a9cd18681890a2194b85c7
|
|
| BLAKE2b-256 |
a3c7fffcc1b835959a5fb528ad84e8b64fc52a58612bc291748f86a49924113f
|