Skip to main content

Entropy-Governance Duality framework: governance / entropy-based ethics gate — 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.

CI Coverage Python 3.11+ License: GPL v3+ Docs License: CC BY 4.0 PyPI DOI


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 .

Role in the GenesisAeon Ecosystem

entropy-governance is P-GOV-1 in the GenesisAeon ecosystem, in the governance domain — it provides the entropy-based ethics gate that downstream packages (medium-modulation, cosmic-moment, fieldtheory, sigillin, utac-core, and the higher-tier governance and orchestration layers) build on for CREP-based decision evaluation.

Citation

If you use entropy-governance in academic work, please cite:

GenesisAeon Team. (2026). entropy-governance: Entropy-Governance Duality (v1.0.0) [Software].
Zenodo. https://doi.org/10.5281/zenodo.18962979

DOI: 10.5281/zenodo.18962979 PyPI: pip install entropy-governance==1.0.0

DOI

DOI will be assigned automatically on first GitHub Release once Zenodo–GitHub integration is enabled for this repo.


License

This repository is dual-licensed:

See LICENSE for details.

Changelog

See CHANGELOG.md for the full release history.


Built on diamond-setup · SymPy · NumPy · Typer · Rich

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

entropy_governance-1.0.0.tar.gz (134.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

entropy_governance-1.0.0-py3-none-any.whl (24.1 kB view details)

Uploaded Python 3

File details

Details for the file entropy_governance-1.0.0.tar.gz.

File metadata

  • Download URL: entropy_governance-1.0.0.tar.gz
  • Upload date:
  • Size: 134.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for entropy_governance-1.0.0.tar.gz
Algorithm Hash digest
SHA256 82105d2a3e1b04f0543107a7f94c9c068c170cc139e1a369889075ea8053f503
MD5 7cea57baf3523c0362b9d3c37cd2ed65
BLAKE2b-256 803bd7c9072227eeeebded5dadfe1e91d423734637b1fac199b8ba2a220cd711

See more details on using hashes here.

File details

Details for the file entropy_governance-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: entropy_governance-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for entropy_governance-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 22fa209be16216dfdaffb8e9952932cd073daafc63f0abfaf42313edf23a5c09
MD5 931217ffcd3ecdda9a8c066326e68947
BLAKE2b-256 fa6f89b22e6847a1abbcad60772c25ed5b103bb8f234254694f6cfc245bb1a95

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page