Metadata-Version: |
2.1 |
Name: |
rstcheck-core |
Version: |
1.2.1 |
Summary: |
Checks syntax of reStructuredText and code blocks nested within it |
Author-Email: |
Steven Myint <git[at]stevenmyint.com> |
Maintainer-Email: |
Christian Riedel <cielquan[at]protonmail.com> |
Project-Url: |
Documentation, https://rstcheck-core.readthedocs.io/en/latest/ |
Project-Url: |
Repository, https://github.com/rstcheck/rstcheck-core |
Project-Url: |
Changelog, https://github.com/rstcheck/rstcheck-core/blob/main/CHANGELOG.md |
License: |
MIT |
Keywords: |
restructuredtext,rst,linter,static-analysis |
Classifier: |
Topic :: Software Development :: Quality Assurance |
Requires-Python: |
>=3.8 |
Requires-Dist: |
docutils (>=0.7) |
Requires-Dist: |
pydantic (>=2) |
Requires-Dist: |
importlib-metadata (>=1.6); python_version <= "3.8" |
Requires-Dist: |
typing-extensions (>=3.7.4); python_version <= "3.8" |
Requires-Dist: |
rstcheck-core[docs,sphinx,testing,toml,type-check,yaml]; extra == "dev" |
Requires-Dist: |
tox (>=3.15); extra == "dev" |
Requires-Dist: |
sphinx (!=7.2.5,>=5.0); extra == "docs" |
Requires-Dist: |
m2r2 (>=0.3.2); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=1.2); extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints (>=1.15); extra == "docs" |
Requires-Dist: |
sphinxcontrib-apidoc (>=0.3); extra == "docs" |
Requires-Dist: |
sphinxcontrib-spelling (>=7.3); extra == "docs" |
Requires-Dist: |
sphinx-autobuild (>=2021.3.14); extra == "docs" |
Requires-Dist: |
sphinx (>=5.0); extra == "sphinx" |
Requires-Dist: |
pytest (>=7.2); extra == "testing" |
Requires-Dist: |
pytest-cov (>=3.0); extra == "testing" |
Requires-Dist: |
coverage[toml] (>=6.0); extra == "testing" |
Requires-Dist: |
coverage-conditional-plugin (>=0.5); extra == "testing" |
Requires-Dist: |
pytest-sugar (>=0.9.5); extra == "testing" |
Requires-Dist: |
pytest-randomly (>=3.0); extra == "testing" |
Requires-Dist: |
pytest-mock (>=3.7); extra == "testing" |
Requires-Dist: |
tomli (>=2.0); python_version <= "3.10" and extra == "toml" |
Requires-Dist: |
mypy (>=1.0); extra == "type-check" |
Requires-Dist: |
types-docutils (>=0.18); extra == "type-check" |
Requires-Dist: |
types-PyYAML (>=6.0.0); extra == "type-check" |
Requires-Dist: |
pyyaml (>=6.0.0); extra == "yaml" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
sphinx |
Provides-Extra: |
testing |
Provides-Extra: |
toml |
Provides-Extra: |
type-check |
Provides-Extra: |
yaml |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |
License-File: |
AUTHORS.rst |