Metadata-Version: 2.1
Name: yaml-pyconf
Version: 0.0.2
Summary: Turn YAML files into python objects
Home-page: https://github.com/gabriellesw/yaml-pyconf
Author: Gabrielle Sloane Law
Author-email: rockymcrockerson@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Topic :: Utilities
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: PyYAML

## Yaml-Pyconf
A simple utility for combining yaml files
and dotenv files into a very basic python config object, 
with config options represented as key-value pairs.

## Current Status:
As of the time the most recent commit, this is 
an afternoon's work from start to finish. Use at 
your own risk. Feel free to report issues or
contribute.

