Metadata-Version: 2.1
Name: streamkit
Version: 0.1.2
Summary: A simple, cross-platform SDK for pub-sub messaging in Python.
Home-page: https://github.com/glentner/streamkit
Author: Geoffrey Lentner
Author-email: <glentner@purdue.edu>
License: Apache License
Keywords: pub-sub message broker
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/x-rst
Requires-Dist: logalpha (>=2.0.2)
Requires-Dist: cmdkit (>=1.5.4)
Requires-Dist: toml (>=0.10.1)
Requires-Dist: sqlalchemy (>=1.3.19)
Provides-Extra: postgres
Requires-Dist: psycopg2 (>=2.8.5) ; extra == 'postgres'

StreamKit
=========

A simple, cross-platform SDK for pub-sub messaging in Python.

.. image:: https://img.shields.io/badge/license-Apache-blue.svg?style=flat
    :target: https://www.apache.org/licenses/LICENSE-2.0
    :alt: License

.. image:: https://img.shields.io/pypi/v/streamkit.svg?style=flat&color=blue
    :target: https://pypi.org/project/streamkit
    :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/streamkit.svg?logo=python&logoColor=white&style=flat
    :target: https://pypi.org/project/streamkit
    :alt: Python Versions

.. image:: https://readthedocs.org/projects/streamkit/badge/?version=latest&style=flat
    :target: https://streamkit.readthedocs.io
    :alt: Documentation

.. image:: https://pepy.tech/badge/streamkit
    :target: https://pepy.tech/badge/streamkit
    :alt: Downloads

|


Documentation
-------------

Documentation for getting started, the API, and common recipes are available at
`streamkit.readthedocs.io <https://streamkit.readthedocs.io>`_.

|

Contributions
-------------

Contributions are welcome in the form of suggestions for additional features, pull requests with
new features or bug fixes, etc. If you find bugs or have questions, open an *Issue* here. If and
when the project grows, a code of conduct will be provided along side a more comprehensive set of
guidelines for contributing; until then, just be nice.


