antsibull-docs-parser

View on PyPIReverse Dependencies (3)

1.1.0 antsibull_docs_parser-1.1.0-py3-none-any.whl

Wheel Details

Project: antsibull-docs-parser
Version: 1.1.0
Filename: antsibull_docs_parser-1.1.0-py3-none-any.whl
Download: [link]
Size: 33827
MD5: dc0dd482b91d68b6c65383c06d389d43
SHA256: b29490908cd51660cc2b98d6af45b64db938e529f50e84aec416971820013450
Uploaded: 2024-08-25 07:36:59 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: antsibull-docs-parser
Version: 1.1.0
Summary: Python library for processing Ansible documentation markup
Author-Email: Felix Fontein <felix[at]fontein.de>
Maintainer-Email: Felix Fontein <felix[at]fontein.de>, Maxwell G <maxwell[at]gtmx.me>
Project-Url: Source code, https://github.com/ansible-community/antsibull-docs-parser/
Project-Url: Code of Conduct, https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
Project-Url: Bug tracker, https://github.com/ansible-community/antsibull-docs-parser/issues
Project-Url: Changelog, https://github.com/ansible-community/antsibull-docs-parser/tree/main/CHANGELOG.md
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Ansible
Classifier: Intended Audience :: Developers
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.6.1
Requires-Dist: antsibull-changelog; extra == "codeqa"
Requires-Dist: flake8; extra == "codeqa"
Requires-Dist: pylint; extra == "codeqa"
Requires-Dist: reuse; extra == "codeqa"
Requires-Dist: coverage[toml]; extra == "coverage"
Requires-Dist: antsibull-changelog; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: coverage[toml]; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: nox; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pyre-check (>=0.9.17); extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-error-for-skips; extra == "dev"
Requires-Dist: pyyaml; extra == "dev"
Requires-Dist: reuse; extra == "dev"
Requires-Dist: black; extra == "formatters"
Requires-Dist: isort; extra == "formatters"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-error-for-skips; extra == "test"
Requires-Dist: pyyaml; extra == "test"
Requires-Dist: mypy; extra == "typing"
Requires-Dist: pyre-check (>=0.9.17); extra == "typing"
Provides-Extra: codeqa
Provides-Extra: coverage
Provides-Extra: dev
Provides-Extra: formatters
Provides-Extra: test
Provides-Extra: typing
Description-Content-Type: text/markdown
License-Expression: GPL-3.0-or-later AND BSD-2-Clause
License-File: LICENSES/BSD-2-Clause.txt
License-File: LICENSES/GPL-3.0-or-later.txt
[Description omitted; length: 3047 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
antsibull_docs_parser/__init__.py sha256=nBKBToB0fuGTncNHsRkOyIcdVnMkV60S_bgOZDrGfCY 322
antsibull_docs_parser/_parser_impl.py sha256=3W88hPquTPMSgom0SGY3EIxjq7OekGkkaJVvnhfn4JQ 3595
antsibull_docs_parser/ansible_doc_text.py sha256=hKIyTGaQB80u846Zt3yAndnVnzBH05FH9GEL11VvvOE 3480
antsibull_docs_parser/dom.py sha256=vTV3aPABZIh1Fsv0iNHIVzvZ3QpPmo8Hg7ynZzYizF0 8831
antsibull_docs_parser/format.py sha256=7R5KzcWtWvOMhjCMrANZXPGexmSsmF4_3oN9jtmfKTY 8062
antsibull_docs_parser/html.py sha256=6Y5zwhndDEDc6-_cFL2acfLqOQFHibVvcKLqZSI0q58 8836
antsibull_docs_parser/md.py sha256=a8NRoS0IHo3UdfJE5UAGUoGMICjEW4NiYn3QKYe1dF8 4380
antsibull_docs_parser/parser.py sha256=7fbglHGGSKgc-qnKAvEOgCc7oJt8u95hKUBnP8YWyjY 20885
antsibull_docs_parser/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
antsibull_docs_parser/rst.py sha256=H3sufqBnj4eiBVmLrGl3R2dlmpukBu_C3VfqDcdkPII 14464
antsibull_docs_parser-1.1.0.dist-info/METADATA sha256=YgrE8tjbPtLvUmUXY52BfiS9gFa51ZKTPSkH2plJWJE 5745
antsibull_docs_parser-1.1.0.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
antsibull_docs_parser-1.1.0.dist-info/licenses/LICENSES/BSD-2-Clause.txt sha256=8R5R7R7sOa0h1Fi6RNgFgHowHBfun-OVOMzJ4rKAk2w 1237
antsibull_docs_parser-1.1.0.dist-info/licenses/LICENSES/GPL-3.0-or-later.txt sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
antsibull_docs_parser-1.1.0.dist-info/RECORD