Skip to main content

Convenience wrapper for exonware-xwformats - provides 'import xwformats' alias

Project description

xwformats

Advanced serialization formats for xwsystem. 20+ heavy or specialized formats (schema, scientific, database, binary, text) behind one facade; imports register into the xwsystem codec registry.

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
Core formats from xwsystem Through the xwsystem dependency you get its 20+ built-in formats (JSON, YAML, TOML, XML, CSV, INI, JSON Lines, form data, multipart, MsgPack, BSON, CBOR, Pickle, Marshal, Plist, Sqlite3, Dbm, Shelve, and related archive formats).
Schema Protobuf, Avro, Parquet, Thrift, ORC, Cap'n Proto, FlatBuffers, Arrow.
Scientific HDF5, Feather, Zarr, NetCDF, MAT.
Database LMDB, LevelDB, RocksDB, GraphDB.
Binary BSON, UBJSON, bincode, dill, postcard.
Text XML, RON, TOML, YAML, CSV.
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

xwformats-0.9.0.5.tar.gz (88.6 kB view details)

Uploaded Source

Built Distribution

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

xwformats-0.9.0.5-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file xwformats-0.9.0.5.tar.gz.

File metadata

  • Download URL: xwformats-0.9.0.5.tar.gz
  • Upload date:
  • Size: 88.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.18

File hashes

Hashes for xwformats-0.9.0.5.tar.gz
Algorithm Hash digest
SHA256 b39f39cd6cd247f9e368b6576dd34bf23df4392fd4da3a34288381373efa227e
MD5 80fe983a1fe6a027e30d9cb5725fc0fa
BLAKE2b-256 51b583f24e8a6c5afcee7c634eda7c5af0c32b1117158e37a3dba5912af6c249

See more details on using hashes here.

File details

Details for the file xwformats-0.9.0.5-py3-none-any.whl.

File metadata

  • Download URL: xwformats-0.9.0.5-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.18

File hashes

Hashes for xwformats-0.9.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e8e4f4429f0c7af576ee4d27faf6188cdbd91def76bfd0e46b5bf180e85c2f67
MD5 685df37456b3cedf2286ebcf4f582e94
BLAKE2b-256 3b8e3359fbcc13192d34d07981a7c605970bae224173891996b7e3f0a4ee1de1

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