Convenience wrapper for exonware-xwdata - provides 'import xwdata' alias
Project description
xwdata
Format-agnostic data engine with XWNode. Load and save across many formats (via xwsystem), navigate paths and graphs on XWNode, copy-on-write semantics, async-first. Docs in docs/.
Company: eXonware.com · Author: eXonware Backend Team · Email: connect@exonware.com
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.
What you get
| Area | What's in it |
|---|---|
| Formats | One API over 30+ formats via xwsystem; partial reads, typed loads. |
| XWNode | Path and graph operations on in-memory data. |
| Semantics | Copy-on-write, universal metadata, reference resolution. |
| Async | Async-first operations. |
Docs and tests
- Start: docs/INDEX.md or docs/.
- Tests: From repo root, follow the project's test layout.
License and links
MIT - see LICENSE. Homepage: https://exonware.com · Repository: https://github.com/exonware/xwdata
Version: 0.9.0.9 | Updated: 30-Mar-2026
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.9.tar.gz.
File metadata
- Download URL: xwdata-0.9.0.9.tar.gz
- Upload date:
- Size: 157.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c979f972cd66410f4d5c7cdefe960646777a21be91fba3d5ad2929f922b131fc
|
|
| MD5 |
d9d1fc1aaec9731a04afc71a9136b635
|
|
| BLAKE2b-256 |
b12bd5e75c81354df7fac3748e715a4a7ee74c90eab4bcb7f0981fe2a8589425
|
File details
Details for the file xwdata-0.9.0.9-py3-none-any.whl.
File metadata
- Download URL: xwdata-0.9.0.9-py3-none-any.whl
- Upload date:
- Size: 4.1 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 |
3f2e24d93babcf147764dee9cdc68054633f366a12c22422c9811ca333ff6b49
|
|
| MD5 |
3c6f4f87e437006bc0636379ddb8edf4
|
|
| BLAKE2b-256 |
8a8c48123dd2708384a42e3af2392feb4da0364f4bd51ff53c751194bc9eb887
|