Metadata-Version: 1.1
Name: django-code-linter
Version: 0.0.1
Summary: suite to test django code style
Home-page: https://github.com/42cc/django-code-linter
Author: 42 Coffee Cups
Author-email: contact@42cc.co
License: BSD License
Download-URL: https://github.com/42cc/django-code-linter/archive/master.zip
Description: ==================
        django-code-linter
        ==================
        
        
        Features
        ========
        
        * simple validation of model imports in migrations
        
        Usage
        =====
        
        .. code-block:: bash
        
           pip install django-code-linter
           djinter ./your-project
        
        ``djinter`` script also exits with non-zero exit-code when something is wrong so you can use in in your
        Makefile:
        
        .. code-block:: Makefile
        
           test:
           	manage.py test
           	djinter ./your-project
Keywords: ripple,api
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Requires: python (>= 2.7)
