Metadata-Version: 2.1
Name: basecfg
Version: 1.0.1
Summary: typed 12-factor app configuration helper
Author-email: Ben Burke <actualben@users.noreply.github.com>
Project-URL: Homepage, https://github.com/edencehealth/basecfg
Project-URL: Bug Tracker, https://github.com/edencehealth/basecfg/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# basecfg

This is a Python class for specifying the configuration that an application can take using type-annotated class attributes. Once a config class is created it populates its config from an optional JSON file (such as a Kubernetes configmap), environment variables, and command-line arguments (all automatically).
