Metadata-Version: 1.1
Name: cs.configutils
Version: 20160828
Summary: utility functions for .ini style configuration files
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Configuration file utility functions.
        =====================================
        
        Classes:
        
        ConfigWatcher
        -------------
        
        A monitor for a .ini style configuration file, allowing outside users to update the file on the fly. It presents a mapping interface of section names to ConfigSectionWatcher instances, and a .config property returning the current ConfigParser instance.
        
        ConfigSectionWatcher
        --------------------
        
        A monitor for a section of a .ini style configuration file, allowing outside users to update the file on the fly. It presents a mapping interface of section field names to values.
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
