Skip to content

Envirotech-Education/python-training-gov-au

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-training-gov-au

A python wrapper for the training.gov.au SOAP api

Basic Usage

from TrainingGov import TrainingGovAPI, Organisations, TrainingComponents

api = TrainingGovAPI("api-username", "api-password")     

orgs = Organisations()
# Passing RTO Code
results = orgs.getCourseList("4 digit RTO Code")

About

A python wrapper for the training.gov.au SOAP api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%