Metadata-Version: 1.0
Name: configman
Version: 1.0.1
Summary: Flexible reading and writing of namespaced configuration options
Home-page: https://github.com/twobraids/configman
Author: Lars Lohn, Peter Bengtsson
Author-email: lars@mozilla.com, peterbe@mozilla.com
License: UNKNOWN
Description: configman
        =========
        
        (c) Mozilla
        
        General tool for setting up configuration options per namespaces.
        Supports reading and writing configs generally from and into config
        files.
        
        
        Running tests
        -------------
        
        We use [nose](http://code.google.com/p/python-nose/) to run all the
        unit tests. To run the whole suite just run: 
        
            cd configman
            nosetests
            
        If you want to run a specific test in a testcase class you might
        consider this command:
        
            nosetests configman.tests.test_config_manager:TestCase.test_write_flat
            
        To run with test coverage calculation run ``nosetests`` like this:
        
            nosetests --with-coverage --cover-html --cover-package=configman
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
