General-purpose async event bus (file-backed, JSON Lines) — standalone module from the SciTeX ecosystem
Project description
scitex-events
Zero-dep async event bus for the SciTeX ecosystem.
Full Documentation · pip install scitex-events
Installation
pip install scitex-events
Quick Start
import scitex_events as ev
ev.emit("test_complete", project="figrecipe", status="success",
payload={"exit_code": 0, "module": "stats"})
ev.latest("test_complete") # most recent event of this type
list(ev.history(limit=20)) # recent history
1 Interfaces
Python API
import scitex_events as ev
# Emit an event (any kwargs become payload fields).
ev.emit("test_complete", project="figrecipe", status="success",
payload={"exit_code": 0, "module": "stats"})
# Latest event of a given type.
ev.latest("test_complete")
# Recent history (newest first).
list(ev.history(limit=20))
# Schemas / introspection.
ev.list_types()
ev.get_type_info("test_complete")
Events are stored locally as JSON-Lines files (override path via SCITEX_EVENTS_DIR)
and can optionally be forwarded to a cloud webhook.
Status
Standalone fork of scitex.events. Pure stdlib — zero runtime deps. The
umbrella package's scitex.events import path is preserved via a
sys.modules-alias bridge so existing code continues to work.
Part of SciTeX
scitex-events is part of SciTeX.
Four Freedoms for Research
- The freedom to run your research anywhere — your machine, your terms.
- The freedom to study how every step works — from raw data to final manuscript.
- The freedom to redistribute your workflows, not just your papers.
- The freedom to modify any module and share improvements with the community.
AGPL-3.0 — because we believe research infrastructure deserves the same freedoms as the software it runs on.
License
AGPL-3.0-only (see LICENSE).
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 scitex_events-0.1.2.tar.gz.
File metadata
- Download URL: scitex_events-0.1.2.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef8dee5b163fcb9c0f25759836281332c3566ac6889a60323dbf6e73a8f7c4cb
|
|
| MD5 |
6ca8a4d4a4e2004af256b35f7ff96fd7
|
|
| BLAKE2b-256 |
33d8785707274cb8bce74fdac11f53526d53c4f8d2d1c95d4a0fde032bef721c
|
Provenance
The following attestation bundles were made for scitex_events-0.1.2.tar.gz:
Publisher:
publish-pypi.yml on ywatanabe1989/scitex-events
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
scitex_events-0.1.2.tar.gz -
Subject digest:
ef8dee5b163fcb9c0f25759836281332c3566ac6889a60323dbf6e73a8f7c4cb - Sigstore transparency entry: 1417316044
- Sigstore integration time:
-
Permalink:
ywatanabe1989/scitex-events@d1dff7d68e53be2f57493d6a9f586901bc683284 -
Branch / Tag:
refs/heads/develop - Owner: https://github.com/ywatanabe1989
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@d1dff7d68e53be2f57493d6a9f586901bc683284 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file scitex_events-0.1.2-py3-none-any.whl.
File metadata
- Download URL: scitex_events-0.1.2-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72ddccbfcabbeb1b7d885b6ace8e6412dd5c88fb1fbed4994b75264cffadc6e1
|
|
| MD5 |
7aa3dacf3a5c94bbfea67e53724c7086
|
|
| BLAKE2b-256 |
08a8c0c08b47ed551a2fbfd1c5d43fd065fac081466cf523d6fffbdabac9bd49
|
Provenance
The following attestation bundles were made for scitex_events-0.1.2-py3-none-any.whl:
Publisher:
publish-pypi.yml on ywatanabe1989/scitex-events
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
scitex_events-0.1.2-py3-none-any.whl -
Subject digest:
72ddccbfcabbeb1b7d885b6ace8e6412dd5c88fb1fbed4994b75264cffadc6e1 - Sigstore transparency entry: 1417316052
- Sigstore integration time:
-
Permalink:
ywatanabe1989/scitex-events@d1dff7d68e53be2f57493d6a9f586901bc683284 -
Branch / Tag:
refs/heads/develop - Owner: https://github.com/ywatanabe1989
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@d1dff7d68e53be2f57493d6a9f586901bc683284 -
Trigger Event:
workflow_dispatch
-
Statement type: