Metadata-Version: 2.1
Name: wcraas-common
Version: 0.1.7
Summary: WCraaS Storage Service
Home-page: https://github.com/WCraaS/wcraas_common
Author: Kolokotronis Panagiotis
Author-email: panagiks@gmail.com
License: MIT license
Keywords: wcraas_common
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: aio-pika
Requires-Dist: environs
Requires-Dist: yarl (>=1.3.0)

=============
wcraas_common
=============


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

.. image:: https://img.shields.io/travis/WCraaS/wcraas_common.svg
        :target: https://travis-ci.org/WCraaS/wcraas_common

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


.. image:: https://pyup.io/repos/github/WCraaS/wcraas_common/shield.svg
     :target: https://pyup.io/repos/github/WCraaS/wcraas_common/
     :alt: Updates



WCraaS Storage Service


* Free software: MIT license
* Documentation: https://wcraas-common.readthedocs.io.


Features
--------

* TODO

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.7 (2019-10-28)
------------------

* BUGFIX: Correct `start_consume`'s argument `queue` => `queue_name`.


0.1.6 (2019-10-02)
------------------

* Break RMQ queue subscription to own function.


0.1.5 (2019-10-02)
------------------

* BUGFIX: Missing imports


0.1.2 (2019-10-27)
------------------

* Move RPC & Consume initialization to common module
* Provide consume & is_rpc decorators
* `WcraasWorker` is now an Abstract Class.


0.1.1 (2019-10-02)
------------------

* Mark docs as stable.


0.1.0 (2019-09-21)
------------------

* First release on PyPI.


