Metadata-Version: 2.1
Name: kabelwerk
Version: 0.1.0
Summary: The Kabelwerk SDK for Python.
Keywords: kabelwerk
Author-email: Kabelwerk <devs@kabelwerk.io>
Description-Content-Type: text/x-rst
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: requests >= 2.31
Requires-Dist: flit ; extra == "dev"
Requires-Dist: pip-tools ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: responses ; extra == "dev"
Project-URL: Changelog, https://github.com/kabelwerk/sdk-python/blob/master/CHANGELOG.rst
Project-URL: Home, https://kabelwerk.io
Project-URL: Source, https://github.com/kabelwerk/sdk-python
Project-URL: Tracker, https://github.com/kabelwerk/sdk-python/issues
Provides-Extra: dev

|logo|_

|Kabelwerk|_ is a fast and secure chat as a service for digital health
applications. This is the Kabelwerk SDK for Python.


Installation
============

The SDK is available at the `Cheese Shop`_:

.. code:: sh

    # usually inside a virtual environment
    pip install kabelwerk

Releases follow semantic versioning. Make sure to check the `CHANGELOG.rst`_
whenever upgrading to a newer version.


Licence
=======

Licensed under the `MIT`_ licence.


.. |logo| image:: https://kabelwerk.io/images/logo_256.png
.. _logo: https://kabelwerk.io

.. |Kabelwerk| replace:: **Kabelwerk**
.. _Kabelwerk: https://kabelwerk.io

.. _`Cheese Shop`: https://pypi.org/project/kabelwerk/
.. _`CHANGELOG.rst`: https://github.com/kabelwerk/sdk-python/blob/master/CHANGELOG.rst

.. _`MIT`: https://github.com/kabelwerk/sdk-python/blob/master/LICENSE

