Metadata-Version: 1.0
Name: baked
Version: 0.1.1
Summary: Import order detection
Home-page: https://github.com/andymckay/baked
Author: Andy McKay
Author-email: andym@mozilla.com
License: BSD
Description: A script to detect that the import order matches Mozilla WebDev Python
        guidelines. Usage::
        
            baked.py [filename] [filename..]
        
        Filename can be a glob. Or multiple filenames. For example::
        
            baked.py apps/*.py mkt/*.py
        
        Loads a confg file as JSON. For an example see: https://gist.github.com/andymckay/5507339
        
        The config file contains::
        
            :param order: the list of orders of import "blocks"
            :param fallback: what imports will be classified as if not defined
            :param from_order: mapping of sections to enforce "from", "import" order
            :param modules: mapping of import classifications
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
