Metadata-Version: 2.1
Name: django_flex_blob
Version: 0.0.12
Summary: A django app dedicated for managing media files and access to them
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_blob/issues
Project-URL: changelog, https://github.com/ali-avani/django_flex_blob/blob/master/changelog.md
Project-URL: homepage, https://github.com/ali-avani/django_flex_blob
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 Blob
================


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

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

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




A django app dedicated for managing media files and access to them


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