Metadata-Version: 2.1
Name: dyacon
Version: 0.0.5
Summary: Yaml config package
Author-email: Aleksei Morozov <morozov6420@gmail.com>
Project-URL: Homepage, https://github.com/morozov6420/dyacon
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: google
Requires-Dist: google-cloud-secret-manager; extra == "google"

Package for reading yaml configuration files.
