preserves/implementations/python/docs/index.md

860 B

Overview

pip install preserves

This package (preserves on pypi.org) implements Preserves for Python 3.x. It provides the core semantics as well as both the human-readable text syntax (a superset of JSON) and machine-oriented binary format (including canonicalization) for Preserves. It also implements Preserves Schema and Preserves Path.

What is Preserves?

{% include "what-is-preserves.md" %}

Mapping between Preserves values and Python values

Preserves Values are categorized in the following way:

{% include "value-grammar.md" %}

{% include "python-representation.md" %}