
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
rstdiff
takes two reStructuredText documents as input, does a
structural comaprison on them and produces an annotated result
highlighting the changes. rstdiff
"understands" reStructuredText
and therefore is able to care for the subtleties of such a comparison
the result is usually much more useful than a plain source diff.
The result is then written by a Docutils writer. Use the --writer
option to select a writer for the result.
rstdiff
uses the standard Distutils package. Thus the
installation is done with something like::
python setup.py install
rstdiff.py [options]... old-reST [new-reST [diff-output]]
Generates a structural diff from two reStructuredText input documents and produces an annotated result.
::
--writer=WRITER Select writer to write output with (default "xml"). --old Following options apply to the old input document (default: both input documents). --new Following options apply to the new input document (default: both input documents). --both Following options apply to both input documents (default). --compare-sections-by-names Compare sections by comparing their names (default); useful when section titles are stable but sections change --compare-sections-normally Compare sections normally; useful when section titles change
Docutils http://docutils.sourceforge.net/
reStructuredText http://docutils.sourceforge.net/rst.html
Original Source https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/sandbox/rstdiff/
rstdiff is available from
FAQs
Creates a diff highlighting changes between two reStructuredText inputs
We found that rstdiff demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.