Metadata-Version: 2.1
Name: ndh
Version: 3.10.2
Summary: Nim’s Django Helpers
Home-page: https://github.com/nim65s/ndh
Author: Guilhem Saurel
Author-email: webmaster@saurel.me
License: BSD
Description: # Nim's Django Helpers
        [![PyPI version](https://badge.fury.io/py/ndh.svg)](https://pypi.org/project/ndh)
        [![Build Status](https://travis-ci.org/nim65s/ndh.svg?branch=master)](https://travis-ci.org/nim65s/ndh)
        [![Coverage Status](https://coveralls.io/repos/github/nim65s/ndh/badge.svg?branch=master)](https://coveralls.io/github/nim65s/ndh?branch=master)
        [![Maintainability](https://api.codeclimate.com/v1/badges/6737a84239590ddc0d1e/maintainability)](https://codeclimate.com/github/nim65s/ndh/maintainability)
        
        ## Requirements
        
        - Python 3.6+
        - Django 2.0+
        - [django-autoslug](https://github.com/justinmayer/django-autoslug)
        - [django-bootstrap4](https://github.com/zostera/django-bootstrap4)
        
        ## Install
        
        `pip install ndh`
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Description-Content-Type: text/markdown
