Skip to main content

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


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.21.tar.gz (24.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

api_canvas_lms-0.1.21-py3-none-any.whl (29.3 kB view details)

Uploaded Python 3

File details

Details for the file api_canvas_lms-0.1.21.tar.gz.

File metadata

  • Download URL: api_canvas_lms-0.1.21.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.7

File hashes

Hashes for api_canvas_lms-0.1.21.tar.gz
Algorithm Hash digest
SHA256 c73210d9ed2dcd851f4ccffea31e9fd6067b12147cf16443c50ca2805d1e6aa0
MD5 e840289dcb68228a890a6832d1e5ff63
BLAKE2b-256 302435762526f6b7b6e23f85e5444785d4ec548c6b7ad214a2c292ec66503368

See more details on using hashes here.

File details

Details for the file api_canvas_lms-0.1.21-py3-none-any.whl.

File metadata

File hashes

Hashes for api_canvas_lms-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 1e198e93553306b6fd0b3164adfae0a71d8d2d762f839395d4ac6eebdf52f7ef
MD5 42449d120d5ed3276823464237f6ed0a
BLAKE2b-256 a9c6d4186576e3346b3e0801c0e73af218a237f41d7d2c4f7c817a461445fc30

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page