Metadata-Version: 2.1
Name: django-flex-pubsub
Version: 0.0.20
Summary: Django project for using Google Cloud Pub/Sub for handling background and scehduler tasks
Author-email: Saman Zand Haghighi <samanzandh@gmail.com>, Ali Avani <ali.avani@outlook.com>
Maintainer-email: Saman Zand Haghighi <samanzandh@gmail.com>, Ali Avani <ali.avani@outlook.com>
License: MIT license
Project-URL: bugs, https://github.com/ali-avani/django-flex-pubsub/issues
Project-URL: changelog, https://github.com/ali-avani/django-flex-pubsub/blob/master/changelog.md
Project-URL: homepage, https://github.com/ali-avani/django-flex-pubsub
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

===================
Django Flex Pub/Sub
===================


.. image:: https://img.shields.io/pypi/v/django-flex-pubsub.svg
        :target: https://pypi.python.org/pypi/django-flex-pubsub




Django project for using Google Cloud Pub/Sub for handling background and scehduler tasks


* Free software: MIT license
* Documentation: https://django-flex-pubsub.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
