Metadata-Version: 2.1
Name: django-flex-observer
Version: 0.0.3
Summary: Django project implementing the observer pattern for the database models
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-observer/issues
Project-URL: changelog, https://github.com/ali-avani/django-flex-observer/blob/master/changelog.md
Project-URL: homepage, https://github.com/ali-avani/django-flex-observer
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 Observer
====================

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

.. image:: https://img.shields.io/travis/ali-avani/flex_observer.svg
        :target: https://travis-ci.com/ali-avani/flex_observer

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

Django project implementing the observer pattern for the database models

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