Package: wnpp Severity: wishlist Name: pybj Version: 0.2.5 Summary: A Python encoder/decoder for Binary JData (BJData) format License: GPLv3+ URL: https://github.com/fangq/pybj
Description: The Binary JData (BJData) Specification defines an efficient serialization protocol for unambiguously storing complex and strongly-typed binary data found in numerous application domains. The BJData specification is the binary counterpart to the JSON format, derived and extended from the Universal Binary JSON (UBJSON, http://ubjson.org) specification. This python module implements BJData Spec V1 Draft 1. Comment: I am the upstream maintainer of this python module. The code was derived from the py-ubjson project, which is currently packaged in Debian: https://packages.debian.org/sid/python-ubjson My packaging files were adapted from the python-ubjson files.