preserves/implementations/python
Tony Garnock-Jones c7687772b0 Update compare.py docs 2023-03-16 21:57:21 +01:00
..
docs Tweak 2023-03-16 21:43:47 +01:00
preserves Update compare.py docs 2023-03-16 21:57:21 +01:00
tests Docs for preserves.binary; better encoding annotations with canonicalization 2023-03-16 20:55:49 +01:00
.envrc Python preserves doctest runner, and mkdocs documentation stubs 2023-03-16 17:53:02 +01:00
.gitignore Python preserves doctest runner, and mkdocs documentation stubs 2023-03-16 17:53:02 +01:00
Makefile Deploy docs 2023-03-16 21:19:42 +01:00
README.md Tweak 2023-03-16 21:43:47 +01:00
mkdocs.yml README.md for python 2023-03-16 21:31:24 +01:00
setup.py Another stab at long_description for python package 2023-03-16 21:42:25 +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.