/connector4python

Native Python API to connect to the REST based OSIAM services

Primary LanguagePythonMIT LicenseMIT

#OSIAM Connector for Python

This repository contains the OSIAM Connector for Python and some auxiliary modules that depend on the connector. For more information and documentation visit the repo's Wiki.

#Project structure

The module structure is

  • python
    • osiam -- is the main project, the request based OSIAM connector for Python itself -> Wiki
      • performance -- our framework for running stresstests agains OSIAM, it also makes use of the connector -> Wiki
  • example-client -- an example web application (Python 2.7, flask) using the API of the connector -> Wiki
  • performance-tests -- are test cases written in a self defined DSL which are executed by the performance framework -> Wiki

Requirements

  • Python 2.7
  • An up and running OSIAM instance