Metadata-Version: 2.1
Name: django-belt
Version: 1.10.0
Summary: Simple package with some utilities for Django.
Home-page: https://github.com/marcosgabarda/django-belt
License: MIT
Author: Marcos Gabarda
Author-email: hey@marcosgabarda.com
Requires-Python: >=3.10,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Dist: django (>=3.0.0)
Requires-Dist: django-filter (>=21.1,<22.0)
Requires-Dist: django-model-utils (>=4.1.0,<5.0.0)
Requires-Dist: djangorestframework (>=3.12.0)
Requires-Dist: single-source (>=0.3.0)
Description-Content-Type: text/x-rst

===========
Django Belt
===========

Simple package with some utilities for Django.

.. image:: https://img.shields.io/pypi/v/django-belt
    :target: https://pypi.org/project/django-belt/
    :alt: PyPI

.. image:: https://codecov.io/gh/marcosgabarda/django-belt/branch/main/graph/badge.svg?token=ZGLEIQ0ODW
    :target: https://codecov.io/gh/marcosgabarda/django-belt

.. image:: https://img.shields.io/badge/code_style-black-000000.svg
    :target: https://github.com/ambv/black

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

Quick start
-----------

**1** Install using pip::

    pip install django-belt

**2** Add "belt" to your INSTALLED_APPS settings like this::

    INSTALLED_APPS += ('belt',)


