Python graphical applications configuration reading tool
examples:
import kapp
appconfig = kapp.Config("MyApp1")
if not appconfig.hasConfig().
appconfig.setupConfig()
appconfig.addOption("os", "linux")
print(appconfig.getOption("os"))
appconfig.setOption("os", "windows")
print(appconfig.getOption("os"))
appconfig.setOptionDefault("os") - back to "linux"
Features
- Initial version
Categories
Software DevelopmentLicense
GNU General Public License version 3.0 (GPLv3)Follow python3-kapp
You Might Also Like
User Testing Platform | Testeum
Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of python3-kapp!