Metadata-Version: 1.1
Name: cleanfreak
Version: 0.1.1
Summary: Sanity checks and grades for CG production.
Home-page: http://github.com/danbradham/cleanfreak
Author: Dan Bradham
Author-email: danielbradham@gmail.com
License: MIT
Description: ==========
        CleanFreak
        ==========
        A sanity checking framework for cg production, fully customizable through yaml configuration files. Use CleanFreak to check for and fix various issues in a scene prior publication.
        
        .. image:: docs/static/ui_preview.png
            :align: center
        
        ------------
        Installation
        ------------
        CleanFreak is available through PyPi <http://pypi.python.org/pypi/cleanfreak>. Install using pip.
        
        ::
        
            pip install cleanfreak
        
        If you need pip get it here <http://pip.readthedocs.org/en/latest/installing.html>.
        
        
        -------------
        Documentation
        -------------
        For more information visit the docs hosted on readthedocs.org.
        <http://cleanfreak.readthedocs.org/en/latest>
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
