Skip to content

mozilla-services/python-canonicaljson-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

canonicaljson-rs

Python package leveraging our Canonical JSON implementation in Rust.

In order to validate content signatures of our data, Canonical JSON gives us a predictable JSON serialization. And Rust allows us to reuse the same implementation between our server in Python (this package) and our diverse clients (Rust, Android/iOS, JavaScript).

Usage

  • canonicaljson.dumps(obj: Any) -> str
  • canonicaljson.dump(obj: Any, stream: IO) -> str

Development

We rely on a specific Python builder that automates everything around Rust bindings.

In order to install the package in the current environment:

Run tests:

Release

  1. Create a release on Github on https://github.com/mozilla-services/python-canonicaljson-rs/releases/new
  2. Create a new tag vX.Y.Z (This tag will be created from the target when you publish this release.)
  3. Generate release notes
  4. Publish release

See Also

Other specs:

License

  • Mozilla Public License 2.0