1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# annotatedyaml
---
**Documentation**: <a href="https://annotatedyaml.readthedocs.io" target="_blank">https://annotatedyaml.readthedocs.io </a>
**Source Code**: <a href="https://github.com/home-assistant-libs/annotatedyaml" target="_blank">https://github.com/home-assistant-libs/annotatedyaml </a>
---
Annotated YAML that supports secrets for Python
## Installation
Install this via pip (or your favourite package manager):
`pip install annotatedyaml`
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
|