# annotatedyaml
<p align="center">
<a href="https://github.com/home-assistant-libs/annotatedyaml/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/home-assistant-libs/annotatedyaml/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://annotatedyaml.readthedocs.io">
<img src="https://img.shields.io/readthedocs/annotatedyaml.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
</a>
<a href="https://codecov.io/gh/home-assistant-libs/annotatedyaml">
<img src="https://img.shields.io/codecov/c/github/home-assistant-libs/annotatedyaml.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
<a href="https://github.com/astral-sh/uv">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv">
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
</a>
</p>
<p align="center">
<a href="https://pypi.org/project/annotatedyaml/">
<img src="https://img.shields.io/pypi/v/annotatedyaml.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/annotatedyaml.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/annotatedyaml.svg?style=flat-square" alt="License">
</p>
---
**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
[](https://github.com/copier-org/copier)
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
Raw data
{
"_id": null,
"home_page": null,
"name": "annotatedyaml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": null,
"author": "Home Assistant Devs",
"author_email": "hello@home-assistant.io",
"download_url": "https://files.pythonhosted.org/packages/66/8b/ae437ceeda8c593451d5b7ad399e49401d90fcf041367d2685a59f23facb/annotatedyaml-0.4.3.tar.gz",
"platform": null,
"description": "# annotatedyaml\n\n<p align=\"center\">\n <a href=\"https://github.com/home-assistant-libs/annotatedyaml/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/home-assistant-libs/annotatedyaml/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://annotatedyaml.readthedocs.io\">\n <img src=\"https://img.shields.io/readthedocs/annotatedyaml.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n </a>\n <a href=\"https://codecov.io/gh/home-assistant-libs/annotatedyaml\">\n <img src=\"https://img.shields.io/codecov/c/github/home-assistant-libs/annotatedyaml.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://github.com/astral-sh/uv\">\n <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json\" alt=\"uv\">\n </a>\n <a href=\"https://github.com/astral-sh/ruff\">\n <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\">\n </a>\n <a href=\"https://github.com/pre-commit/pre-commit\">\n <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://pypi.org/project/annotatedyaml/\">\n <img src=\"https://img.shields.io/pypi/v/annotatedyaml.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/annotatedyaml.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/annotatedyaml.svg?style=flat-square\" alt=\"License\">\n</p>\n\n---\n\n**Documentation**: <a href=\"https://annotatedyaml.readthedocs.io\" target=\"_blank\">https://annotatedyaml.readthedocs.io </a>\n\n**Source Code**: <a href=\"https://github.com/home-assistant-libs/annotatedyaml\" target=\"_blank\">https://github.com/home-assistant-libs/annotatedyaml </a>\n\n---\n\nAnnotated YAML that supports secrets for Python\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install annotatedyaml`\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- markdownlint-disable -->\n<!-- markdownlint-enable -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\n[](https://github.com/copier-org/copier)\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Annotated YAML that supports secrets for Python",
"version": "0.4.3",
"project_urls": {
"Bug Tracker": "https://github.com/home-assistant-libs/annotatedyaml/issues",
"Changelog": "https://github.com/home-assistant-libs/annotatedyaml/blob/main/CHANGELOG.md",
"Documentation": "https://annotatedyaml.readthedocs.io",
"Repository": "https://github.com/home-assistant-libs/annotatedyaml"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "991c8acf57d50153fe0f99b63bce1ff7d92ff1ba0838377cac579d72159fc656",
"md5": "e9e9ae8f0c44ec629f08dec1736b86ce",
"sha256": "8fee7c3be5d33e556db9e6390a2cf3f2873f4f94d88633f90825e758425e74cc"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "e9e9ae8f0c44ec629f08dec1736b86ce",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 65754,
"upload_time": "2025-03-18T10:35:29",
"upload_time_iso_8601": "2025-03-18T10:35:29.015015Z",
"url": "https://files.pythonhosted.org/packages/99/1c/8acf57d50153fe0f99b63bce1ff7d92ff1ba0838377cac579d72159fc656/annotatedyaml-0.4.3-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ffda754108c2c9fe83d0f89c9060d14f573148d2722fb730f6b9d525a3f70c91",
"md5": "35381ff0282d64a91eda7b396a35641c",
"sha256": "8ba887c770571bfa6af6da90f589935d046acccd286f3503f8bc283956f9586d"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "35381ff0282d64a91eda7b396a35641c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 65021,
"upload_time": "2025-03-18T10:35:30",
"upload_time_iso_8601": "2025-03-18T10:35:30.460218Z",
"url": "https://files.pythonhosted.org/packages/ff/da/754108c2c9fe83d0f89c9060d14f573148d2722fb730f6b9d525a3f70c91/annotatedyaml-0.4.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "05a0907813eec6498380154f4853f2d4498a44caede72ccc824df6e1ed584fd3",
"md5": "822dc4cf0eee8d24626e9548e2c4431e",
"sha256": "65f3b7aaaed2cb8b7feae19ae9685512082012a3935064afa1bcf07a5954c90e"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "822dc4cf0eee8d24626e9548e2c4431e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 81119,
"upload_time": "2025-03-18T10:35:31",
"upload_time_iso_8601": "2025-03-18T10:35:31.650477Z",
"url": "https://files.pythonhosted.org/packages/05/a0/907813eec6498380154f4853f2d4498a44caede72ccc824df6e1ed584fd3/annotatedyaml-0.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b8a9935f311f62f93c7059b56b111e3f409ceae079e8a277c225a861cd443a86",
"md5": "09eb9270de95fb1d422b35469d36241f",
"sha256": "26b572fcd143111a28acb8a27dc94931447940cec0da3f5276d201e838b8f842"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "09eb9270de95fb1d422b35469d36241f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 84740,
"upload_time": "2025-03-18T10:35:32",
"upload_time_iso_8601": "2025-03-18T10:35:32.894395Z",
"url": "https://files.pythonhosted.org/packages/b8/a9/935f311f62f93c7059b56b111e3f409ceae079e8a277c225a861cd443a86/annotatedyaml-0.4.3-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc7c9330f0be35ff065dcd5fe33903c439a4f06a30f5f4ccfa7ba85dad398f34",
"md5": "783fc0e7c42911af126c744137048da8",
"sha256": "e7e1074cc8f39e1345b5d0993003cdd5809b92f62d34569933f02e3314c844da"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "783fc0e7c42911af126c744137048da8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 83087,
"upload_time": "2025-03-18T10:35:34",
"upload_time_iso_8601": "2025-03-18T10:35:34.420791Z",
"url": "https://files.pythonhosted.org/packages/dc/7c/9330f0be35ff065dcd5fe33903c439a4f06a30f5f4ccfa7ba85dad398f34/annotatedyaml-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a767919e7d77492d89b6b270fe5a22b9b597ef127e29c390badea9c107188dfb",
"md5": "3a34fed16b295583c9e3634f1b53445b",
"sha256": "757a9dea84c520b22d91e0c6a2955cc3a61a541977889dd7dd8c6d32233cb070"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-manylinux_2_31_armv7l.manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "3a34fed16b295583c9e3634f1b53445b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 77102,
"upload_time": "2025-03-18T10:35:35",
"upload_time_iso_8601": "2025-03-18T10:35:35.564130Z",
"url": "https://files.pythonhosted.org/packages/a7/67/919e7d77492d89b6b270fe5a22b9b597ef127e29c390badea9c107188dfb/annotatedyaml-0.4.3-cp312-cp312-manylinux_2_31_armv7l.manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96bc5552cc97a1d509b6e9c063483d2650e71e835449c1966e2f785bb4d2e7ff",
"md5": "3ad0676a60bd9587cb76e0e61e0b1cf9",
"sha256": "2cf60e952acc3f3c0467b7e84956a46427d1327d4f289e3565903ea07ff2c107"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "3ad0676a60bd9587cb76e0e61e0b1cf9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 82076,
"upload_time": "2025-03-18T10:35:36",
"upload_time_iso_8601": "2025-03-18T10:35:36.750497Z",
"url": "https://files.pythonhosted.org/packages/96/bc/5552cc97a1d509b6e9c063483d2650e71e835449c1966e2f785bb4d2e7ff/annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4a73bd748eafdb7c79a37b06ae5b57efd6d7a8d953f03b4b72a59ad7a7f027c4",
"md5": "646260681e9acf3eafc7b5ef109cd161",
"sha256": "4bbff5a0ab491c0dc6e4e741ebc8ba3b57357ed154dbd7a5521b12a8058af3d4"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "646260681e9acf3eafc7b5ef109cd161",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 76931,
"upload_time": "2025-03-18T10:35:38",
"upload_time_iso_8601": "2025-03-18T10:35:38.137841Z",
"url": "https://files.pythonhosted.org/packages/4a/73/bd748eafdb7c79a37b06ae5b57efd6d7a8d953f03b4b72a59ad7a7f027c4/annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1cc790de98d3e5851ea59045f9ca5f79a40e31246cb71c458c0895bd3f495c27",
"md5": "bfed583f99d3025d9bf8af135a3b3945",
"sha256": "2b465a1764d8d311cebe6ed6d2882e2619730147fb3772d2b7a8205df1d3cde8"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "bfed583f99d3025d9bf8af135a3b3945",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 87808,
"upload_time": "2025-03-18T10:35:39",
"upload_time_iso_8601": "2025-03-18T10:35:39.627230Z",
"url": "https://files.pythonhosted.org/packages/1c/c7/90de98d3e5851ea59045f9ca5f79a40e31246cb71c458c0895bd3f495c27/annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5544bcb7ad169061bad6b81ea94935c99820cfda42921a2de090d7090808436",
"md5": "5d1fcea5b75013567470163635a5e6a9",
"sha256": "d3008f5fe2d5621878d5158ba12ed37e3cb38476f00978c9afabcac422c7dff3"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "5d1fcea5b75013567470163635a5e6a9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 85881,
"upload_time": "2025-03-18T10:35:41",
"upload_time_iso_8601": "2025-03-18T10:35:41.128820Z",
"url": "https://files.pythonhosted.org/packages/a5/54/4bcb7ad169061bad6b81ea94935c99820cfda42921a2de090d7090808436/annotatedyaml-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5604978e14c4e713db0c82f4ac91a213c39f98009b37a58d984b032f34961eaf",
"md5": "6ad10da8a3ce360b1dbb3ed780ec8d01",
"sha256": "22092df67a76c9b854e04c8838ee154197b74ad0869af01c0830037b5a934c1c"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "6ad10da8a3ce360b1dbb3ed780ec8d01",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 61084,
"upload_time": "2025-03-18T10:35:42",
"upload_time_iso_8601": "2025-03-18T10:35:42.597658Z",
"url": "https://files.pythonhosted.org/packages/56/04/978e14c4e713db0c82f4ac91a213c39f98009b37a58d984b032f34961eaf/annotatedyaml-0.4.3-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9ecc169cc54c0820974dfc0abf65fbbb6d5da183f72293e3b5143c455c8ba8e4",
"md5": "8867f881d0a3d2d3aefec3e192ef6fc0",
"sha256": "aaa7bae247bf20d4ba6841baebf5afe8c4aaf08de0329bdf7962b1917a548f1d"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "8867f881d0a3d2d3aefec3e192ef6fc0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.12",
"size": 67944,
"upload_time": "2025-03-18T10:35:43",
"upload_time_iso_8601": "2025-03-18T10:35:43.757242Z",
"url": "https://files.pythonhosted.org/packages/9e/cc/169cc54c0820974dfc0abf65fbbb6d5da183f72293e3b5143c455c8ba8e4/annotatedyaml-0.4.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5d44663ae6ff43d262266d25c38d57e5045f6e6290f5b17b40ee3914aa0c7431",
"md5": "9bd10f0a5ab284295ceb6b604e283777",
"sha256": "d1ad91cd514c463bff6e3f2e616fe37eee8bb9b0f565b2d343898c0e69806015"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "9bd10f0a5ab284295ceb6b604e283777",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 63918,
"upload_time": "2025-03-18T10:35:44",
"upload_time_iso_8601": "2025-03-18T10:35:44.914658Z",
"url": "https://files.pythonhosted.org/packages/5d/44/663ae6ff43d262266d25c38d57e5045f6e6290f5b17b40ee3914aa0c7431/annotatedyaml-0.4.3-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b6a8d3b468c9e79c7e9e8c93d41bd1fd4bfa948e8af6e85aeea7f6f9a7616d8",
"md5": "9b1dc5efb4fabb0d41ca5c1cfb0c2dbf",
"sha256": "babca8e77dd8130ccc211d32ede701c6828ad1abbdb413cbdd933aea191c94e3"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9b1dc5efb4fabb0d41ca5c1cfb0c2dbf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 63167,
"upload_time": "2025-03-18T10:35:46",
"upload_time_iso_8601": "2025-03-18T10:35:46.045823Z",
"url": "https://files.pythonhosted.org/packages/5b/6a/8d3b468c9e79c7e9e8c93d41bd1fd4bfa948e8af6e85aeea7f6f9a7616d8/annotatedyaml-0.4.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0b40756ad071e1b153748ef24198a0c9ba24c15c6c77a8e64928ce5c9b7ae2ed",
"md5": "e5251ad78c9911a7fa328463b6d225d7",
"sha256": "39704dcf9a60929fb4210d8d6ba16fd5d85dc892f957b2cd9ec3a57d4f38673f"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e5251ad78c9911a7fa328463b6d225d7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 77685,
"upload_time": "2025-03-18T10:35:47",
"upload_time_iso_8601": "2025-03-18T10:35:47.582267Z",
"url": "https://files.pythonhosted.org/packages/0b/40/756ad071e1b153748ef24198a0c9ba24c15c6c77a8e64928ce5c9b7ae2ed/annotatedyaml-0.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63713348b493bcc5a96b269cd49011886d68f0fbcbddcea0d9691d155bc63c38",
"md5": "ca938435138bb305041e3435a1c6c366",
"sha256": "0591c2d63176534df9a413a5b209b033dba02709445a5e39416872d2fbe451a3"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "ca938435138bb305041e3435a1c6c366",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 81335,
"upload_time": "2025-03-18T10:35:48",
"upload_time_iso_8601": "2025-03-18T10:35:48.837593Z",
"url": "https://files.pythonhosted.org/packages/63/71/3348b493bcc5a96b269cd49011886d68f0fbcbddcea0d9691d155bc63c38/annotatedyaml-0.4.3-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d131dca8dfa00e8fc3d407d8bfa528093d3fa7b41821a88ea45b9bd5c23b26f9",
"md5": "d92a7967382c02129b534835118aece9",
"sha256": "9edb74eb06e8d904005851c8bb73f0218b37b4c22c717fff4cee73a389939f64"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d92a7967382c02129b534835118aece9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 79774,
"upload_time": "2025-03-18T10:35:50",
"upload_time_iso_8601": "2025-03-18T10:35:50.067553Z",
"url": "https://files.pythonhosted.org/packages/d1/31/dca8dfa00e8fc3d407d8bfa528093d3fa7b41821a88ea45b9bd5c23b26f9/annotatedyaml-0.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa3380f86641815d48a2592a9273155999308d1aff541f4864202d7b363dc74c",
"md5": "3510578c1e0ce3c0cd0dc311c4051ce0",
"sha256": "05d809900a0d85bb34f2c733bd482cef55592d9b70b024f59105af297f338a1d"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-manylinux_2_31_armv7l.manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "3510578c1e0ce3c0cd0dc311c4051ce0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 74320,
"upload_time": "2025-03-18T10:35:51",
"upload_time_iso_8601": "2025-03-18T10:35:51.184369Z",
"url": "https://files.pythonhosted.org/packages/aa/33/80f86641815d48a2592a9273155999308d1aff541f4864202d7b363dc74c/annotatedyaml-0.4.3-cp313-cp313-manylinux_2_31_armv7l.manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a57112b5ad79416c10f4ed199d3a200e6274bde558c25e578b50e0a2ac58125",
"md5": "7fbd962066f24102f7bdd6787630df14",
"sha256": "95a98337589a1d9e62e217ef07214b379629124a32cafa296268a31f7e57e69c"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-manylinux_2_36_x86_64.whl",
"has_sig": false,
"md5_digest": "7fbd962066f24102f7bdd6787630df14",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 80030,
"upload_time": "2025-03-18T10:31:28",
"upload_time_iso_8601": "2025-03-18T10:31:28.860055Z",
"url": "https://files.pythonhosted.org/packages/5a/57/112b5ad79416c10f4ed199d3a200e6274bde558c25e578b50e0a2ac58125/annotatedyaml-0.4.3-cp313-cp313-manylinux_2_36_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c3879121f6116531ba28b9b63e1a06627e59dbff41522afe2250624b44927fec",
"md5": "5a0881f9472d5acc02fb7eea0cbd2e55",
"sha256": "d4274b1dd03bc01eed60d685dae36b879a8e5a09b4bd711dcb2165e6bb057eec"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "5a0881f9472d5acc02fb7eea0cbd2e55",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 79243,
"upload_time": "2025-03-18T10:35:52",
"upload_time_iso_8601": "2025-03-18T10:35:52.298721Z",
"url": "https://files.pythonhosted.org/packages/c3/87/9121f6116531ba28b9b63e1a06627e59dbff41522afe2250624b44927fec/annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a0148908f5bc8a1ee139fec0111bb7263dcfdeb95e3a7bfb28bdcd405810c712",
"md5": "676306314538c0d648eca10759e7350c",
"sha256": "78ba4ceaf2d2586e3a67e2f367bd0ca7d2908c54df05ab413673514ac81285ad"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "676306314538c0d648eca10759e7350c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 74437,
"upload_time": "2025-03-18T10:35:53",
"upload_time_iso_8601": "2025-03-18T10:35:53.446328Z",
"url": "https://files.pythonhosted.org/packages/a0/14/8908f5bc8a1ee139fec0111bb7263dcfdeb95e3a7bfb28bdcd405810c712/annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f4d8a4e9bd860db8129cbf3f0c09061ec29e33522687331eb7e56a63f2c88df0",
"md5": "b1ecea56cc7a3050da20c1372a167950",
"sha256": "2ad7997ea3f751cc3ca56c1bfec60360b6346ab237ec7f348479efe4ee2e2bcc"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "b1ecea56cc7a3050da20c1372a167950",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 84402,
"upload_time": "2025-03-18T10:35:54",
"upload_time_iso_8601": "2025-03-18T10:35:54.626562Z",
"url": "https://files.pythonhosted.org/packages/f4/d8/a4e9bd860db8129cbf3f0c09061ec29e33522687331eb7e56a63f2c88df0/annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d2cc77242d54460d1038e212c6e0b14ce168a0d0b5e2780075e58be4277d3dc9",
"md5": "f247ed52188100c41f8c3bf2961bc608",
"sha256": "239d20b9716bd940e334ddf3831309c1f9b5cbc40f86c512cb6a586b89bb0af6"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f247ed52188100c41f8c3bf2961bc608",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 82935,
"upload_time": "2025-03-18T10:35:55",
"upload_time_iso_8601": "2025-03-18T10:35:55.816782Z",
"url": "https://files.pythonhosted.org/packages/d2/cc/77242d54460d1038e212c6e0b14ce168a0d0b5e2780075e58be4277d3dc9/annotatedyaml-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "49c1e3a97d7dcec6da2800ab3eb1e7c9fb2ed06c4e56d100ad9e5c1db3b46411",
"md5": "0fe60bd894799e1da04cc913dc77a049",
"sha256": "b7c96de0ba362b634e45d5815b42fc35aee5e4c558368d553b2f1ec08b08522d"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "0fe60bd894799e1da04cc913dc77a049",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 59982,
"upload_time": "2025-03-18T10:35:56",
"upload_time_iso_8601": "2025-03-18T10:35:56.943285Z",
"url": "https://files.pythonhosted.org/packages/49/c1/e3a97d7dcec6da2800ab3eb1e7c9fb2ed06c4e56d100ad9e5c1db3b46411/annotatedyaml-0.4.3-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "350265c7057c5ef84de646c7a1512c9960980a4c24f65ee5aec7cfe52f6a916b",
"md5": "080f06551ddd711773ad3f4805164474",
"sha256": "486ddd469f4804f86aa62d2a2853a247dad52b0237985d40e90b17d6f1aae0fe"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "080f06551ddd711773ad3f4805164474",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.12",
"size": 66273,
"upload_time": "2025-03-18T10:35:58",
"upload_time_iso_8601": "2025-03-18T10:35:58.079941Z",
"url": "https://files.pythonhosted.org/packages/35/02/65c7057c5ef84de646c7a1512c9960980a4c24f65ee5aec7cfe52f6a916b/annotatedyaml-0.4.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "668bae437ceeda8c593451d5b7ad399e49401d90fcf041367d2685a59f23facb",
"md5": "4a118f62884a54f6d1e4ef027eee16f4",
"sha256": "babc445992328948123b1d9f08345f04f557c38c26edac28b2df0172056af844"
},
"downloads": -1,
"filename": "annotatedyaml-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "4a118f62884a54f6d1e4ef027eee16f4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 15270,
"upload_time": "2025-03-18T10:31:30",
"upload_time_iso_8601": "2025-03-18T10:31:30.053391Z",
"url": "https://files.pythonhosted.org/packages/66/8b/ae437ceeda8c593451d5b7ad399e49401d90fcf041367d2685a59f23facb/annotatedyaml-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-18 10:31:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "home-assistant-libs",
"github_project": "annotatedyaml",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "annotatedyaml"
}