Python app-config Package
Need to manage a config file to pass run parameters into an application? Check out this new packaged, released in June 2025. I have been using this code for 3 years and finally decided to package it and make it … Read More
Need to manage a config file to pass run parameters into an application? Check out this new packaged, released in June 2025. I have been using this code for 3 years and finally decided to package it and make it … Read More
At this moment in time April, 2025, the preferred way to authorize publishing a Python package to PYPI.org is to use tokens, twine and a trusted publisher. For my simple project and my limited skills at setting up a git … Read More
I have an application that runs on Postgres & Mysql. Each program checks to determine the database type and then imports either postgres_db as db_util or mysql_db as db_util. This works without a problem if all code referencing the class … Read More