pyysin
Pyysin is a Python library described as providing tooling for a lightweight data interchange format designed to be easy to read and easy to parse in Python applications. The project positions itself as a compact alternative to JSON and YAML when small size and fast parsing are priorities, while maintaining familiar Pythonic data representations.
Core features include a streaming tokenizer, a parser, a serializer, and a small set of built-in data
Architecturally, Pyysin separates the ingestion, interpretation, and emission stages. The core engine exposes a pluggable backend
Usage typically involves installing the package from a Python package index and importing a small API surface,
Development and reception: Pyysin is documented with tutorials and an API reference in its official docs, and
See also: JSON, YAML, data serialization formats, Python packaging.