Metadata-Version: 2.1
Name: ndh
Version: 5.7.3
Summary: Nim's Django Helpers
Home-page: https://github.com/nim65s/ndh
License: BSD-2-Clause
Author: Guilhem Saurel
Author-email: guilhem.saurel@laas.fr
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: django-autoslug (>=1.9.8,<2.0.0)
Requires-Dist: django-bootstrap5 (>=2.1.2,<3.0.0)
Project-URL: Documentation, https://ndh.readthedocs.io/
Project-URL: Repository, https://github.com/nim65s/ndh.git
Project-URL: changelog, https://github.com/nim65s/ndh/blob/master/CHANGELOG.md
Description-Content-Type: text/markdown

# Nim's Django Helpers

[![Documentation Status](https://readthedocs.org/projects/ndh/badge/?version=latest)](https://ndh.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/ndh.svg)](https://pypi.org/project/ndh)
[![Tests](https://github.com/nim65s/ndh/actions/workflows/test.yml/badge.svg)](https://github.com/nim65s/ndh/actions/workflows/test.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/nim65s/ndh/master.svg)](https://results.pre-commit.ci/latest/github/nim65s/ndh/master)
[![codecov](https://codecov.io/gh/nim65s/ndh/branch/master/graph/badge.svg?token=BLGISGCYKG)](https://codecov.io/gh/nim65s/ndh)
[![Maintainability](https://api.codeclimate.com/v1/badges/6737a84239590ddc0d1e/maintainability)](https://codeclimate.com/github/nim65s/ndh/maintainability)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Requirements

- Python 3.8+
- Django 3.0+
- [django-autoslug](https://github.com/justinmayer/django-autoslug)
- [django-bootstrap5](https://github.com/zostera/django-bootstrap5)

## Install

`python -m pip install ndh`

