Metadata-Version: 1.1
Name: confset
Version: 0.0.39
Summary: A simple script to change or update package configurations
Home-page: http://github.com/dwighthubbard/confset
Author: Dwight Hubbard
Author-email: d@d-h.us
License: Apache 2.0
Description: confset
        =======
        
        Set and view values for package default settings from the command line.
        
        Examples
        =======
        See the settings and current values for the kerneloops daemon
        -------
            $ confset kerneloops
            kerneloops.enabled=0 - Whether the daemon should be started at boot time.
                                   Set to 1 to start.
            $
        
        Enable the kerneloops daemon
        -------
            $ sudo confset kerneloops.enabled=1
            $ confset kerneloops
            kerneloops.enabled=1 - Whether the daemon should be started at boot time.
                                   Set to 1 to start.
            $ 
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: configobj
