The visual mandala renderer for the GenesisAeon stack – Climate Dashboard, Cosmic-Web, Mermaid/Grafana integration and fraktal MandalaMap visuals.
Project description
mandala-visualizer
The visual mandala renderer for the GenesisAeon stack – Climate Dashboard, Cosmic-Web, Mermaid/Grafana integration and fraktal MandalaMap visuals.
Install
pip install mandala-visualizer
# with full GenesisAeon stack integration:
pip install mandala-visualizer[stack]
CLI Usage
# Render a Cosmic-Web mandala (saves cosmic-web.png)
mviz render --type cosmic-web
# Render an Entropy-Gate mandala
mviz render --type entropy-gate --output entropy-gate.png
# Render the Climate Entropy Dashboard
mviz dashboard
# Generate Mermaid graph for Grafana
mviz bridge
Python API
from mandala_visualizer import render_mandala, climate_dashboard, mermaid_grafana_bridge
# Render a fractal mandala
fig = render_mandala("cosmic-web")
fig.savefig("mandala.png", dpi=150)
# Climate Dashboard
fig = climate_dashboard()
fig.savefig("dashboard.png", dpi=150)
# Mermaid/Grafana bridge
print(mermaid_grafana_bridge({}))
Project Structure
mandala-visualizer/
├── pyproject.toml
├── README.md
├── domains.yaml
├── src/
│ └── mandala_visualizer/
│ ├── __init__.py
│ ├── core.py # MandalaMap rendering, Climate Dashboard, Mermaid bridge
│ ├── cli.py # mviz CLI (Typer + Rich)
│ └── entropy_table_bridge.py # Optional entropy-table integration
└── tests/
├── test_core.py
└── test_cli.py
Stack Integration
With pip install mandala-visualizer[stack], mandala-visualizer integrates with the full GenesisAeon stack:
| Package | Role |
|---|---|
utac-core |
β-Fitting and resonance calculations |
sigillin |
Sigil-based domain encoding |
field-theory |
Field equations for mandala geometry |
entropy-table |
Domain relation tracking |
cosmic-moment |
Temporal anchoring |
Built with matplotlib · NetworkX · 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 mandala_visualizer-0.1.0.tar.gz.
File metadata
- Download URL: mandala_visualizer-0.1.0.tar.gz
- Upload date:
- Size: 100.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a54fcca719c15f2ec9a1ee009c516d1bea71ec78fcf1cc1188ac07573277d681
|
|
| MD5 |
6d3380e2dc445e3f2e0b5682f792c6ce
|
|
| BLAKE2b-256 |
52d89850677a578cc153d5c14a5f1e3992a41619afb8f6a5f3f4b4869d80f35f
|
File details
Details for the file mandala_visualizer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mandala_visualizer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2910d8399e6a7a8771ddee8c59b85490b379e139f84d5fa85f3e11757ecf7684
|
|
| MD5 |
c279076ec4b353115c1f98d428492a09
|
|
| BLAKE2b-256 |
543a83ffa343ff4d437b2f3cd0055027036679b852301e5b672e1a19a214ad36
|