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.18.tar.gz
(24.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.18.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.18.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b961d4a2001656a57ee5af4d9aaec7f7a424347cca0afa851b46b04b07d11f46
|
|
| MD5 |
038a27748b59cc372b449e9401938adb
|
|
| BLAKE2b-256 |
457da6eb4fa144151a1ce730d91175a886d3c7c2b6890056c5cf91e0752c0ac7
|
File details
Details for the file api_canvas_lms-0.1.18-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.18-py3-none-any.whl
- Upload date:
- Size: 29.3 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 |
e5bfc7b3a500bb57db6cd2d36587c4fb4df3265e89a6961d691705765a6c1a24
|
|
| MD5 |
c8cbc683f86544b5ecf49b01693c6377
|
|
| BLAKE2b-256 |
6d1baa3f45b85dbb3cabb86ab9fa1e622774649b0ee45716a5841c0618adc966
|