Metadata-Version: 1.0
Name: usersettings
Version: 1.0.4
Summary: Portable Local Settings Storage
Home-page: https://github.com/glvnst/usersettings
Author: Ben Burke
Author-email: benburke42@gmail.com
License: https://raw.github.com/glvnst/usersettings/master/LICENSE.txt
Description: 
        usersettings
        ------------
        "usersettings" is a python module for easily managing persistent settings
        using an editable format and stored in an OS-appropriate location
        (windows/os x/linux are supported).
        
        For more information, please refer to README.md or the `usersettings github
        page <https://github.com/glvnst/usersettings>`_.
        
Platform: any
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
