Metadata-Version: 2.1
Name: usersettings
Version: 1.1.5
Summary: Portable Local Settings Storage
Home-page: https://github.com/glvnst/usersettings
Author: Ben Burke
Author-email: benburke42@gmail.com
License: https://raw.githubusercontent.com/glvnst/usersettings/main/LICENSE.txt
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
License-File: LICENSE.txt
Requires-Dist: appdirs >=1.2


usersettings
------------
"usersettings" is a python module for easily managing persistent settings
using an editable format and stored in an OS-appropriate location
(windows/macOS/unix are supported).

For more information, please refer to README.md or the `usersettings github
page <https://github.com/glvnst/usersettings>`.
