Convenience wrapper for exonware-xwschema - provides 'import xwschema' alias
Project description
xwschema
Define once, validate everywhere.
xwschema lets you describe schema rules and validate data across different input formats and structures with one consistent validation layer.
You can take schema definitions from common formats (for example JSON-style or XML-style representations), then validate heterogeneous payloads and models without rewriting validation logic per format.
Company: eXonware.com · Author: eXonware Backend Team · Email: connect@exonware.com
📦 Install
pip install exonware-xwschema
pip install exonware-xwschema[lazy]
pip install exonware-xwschema[full]
🚀 Quick start
from exonware.xwschema import *
# Define and validate schemas; pair with xwaction for workflow validation
# See docs/ and REF_* for API and examples
See docs/ for usage, REF_*, and GUIDE_01_USAGE when present.
🎯 Why developers use xwschema
- Schema portability - keep business validation rules stable while data formats vary.
- Cross-format validation - validate different payload styles through one schema engine.
- Extensible model surface - grow new format adapters and schema types without redesigning core validation.
- Works with your stack - use standalone or pair with xwaction/xwdata workflows.
✨ What you get
| Area | Contents |
|---|---|
| Validation | Constraint checks and structured errors. |
| Schema | Dynamic composition, evolution, versioning. |
| Schema catalog | DDL-style helpers (create_schema, alter_schema, drop_schema) and apply_migration for evolution; JSON-backed catalog for schema-on-write with xwstorage/XWDB. See docs/REF_15_API.md. |
| Integration | xwaction workflows and other eXonware packages. |
Current phase: docs/REF_22_PROJECT.md or docs/.
🌐 Ecosystem functional contributions
xwschema provides validation contracts; sibling libs define where those contracts are applied in real systems.
You can use xwschema standalone for schema definition and validation in any Python project.
Integrating with the wider XW platform is optional and most useful for enterprise and mission-critical environments where validation must stay consistent across self-managed services.
| Supporting XW lib | What it provides to xwschema usage | Functional requirement it satisfies |
|---|---|---|
| XWAction | Action input/output validation hooks tied to schema definitions. | Contract-safe automation and endpoint execution. |
| XWEntity | Entity model contracts bound to schema rules. | Domain model correctness and controlled schema evolution. |
| XWData | Format-agnostic data ingestion where schemas validate transformed payloads. | Cross-format validation without rewriting rule logic per format. |
| XWStorage | Schema catalog/migration integration for persisted data systems. | Schema-on-write and migration governance for storage-backed workloads. |
| XWSystem | Core runtime/error utility layer for validators and schema tooling. | Consistent validation behavior and diagnostics across stack packages. |
| XWAPI / XWAuth | Request, response, and policy-rule validation at API/auth boundaries. | Safer public interfaces and security policy correctness. |
Competitive edge: schema rules become a reusable platform contract across APIs, storage, entities, and workflows instead of living as isolated validators in each service.
📖 Docs and tests
- Start: docs/INDEX.md or docs/.
- Tests: From repo root per project layout.
📜 License and links
Apache-2.0 - see LICENSE. Homepage: https://exonware.com · Repository: https://github.com/exonware/xwschema
⏱️ Async Support
- xwschema includes asynchronous execution paths in production code.
- Source validation: 79 async def definitions and 64 await usages under src/.
- Use async APIs for I/O-heavy or concurrent workloads to improve throughput and responsiveness.
Version: 0.4.0.11 | Updated: 11-Apr-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 xwschema-0.4.0.11.tar.gz.
File metadata
- Download URL: xwschema-0.4.0.11.tar.gz
- Upload date:
- Size: 109.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d94e88e9dc814dd696a32cf1860d8a0f8b523c6f78067b1e31e06857d98176d
|
|
| MD5 |
bffb3e9cf1cfbfd10b93c7ff9c6e1595
|
|
| BLAKE2b-256 |
c38ba7146d9ebf6a5967f90215b64a5b3c60cf2930742970d7ecc315966310f1
|
File details
Details for the file xwschema-0.4.0.11-py3-none-any.whl.
File metadata
- Download URL: xwschema-0.4.0.11-py3-none-any.whl
- Upload date:
- Size: 9.8 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 |
d50b297eb7b7440672105a932bc34d9ad4805b1728244b5f0315ba7791b20e0a
|
|
| MD5 |
bed94cd12168f2fdf184ac7311a5c6a0
|
|
| BLAKE2b-256 |
76801cee9d5a3266f148660e00b23833f0c0b704dce17361e8c99fc509ded225
|