PyFiware

Python library to access Fiware REST API v2


Install
pip install PyFiware==0.70

Documentation

PyFiware

A simple library to interact with the Fiware Orion Context broker. This library uses the v2 specification.

Fiware Orion project page.


To deploy a dev Fiware orion context broker you can use the docker stack file contained in the extra directory. As this:

docker stack deploy -c extra/fiware-orion.yaml dev_fiware

This is CB is used in the integration test done in the test directory.