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.22.tar.gz
(24.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.22.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.22.tar.gz
- Upload date:
- Size: 24.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 |
c3608b29feb38a262dc9f3c0433856454f1f55994b3896521a40cf42746cb280
|
|
| MD5 |
69eaff2b8a008867f34ae3c6f381ca0c
|
|
| BLAKE2b-256 |
f7c53447cfd0bc6b2dcab08aa6d273ed9e38fb002035288aa4d0c5e69d16aac7
|
File details
Details for the file api_canvas_lms-0.1.22-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.22-py3-none-any.whl
- Upload date:
- Size: 29.4 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 |
a140083d02d552e2fff2793e2d7b451b981b7e7859766077db0f9add7a40fd0c
|
|
| MD5 |
05182be41c8093409a99e9c6aa63c997
|
|
| BLAKE2b-256 |
42ac2e09bbbb87c84657cce0e704fedf45a03ae9178060c9c3390c1d89714722
|