Metadata-Version: 2.1
Name: yamlsub
Version: 1.3.3
Summary: A sample project that uses a YAML config file
Home-page: https://github.com/willmorejg/yamlsub
Author: James G Willmore
Author-email: willmorejg@gmail.com
Keywords: yaml,config,environment
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: <4,>=3.7
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: pyaml-env
Requires-Dist: python-dotenv
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"

A sample project that uses a YAML config file and allows for the use of environment variables
