Metadata-Version: 2.1
Name: csh-sanitizer
Version: 1.0.0
Summary: Convert basic HTML into JSON format.
Home-page: https://github.com/sunil-reglobe/csh-sanitizer
Author: Sunil Kumar
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: dev

# csh_sanitizer

install csh_sanitizer using 
===================
pip install git+https://github.com/sunil-reglobe/csh-sanitizer.git#egg=csh_sanitizer

pip install git+ssh://git@github.com/sunil-reglobe/csh-sanitizer.git#egg=csh_sanitizer


Setup
=========
Add 'csh_sanitizer' to your INSTALLED_APPS:

    INSTALLED_APPS = [
        .....  
        'csh_sanitizer',
        ...
    ]

