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
| |--discussion_topic.py
| |--module.py
| |--user.py
|--setup.py <-- Define el Python build
Uso
Un ejemplo de como usar la biblioteca
import settings
import logging
import logging_config
# Ensure the logging configuration is set up
logging_config.setup_logging()
import api_canvas_lms.adda as adda
# Create a logger for this module
logger = logging.getLogger(__name__)
if __name__ == "__main__":
course_id = "66666" # ID Course
#'''
logger.info("Start process ... !")
mccsa = adda.BasicModuleCourseCanvasADDA(course_id, settings.TOKEN)
status, data = mccsa.is_valid_structure()
logger.info(status)
logger.info(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.0.tar.gz
(20.0 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.0.tar.gz.
File metadata
- Download URL: api_canvas_lms-0.1.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ebd86b96e75792983aca2e7d4813838277da74b3d04025bb0577ea2813b3b90
|
|
| MD5 |
41ce9df3310f8d9f143c64e3ad6491e9
|
|
| BLAKE2b-256 |
ba727af44692ddc63dec4f8d39480ad6229c985535cfc4dbe6a0b4940b389653
|
File details
Details for the file api_canvas_lms-0.1.0-py3-none-any.whl.
File metadata
- Download URL: api_canvas_lms-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.5 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 |
733851f1d7e63f461d661615682d7fc83a2434e99b5d757f8c6c0af9977a1b70
|
|
| MD5 |
d2dac6443ba24f2cee51b22ef43c083d
|
|
| BLAKE2b-256 |
b65d65d1349f04f7e3c984d644c234546044df4f2f6c2fb07a4c4406bd9f1bcc
|