Skip to content

marceltschoppch/flask-osa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-OSA

Integrates the osa SOAP client GitHub into Flask.

Installation

Flask-osa is pip installable:

$ pip install Flask-osa

Configure

The only configuration is OSA_WSDL and must be set. You can pass any kwargs to OSA() for further configuration. The kwargs will be passed to osa.client.Client().

Usage

Import the extension into your Flask project and initialize:

from flask.ext.osa import OSA

osa = OSA(app)

Development

Source code is hosted on GitHub (contributions are welcome).

About

Integrates the osa SOAP client into Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages