Metadata-Version: 1.0
Name: DjangoSCA
Version: 1.3d
Summary: Django Static Source Code Analyzer
Home-page: https://bitbucket.org/jsthyer/djangosca
Author: Joff Thyer
Author-email: jsthyer@gmail.com
License: GPLv3
Description: ## DjangoSCA
        
        DjangoSCA is a python based Django project source code security auditing system
        that makes use of the Django framework itself, the Python Abstract Syntax Tree
        (AST) library, and regular expressions.
        
        Django projects are laid out in a directory structure that conforms to a
        standard form using known classes, and standard file naming such as
        settings.py, urls.py, views.py, and forms.py.
        
        DjangoSCA is designed for the user to pass the root directory of the
        Django project as an argument to the program, from which it will
        recursively descend through the project files and perform source code
        checks on all python source code, and Django template files.
        
        ## Sponsors
        
        [![Black Hills Information Security](http://www.blackhillsinfosec.com/_images/BHIS-Logo.png)](http://www.blackhillsinfosec.com)
        
        
Platform: UNKNOWN
