This commit is contained in:
Tony Garnock-Jones 2023-03-16 21:43:47 +01:00
parent a6c98159ce
commit 514dc04920
3 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@ This package ([`preserves` on pypi.org](https://pypi.org/project/preserves/)) im
[Preserves](https://preserves.dev/) for Python 3.x. It provides the core [semantics][] as well
as both the [human-readable text syntax](https://preserves.dev/preserves-text.html) (a superset
of JSON) and [machine-oriented binary format](https://preserves.dev/preserves-binary.html)
(including canonicalization) for Preserves. It also implements [Preserves
Schema](https://preserves.dev/preserves-schema.html) and [Preserves
(including [canonicalization](https://preserves.dev/canonical-binary.html)) for Preserves. It
also implements [Preserves Schema](https://preserves.dev/preserves-schema.html) and [Preserves
Path](https://preserves.dev/preserves-path.html).
# Git repository

View File

@ -8,8 +8,8 @@ This package ([`preserves` on pypi.org](https://pypi.org/project/preserves/)) im
[Preserves](https://preserves.dev/) for Python 3.x. It provides the core [semantics][] as well
as both the [human-readable text syntax](https://preserves.dev/preserves-text.html) (a superset
of JSON) and [machine-oriented binary format](https://preserves.dev/preserves-binary.html)
(including canonicalization) for Preserves. It also implements [Preserves
Schema](https://preserves.dev/preserves-schema.html) and [Preserves
(including [canonicalization](https://preserves.dev/canonical-binary.html)) for Preserves. It
also implements [Preserves Schema](https://preserves.dev/preserves-schema.html) and [Preserves
Path](https://preserves.dev/preserves-path.html).
- Main package API: [preserves](/api)

View File

@ -455,8 +455,8 @@
<a href="https://preserves.dev/">Preserves</a> for Python 3.x. It provides the core <a href="https://preserves.dev/preserves.html#semantics">semantics</a> as well
as both the <a href="https://preserves.dev/preserves-text.html">human-readable text syntax</a> (a superset
of JSON) and <a href="https://preserves.dev/preserves-binary.html">machine-oriented binary format</a>
(including canonicalization) for Preserves. It also implements <a href="https://preserves.dev/preserves-schema.html">Preserves
Schema</a> and <a href="https://preserves.dev/preserves-path.html">Preserves
(including <a href="https://preserves.dev/canonical-binary.html">canonicalization</a>) for Preserves. It
also implements <a href="https://preserves.dev/preserves-schema.html">Preserves Schema</a> and <a href="https://preserves.dev/preserves-path.html">Preserves
Path</a>.</p>
<ul>
<li>Main package API: <a href="/api">preserves</a></li>