Una biblioteca de Python para Canvas LMS
Project description
API_CANVAS_LMS
Una biblioteca para ADDA Canvas LMS
Estructura del Proyecto
|--api_canvas_lms/ <-- Archivos de python
| |--account.py
| |--adda.py
| |--base.py
| |--course.py
| |--discussion_topic.py
| |--module.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"
#'''
print("Start process ... !")
mccsa = adda.BasicModuleCourseCanvasADDA(course_id, TOKEN)
status, data = mccsa.is_valid_structure()
print(status)
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.4.tar.gz
(20.8 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.4.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.4.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
015481a874b1d26dda0a78c35835dd785a3248814a814b73462f5891af331eb9
|
|
| MD5 |
0627db1bf0c18b43ead5ddc6664bc125
|
|
| BLAKE2b-256 |
b0f6716191d52d858727543cf42890c87c5374bf76d7cd7ea9b27a9cee9818e8
|
File details
Details for the file api_canvas_lms-0.1.4-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.4-py3-none-any.whl
- Upload date:
- Size: 24.0 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 |
d503488ba8ff064d7b5da21fc0d5c510f3230109b777f30aaefd464cc9ecd338
|
|
| MD5 |
dbd26748e3f72c86597c2397ff255c42
|
|
| BLAKE2b-256 |
b025be2186391667a677e1f67aee4cd974f106b144fc28c16b6b10365f829780
|