rstcheck-core 1.2.2


pip install rstcheck-core

  Latest version

Released: Jun 01, 2025


Meta
Author: Steven Myint
Maintainer: Christian Riedel
Requires Python: >=3.9

Classifiers

Topic
  • Software Development :: Quality Assurance

General

Maintenance - intended License Semantic Versioning - 2.0.0

Read the Docs - Build Status (latest)

CI

Test status Documentation status QA status pre-commit status

PyPI

PyPI - Package latest release PyPI - Supported Python Versions PyPI - Supported Implementations

PyPI - Format PyPI - Monthly downloads

Github

Github - Latest Release GitHub - Last Commit

Github - Stars Github - Forks Github - Contributors Github - Watchers

Library for checking syntax of reStructuredText and code blocks nested within it.

See the full documentation at read-the-docs

Installation

From pip

$ pip install rstcheck_core

To use pyproject.toml for configuration:

$ pip install rstcheck_core[toml]

To add sphinx support:

$ pip install rstcheck_core[sphinx]

To add YAML checking support:

$ pip install rstcheck_core[yaml]

Supported languages in code blocks

  • Bash

  • Doctest

  • C (C99)

  • C++ (C++11)

  • JSON

  • XML

  • Python

  • reStructuredText

  • YAML

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
docutils (>=0.7)
pydantic (>=2)