Metadata-Version: 2.0
Name: ndh
Version: 3.2.1
Summary: Nim’s Django Helpers
Home-page: https://github.com/nim65s/ndh
Author: Guilhem Saurel
Author-email: webmaster@saurel.me
License: BSD
Description-Content-Type: UNKNOWN
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Requires-Dist: django
Requires-Dist: django-bootstrap4
Requires-Dist: django-autoslug-iplweb

Nim’s Django Helpers
====================

|Build Status| |Coverage Status|

Requirements
------------

-  Python 3.6
-  Django 2.0
-  `django-autoslug <https://github.com/iplweb/django-autoslug-iplweb>`__
-  `django-bootstrap4 <https://github.com/zostera/django-bootstrap4>`__

Install
-------

``pip install ndh``

.. |Build Status| image:: https://travis-ci.org/nim65s/ndh.svg?branch=master
   :target: https://travis-ci.org/nim65s/ndh
.. |Coverage Status| image:: https://coveralls.io/repos/github/nim65s/ndh/badge.svg?branch=master
   :target: https://coveralls.io/github/nim65s/ndh?branch=master


