Metadata-Version: 1.1
Name: PyFiware
Version: 0.10
Summary: Python library to access Fiware REST API v2
Home-page: https://github.com/josubg/pyfiware
Author: Josu Bermudez
Author-email: josu.bermudez@deusto.es
License: UNKNOWN
Description: PyFiware
        =======================
        
        A simple library to interact with the Fiware Orion Context broker. This library uses the v2 specification.
        
        `Fiware Orion project page
        <https://github.com/telefonicaid/fiware-orion>`_.
        
        
        ----
        
        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.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
