Metadata-Version: 1.2
Name: streammachine-driver
Version: 0.0.8
Summary:  Common Schema for Stream Machine driver
Home-page: UNKNOWN
Author: Stream Machine B.V.
Author-email: apis@streammachine.io
License: UNKNOWN
Description: # Python Stream Machine API client driver
        
        This library can be used to package events into a serialization format of choice, and sends them to the Stream Machine Gateway.
        
        
        ## Releasing to PyPi and Test PyPi
        
        For now, we release without a Gitlab CI. We should create that soon though. In the `Makefile`, there are two commands:
        - `make release`: release to prod PyPi
        - `make release-test`: release to test PyPi
        
        When running either commands, you're prompted for a username and password. We're not using the actual username and password, but an API token (see LastPass for users PyPi and Test PyPi, as well as the release/prod API token). When using an API token, fill out the following:
        - `username` = `__token__`
        - `password` = `<api_token>` (including `pypi-` part)
        
Keywords: streammachine api client driver
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.6
