Metadata-Version: 2.1
Name: webhooksimple
Version: 0.1.1
Summary: A simple framework/cli tool to setup and sync (Webex Teams) API webhooks
Home-page: https://github.com/CiscoSE/webhooksimple
Author: Marcel Neidinger
Author-email: mneiding@cisco.com
License: MIT license
Keywords: webhooksimple
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pyyaml
Requires-Dist: webexteamssdk
Requires-Dist: jinja2

=============
WebhookSimple
=============


.. image:: https://img.shields.io/pypi/v/webhooksimple.svg
        :target: https://pypi.python.org/pypi/webhooksimple

.. image:: https://img.shields.io/travis/squ4rks/webhooksimple.svg
        :target: https://travis-ci.org/squ4rks/webhooksimple

.. image:: https://readthedocs.org/projects/webhooksimple/badge/?version=latest
        :target: https://webhooksimple.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/squ4rks/webhooksimple/shield.svg
     :target: https://pyup.io/repos/github/squ4rks/webhooksimple/
     :alt: Updates



A simple framework/cli tool to setup and sync (Webex Teams) API webhooks


* Free software: MIT license
* Documentation: https://webhooksimple.readthedocs.io.


Features
--------

* Create, update and delete (webex teams) webhooks from a yaml file
* Modular architecture makes it suitable for other APIs as well

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-07-12)
------------------

* First release on PyPI.


