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.17.tar.gz
(24.3 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.17.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.17.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cf2784ca0878446aca796933edfe43ec2468ce2edefd2ee2dc7b8e126495e14
|
|
| MD5 |
b4846e5f8a413352ea23b500558f71d5
|
|
| BLAKE2b-256 |
b1a5455d044d5c0a8147a98e9f26b0ddd5775a0be79b3bd1b643835d851e4d81
|
File details
Details for the file api_canvas_lms-0.1.17-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.17-py3-none-any.whl
- Upload date:
- Size: 28.7 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 |
439184efc694aab64b9f1e518a34f9c10c233a917e0c76bea5a57b9c3da84e64
|
|
| MD5 |
3ace044237c678cb8f8ea0186c343198
|
|
| BLAKE2b-256 |
5ad0c414f75994fefa46ca16fa64c29878f3a9b1b94bccd209b1c8a76b911221
|