Metadata-Version: 2.1
Name: django-whiteless
Version: 0.1.0
Summary: Django template utilities for handling whitespaces
Home-page: https://github.com/denizdogan/django-whiteless
Author: Deniz Dogan
Author-email: denizdogan@noreply.users.github.com
License: Apache-2.0
Description: # django-whiteless
        
        Django template tags which deal with pesky whitespaces!
        
        [![CircleCI](https://circleci.com/gh/denizdogan/django-whiteless/tree/master.svg?style=svg)](https://circleci.com/gh/denizdogan/django-whiteless/tree/master)
        
        ## Installation
        
        Install the latest version from PyPI:
        
        ```bash
        $ pip install django-whiteless
        ```
        
        Add `"whiteless"` to `INSTALLED_APPS`:
        
        ```python
        INSTALLED_APPS = (
            # ...
            "whiteless",
        )
        ```
        
        ## Documentation
        
        - [Read The Docs](https://django-whiteless.readthedocs.io/en/latest/)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
