Convenience wrapper for exonware-xwaction - provides 'import xwaction' alias
Project description
xwaction
Action-based workflow and automation. Build, execute, and manage workflows with input validation, error handling, and performance monitoring. Integrates with xwschema for validation. 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
pip install exonware-xwaction
Quick start
from exonware.xwaction import XWAction, ActionContext
@XWAction(profile="query")
def my_action(x: int) -> int:
return x * 2
my_action(3) # or my_action.execute(ActionContext(actor="user", source="cli"), x=3)
See docs/ for pipelines, validation, and REF_* when present.
What you get
| Area | What's in it |
|---|---|
| Workflows | Orchestration, action pipelines, error handling. |
| Validation | Schema-driven input validation (xwschema integration). |
| Monitoring | Performance tracking and optimization. |
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/xwaction
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 xwaction-0.9.0.3.tar.gz.
File metadata
- Download URL: xwaction-0.9.0.3.tar.gz
- Upload date:
- Size: 94.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 |
c17a8cc6966a07568441f39aefe8625a4b65ad7211079ddce3465309898f7a32
|
|
| MD5 |
cf7af12703ed727f42c2cfec88baa36a
|
|
| BLAKE2b-256 |
43dd0181e84ae7e344f0a0923bd1067057a22104d0db7c2a733ab6ac1106f3a9
|
File details
Details for the file xwaction-0.9.0.3-py3-none-any.whl.
File metadata
- Download URL: xwaction-0.9.0.3-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
66eef414e7959783066ea0db6c64e4efd88c414863a63690c0dce6e344db9e9d
|
|
| MD5 |
bf795774a45aa1fa88ff72d662f5c037
|
|
| BLAKE2b-256 |
5783c30a772d0962d556a07596f83913f80e347e246c5b8c40d1a0a5c6ba83e9
|