Convenience wrapper for exonware-xwformats - provides 'import xwformats' alias
Project description
xwformats - Enterprise Serialization Formats
Company: eXonware.com
Author: Eng. Muhammad AlShehri
Email: connect@exonware.com
Version: 0.0.1.5
Date: 02-Nov-2025
Overview
Extended serialization format library providing heavyweight enterprise formats for specialized domains.
Note: This library is separated from xwsystem to keep the core lightweight and fast.
What's Inside
18 Enterprise Formats (~87 MB):
Schema Formats (7):
- Protocol Buffers
- Apache Avro
- Apache Parquet
- Apache Thrift
- Apache ORC
- Cap'n Proto
- FlatBuffers
Scientific Formats (5):
- HDF5
- Feather
- Zarr
- NetCDF
- MATLAB MAT
Database Formats (3):
- LMDB
- GraphDB (Neo4j, Dgraph)
- LevelDB
Binary Formats (2):
- BSON
- UBJSON
Text Formats (1):
- XML (enterprise features)
Installation
# Standard installation
pip install exonware-xwformats
# With xwsystem
pip install exonware-xwsystem exonware-xwformats
# Or use xwsystem[lazy] for auto-installation
pip install exonware-xwsystem[lazy]
Usage
from exonware.xwformats import (
ParquetSerializer,
ProtobufSerializer,
Hdf5Serializer,
# ... all enterprise formats
)
# Or through xwsystem
from exonware.xwsystem import XWIO
io = XWIO()
io.serialize(data, format="parquet") # Auto-discovers xwformats!
Why Separate from xwsystem?
Performance:
- xwsystem: ~5 MB (core formats only)
- xwformats: ~87 MB (enterprise formats)
- Install only what you need!
Startup Time:
- xwsystem alone: ~0.1s (20x faster!)
- With xwformats: ~2s (when actually used)
Coverage:
- xwsystem: 14 core formats (80%+ use cases)
- xwformats: 18 enterprise formats (specialized needs)
License
MIT License - See LICENSE file
Part of the eXonware ecosystem
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xwformats-0.0.1.5-py3-none-any.whl.
File metadata
- Download URL: xwformats-0.0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24c5f4946e80589100afb16d13ee4cd0092c3ae1f75ff9217a011baf5fd7bc91
|
|
| MD5 |
5e43dfd553877a3fb2478e22c1fc8808
|
|
| BLAKE2b-256 |
f652ca9208c07cbe7ce6b75159b6e502e644c2d144e786cc41bfed7bd69ea01c
|