Entropy-Governance Duality framework: SâˆA (action-governed) vs SâˆV (volume-governed), entropic pricing, CREP and Tesseract time-slices.
Project description
entropy-governance
Entropy-Governance Duality framework — S∝A (action-governed) vs. S∝V (volume-governed), entropic pricing, CREP and Tesseract time-slices.
Direct bridge to entropy-table and optional fractal integration with implosive-genesis.
Install
pip install entropy-governance
# or
uv add entropy-governance
Quickstart
# Entropic price P_E = (ΔS/Δt)·κ
eg entropy-price 2.0 1.0
# Governance simulation with Tesseract slices + CREP
eg governance-sim --steps 200 --s-max 10.0
# Blended duality metric D = α·A + (1−α)·ln(V)
eg duality 3.0 2.718281828 --alpha 0.5
# Export to entropy-table YAML
eg table-export --output domains.yaml
Physics
S∝A — Action-governed minimal entropy production
S(t) = κ · A(t)
The entropy is proportional to the integrated action — minimal production regime.
S∝V — Volume-governed maximal information entropy
S(t) = λ · ln V(t)
The entropy scales logarithmically with volume — maximal information regime.
Entropic Price
P_E = (ΔS / Δt) · κ
Rate of entropy change weighted by a coupling constant.
CREP — Cumulative Relative Entropy Production
CREP = ∫|dS/dt| dt / S_max
Dimensionless measure of total entropy production normalised by a reference maximum.
Tesseract Time-Slices
4-D hypercube time slices for governance simulation — generates evenly-spaced time arrays with optional chronology validation via implosive-genesis.
API
from entropy_governance import entropy_price, crep, duality_factor, TesseractSlice, EntropyTableBridge
import numpy as np
# Entropic price
p = entropy_price(delta_s=2.0, delta_t=1.0, kappa=1.5)
# CREP over a simulation run
t = np.linspace(0, 10, 1000)
ds_dt = np.sin(t) * 0.5
c = crep(t, ds_dt, s_max=10.0)
# Tesseract slices
ts = TesseractSlice(dt=0.1)
slices = ts.slice(t_start=0.0, n_steps=4)
# entropy-table bridge
bridge = EntropyTableBridge(domain="governance")
bridge.add_relation("S_A", 0.618)
bridge.add_relation("S_V", 1.618)
bridge.export("domains.yaml")
Development
uv sync --dev
pre-commit install
uv run pytest # runs with coverage report
uv run ruff check .
Citation
If you use entropy-governance in academic work, please cite:
GenesisAeon Team. (2026). entropy-governance: Entropy-Governance Duality (v0.1.0) [Software].
Zenodo. https://doi.org/10.5281/zenodo.18962979
DOI: 10.5281/zenodo.18962979 PyPI:
pip install entropy-governance==0.1.0
Changelog
See CHANGELOG.md for the full release history.
Built on diamond-setup · SymPy · NumPy · Typer · Rich
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 entropy_governance-0.3.1.tar.gz.
File metadata
- Download URL: entropy_governance-0.3.1.tar.gz
- Upload date:
- Size: 116.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2c9709739664c2afef7c2e5a367501a88bdd4da8de04cf5c650c64494f5ced
|
|
| MD5 |
13ce4c55f6c7c444896bb321869a1695
|
|
| BLAKE2b-256 |
be7f5bb154c3df8d1cbf8a0e0298bb188a3aebdf65f4e5f5118577272adbaa3e
|
Provenance
The following attestation bundles were made for entropy_governance-0.3.1.tar.gz:
Publisher:
release.yml on GenesisAeon/entropy-governance
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
entropy_governance-0.3.1.tar.gz -
Subject digest:
0f2c9709739664c2afef7c2e5a367501a88bdd4da8de04cf5c650c64494f5ced - Sigstore transparency entry: 1186457864
- Sigstore integration time:
-
Permalink:
GenesisAeon/entropy-governance@e58089c58cea312130c72d2ac60a416b4caaf627 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/GenesisAeon
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e58089c58cea312130c72d2ac60a416b4caaf627 -
Trigger Event:
push
-
Statement type:
File details
Details for the file entropy_governance-0.3.1-py3-none-any.whl.
File metadata
- Download URL: entropy_governance-0.3.1-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c41d59bba50f6cbfdbef78e32ff7d1ffda198250d8f218388d4879ee0be4e885
|
|
| MD5 |
e12ef8752e8cad1c1a44509e2d5cd2d2
|
|
| BLAKE2b-256 |
0d63d74e40e6000923c624912fd38162fe798b06d5c91da452ea28268c15d9df
|
Provenance
The following attestation bundles were made for entropy_governance-0.3.1-py3-none-any.whl:
Publisher:
release.yml on GenesisAeon/entropy-governance
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
entropy_governance-0.3.1-py3-none-any.whl -
Subject digest:
c41d59bba50f6cbfdbef78e32ff7d1ffda198250d8f218388d4879ee0be4e885 - Sigstore transparency entry: 1186457871
- Sigstore integration time:
-
Permalink:
GenesisAeon/entropy-governance@e58089c58cea312130c72d2ac60a416b4caaf627 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/GenesisAeon
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e58089c58cea312130c72d2ac60a416b4caaf627 -
Trigger Event:
push
-
Statement type: