Metadata-Version: 2.1
Name: ndh
Version: 6.5.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.10,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: django-autoslug (>=1.9.9,<2.0.0)
Requires-Dist: django-bootstrap5 (>=23.3,<24.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)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff)

## Requirements

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

## Install

`python -m pip install ndh`

