Metadata-Version: 2.1
Name: pyyamllib
Version: 0.1
Summary: A Yaml configuration file parser with support for environment variable interpolation and default arguments.
Home-page: https://github.com/mlaponsky/pyyamllib
Author: Max Laponsky
Author-email: thebiglaponsky@gmail.com
License: MIT
Keywords: yml,yaml,config,configuration
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE.txt

# pyyamllib
A Python Yaml configuration file reader with environment variable and default argument functionality.
