Metadata-Version: 2.1
Name: bulv1ne-django-utils
Version: 0.3.0
Summary: Django utils for all kinds of situations
Home-page: https://github.com/bulv1ne/django-utils
Author: Niels Lemmens
Author-email: draso.odin@gmail.com
License: MIT
Description: ===============================
        bulv1ne-django-utils
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/bulv1ne-django-utils.svg
          :target: https://pypi.python.org/pypi/bulv1ne-django-utils
        
        .. image:: https://img.shields.io/travis/bulv1ne/django-utils.svg
          :target: https://travis-ci.org/bulv1ne/django-utils
        
        .. image:: https://coveralls.io/repos/github/bulv1ne/django-utils/badge.svg?branch=master
          :target: https://coveralls.io/github/bulv1ne/django-utils?branch=master
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
          :target: https://github.com/ambv/black
        
        
        Installing
        ----------
        
        .. code-block:: bash
        
          $ pip install bulv1ne-django-utils
        
        Add `'utils'` to `INSTALLED_APPS` in your settings.py:
        
        .. code-block:: python
        
            INSTALLED_APPS = (
                ...
                "utils",
                ...
            )
        
Keywords: django,utils
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Provides-Extra: markdown
Provides-Extra: pipeline
Provides-Extra: raven
Provides-Extra: s3
Provides-Extra: frontmatter
Provides-Extra: json
Provides-Extra: all
