Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/alensiljak/usersconfig
A simple configuration manager for user-specific app configuration files.
Written in Python.
https://gitlab.com/alensiljak/usersconfig
configuration python
Last synced: 2 months ago
JSON representation
A simple configuration manager for user-specific app configuration files. Written in Python.
- Host: gitlab.com
- URL: https://gitlab.com/alensiljak/usersconfig
- Owner: alensiljak
- Created: 2020-06-15T17:42:37.245Z (over 4 years ago)
- Default Branch: master
- Last Synced: 2024-04-25T06:21:05.252Z (9 months ago)
- Topics: configuration python
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# users-config
A simple configuration manager for user-specific app configuration files.
Written in Python.## Purpose
The idea behind the project is to have a common component which can be reused in multiple applications to store configuration. Sounds simple but, for whatever reason, I could not find an appropriate solution and it was more cost-effective in terms of time to package my code into a separate Python package.
## Features
The library offers the following:
- store the configuration in a standardized, user- and application- specific configuration file, using xdg_config_home variable
- use Yaml for easy manual modifications
- expose the functionality to other Python programs and scripts