Skip to main content

Enterprise serialization formats for xwsystem - Parquet, Avro, HDF5, NetCDF, and 14 more heavyweight formats

Project description

xwformats

Advanced serialization formats in one package. Schema (Protobuf, Avro, Parquet, …), scientific (HDF5, Feather, Zarr, …), database (LMDB, LevelDB, …), binary and text. Same API as xwsystem; auto-registers with codec registry on import. Lite / lazy / full install.

Company: eXonware.com · Author: eXonware Backend Team · Email: connect@exonware.com
Version: See version.py or PyPI. · Updated: See version.py (__date__)

Status Python License


Install

Install What you get When to use
pip install exonware-xwformats Lite — core + xwsystem only Minimal footprint; you add formats as needed.
pip install exonware-xwformats[lazy] Lazy — missing format deps install on first use Development; optional formats without pre-installing everything.
pip install exonware-xwformats[full] Full — common format deps pre-installed Production or CI when you want all formats up front.

Requires exonware-xwsystem. Same package; [lazy] and [full] are extras.


Quick start

from exonware.xwformats import XWFormats

xf = XWFormats()
print(xf.list_formats())                       # All registered formats
data = xf.convert(json_bytes, "json", "yaml")  # Bidirectional conversion
ser = xf.get_serializer("parquet")
ser.encode(value)
ser.decode(data)

Importing xwformats registers its formats with xwsystem; use xwsystem's codec/facade for auto-detection by file extension. See REF_14_DX and REF_15_API.


What you get

Area What's in it
Schema Protobuf, Avro, Parquet, Thrift, ORC, Cap'n Proto, FlatBuffers, Arrow.
Scientific HDF5, Feather, Zarr, NetCDF, MAT.
Database LMDB, LevelDB, RocksDB, GraphDB.
Binary / text BSON, UBJSON; CSV, YAML, TOML, XML, RON.
Integration Same converter/facade as xwsystem; auto-registration with codec registry on import.

Lite = minimal deps. Lazy = optional format deps install on first use. Full = common optionals pre-installed. Platform notes (e.g. RocksDB on Windows) in docs/logs/setup/. Known issues: docs/_archive/KNOWN_ISSUES.md and REF_22_PROJECT.md.


Docs and tests

Content in this README is aligned with the project REFs and docs/GUIDE_01_USAGE.md (per GUIDE_63_README).


License and links

MIT — see LICENSE.

Contributing → CONTRIBUTING.md · Security → SECURITY.md (when present).

Built with ❤️ by eXonware.com - Revolutionizing Python Development Since 2025

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exonware_xwformats-0.9.0.16.tar.gz (58.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

exonware_xwformats-0.9.0.16-py3-none-any.whl (68.5 kB view details)

Uploaded Python 3

File details

Details for the file exonware_xwformats-0.9.0.16.tar.gz.

File metadata

  • Download URL: exonware_xwformats-0.9.0.16.tar.gz
  • Upload date:
  • Size: 58.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for exonware_xwformats-0.9.0.16.tar.gz
Algorithm Hash digest
SHA256 dbaf5c5fff17888cee1240ee49937d1ad44659418ca2914c78f2bdf68e126f77
MD5 fd9e236d612c2b8ba30e6241ff3ecb05
BLAKE2b-256 cb079efe1c855979c0cf4925a6b8f47a841f9507ed7915cfd0cd514141b6759f

See more details on using hashes here.

File details

Details for the file exonware_xwformats-0.9.0.16-py3-none-any.whl.

File metadata

File hashes

Hashes for exonware_xwformats-0.9.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 44be13d2cb7195e68a3bb8e8951a7496becd9f0ec2a439dcf81898821cb843c7
MD5 c0a1526ad4bb43def67985cd464bae41
BLAKE2b-256 a24bd08a345065a25ac87cfb25605e820d91971a246f636f53af7c15f4545a6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page