Convenience wrapper for exonware-xwdata - provides 'import xwdata' alias
Project description
xwdata
Format-agnostic data engine with XWNode. Load from any format, manipulate with copy-on-write semantics, save to any format; xwsystem serialization (30+ formats); path navigation and graph operations via XWNode. Async-first. Per project docs.
Company: eXonware.com · Author: eXonware Backend Team · Email: connect@exonware.com
Version: See version.py or PyPI. · Updated: See version.py (__date__)
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 integration for path navigation and graph operations; async operations; reference resolution. See docs/ and docs/GUIDE_01_USAGE.md when present.
What you get
| Area | What's in it |
|---|---|
| Formats | One API for 30+ formats via xwsystem; partial access, typed loading. |
| XWNode | Path navigation and graph operations on loaded data. |
| Semantics | Copy-on-write; universal metadata; reference resolution. |
| Async | Async-first operations. |
Docs and tests
- Start: docs/INDEX.md or docs/.
- Tests: Run from project root per project layout.
License and links
MIT — see LICENSE. Homepage: https://exonware.com · Repository: https://github.com/exonware/xwdata
Contributing → CONTRIBUTING.md · Security → SECURITY.md (when present).
Built with ❤️ by eXonware.com - Revolutionizing Python Development Since 2025
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 Distribution
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 xwdata-0.9.0.7.tar.gz.
File metadata
- Download URL: xwdata-0.9.0.7.tar.gz
- Upload date:
- Size: 157.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32ba7054c5f7dc41b9a932666892504893f16846c3b5b8b573fda4df8a3b665c
|
|
| MD5 |
95788fc4b12d9ac1dda4e5d22f5f6db1
|
|
| BLAKE2b-256 |
9cd6bf2f35b1bb20da8e139eddcaa4ae665f0c58f0c42265b7330729fea9b45c
|
File details
Details for the file xwdata-0.9.0.7-py3-none-any.whl.
File metadata
- Download URL: xwdata-0.9.0.7-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f63d7f5686224320e8c9158b4000996a729c93817fbb4031601034aeb2ca548
|
|
| MD5 |
203de62ce463c387fb457b53bce0cc8c
|
|
| BLAKE2b-256 |
bacd868039dc5f50dfb7179c9bcc440c4b4844f8aa7d99a7dee30f1fd01fc666
|