Skip to main content

Advanced data manipulation with XWNode integration, async operations, and universal format conversion

Project description

xwdata

Build data systems from any format, for any structure.
xwdata lets you load from one format, shape data into the structure you need, and save to another format through one API.

Use JSON, YAML, TOML, XML, and more as your input language, then model the result as maps, trees, graphs, or domain objects. This is useful for game save systems, data pipelines, config platforms, and runtime in-memory data services.

Company: eXonware.com · Author: eXonware Backend Team · Email: connect@exonware.com

Status Python License


Install

Install What you get When to use
pip install exonware-xwdata Lite - core only Minimal footprint.
pip install exonware-xwdata[lazy] Lazy - formats on first use Development.
pip install exonware-xwdata[full] Full - common formats pre-installed Production or CI.

Quick start

from exonware.xwdata import load_data, save_data

# Load from any format, save to any format; one API
data = load_data("input.json")   # or .yaml, .xml, etc.
data["key"] = "value"
save_data(data, "output.yaml")

XWNode for path navigation and graph work; async APIs; reference resolution. See docs/ and docs/GUIDE_01_USAGE.md when present.


Why developers use xwdata

  • One API, many formats - stop rewriting loaders and converters for each format.
  • One model, many outputs - build once, then serialize where it needs to go.
  • Practical architecture freedom - use XML for game saves, TOML/JSON for graph configs, or mixed formats for DB bootstrap data.
  • In-memory and persisted flows - use the same patterns for runtime objects and storage/export paths.

What you get

Area What's in it
Formats One API over 30+ formats via xwsystem; partial reads and typed loads.
Data modeling Build maps, trees, graph-like layouts, and domain objects from the same source API.
XWNode Path and graph operations on in-memory data.
Semantics Copy-on-write, universal metadata, reference resolution.
Async Async-first operations.

Docs and tests


License and links

MIT - see LICENSE. Homepage: https://exonware.com · Repository: https://github.com/exonware/xwdata
Version: 0.9.0.10 | Updated: 31-Mar-2026

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_xwdata-0.9.0.10.tar.gz (158.4 kB view details)

Uploaded Source

Built Distribution

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

exonware_xwdata-0.9.0.10-py3-none-any.whl (150.4 kB view details)

Uploaded Python 3

File details

Details for the file exonware_xwdata-0.9.0.10.tar.gz.

File metadata

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

File hashes

Hashes for exonware_xwdata-0.9.0.10.tar.gz
Algorithm Hash digest
SHA256 f742a40ed1b8fbe9c4f12fa0c165b88780ed5fb57aaa9160359e7fa0f4e777ae
MD5 06a2ae41d3aedadc30c1821947659451
BLAKE2b-256 bd8a3298e7b6c875fce2119c71f06983a38f5d61f5317fdb5286956839c8d18c

See more details on using hashes here.

File details

Details for the file exonware_xwdata-0.9.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for exonware_xwdata-0.9.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 cb56789e7f5dd1e6e9fe114df786f837f798c4bd23380920a9894c01706bf598
MD5 4524b99658325ede458e0a750f15d26d
BLAKE2b-256 2d9c690a72413e61eb223303659b4bd05636401ae1e5e61d341b87fb6b46bb47

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