preserves/implementations/python
Tony Garnock-Jones 2a7eaa5ae3 Versioned docs! 2023-03-17 09:07:53 +01:00
..
docs More docs. That's the lot for python now except path and schema. 2023-03-17 00:07:27 +01:00
preserves More docs. That's the lot for python now except path and schema. 2023-03-17 00:07:27 +01:00
tests Docs for preserves.binary; better encoding annotations with canonicalization 2023-03-16 20:55:49 +01:00
.envrc Enable last-modified-date 2023-03-17 00:31:47 +01:00
.gitignore Python preserves doctest runner, and mkdocs documentation stubs 2023-03-16 17:53:02 +01:00
Makefile Versioned docs! 2023-03-17 09:07:53 +01:00
README.md Tweak 2023-03-16 21:43:47 +01:00
mkdocs.yml Versioned docs! 2023-03-17 09:07:53 +01:00
setup.py Bump version 2023-03-17 00:07:49 +01:00
update-doc-versions.sh Versioned docs! 2023-03-17 09:07:53 +01:00

README.md

Python 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.

Git repository

The project is hosted on Gitlab.

Documentation

Documentation for the package is available at https://preserves.dev/python/.

License

The package is licensed under the Apache License v2.0.