Skip to main content

gini-core

The shared foundation of GINI: the topology model and the tamper-evident proof format. Pure Python, no Qt, no container runtime.

You do not normally install this yourself — gini-toolkit (the gBuilder desktop app) and gini-teaching-center (the course server) both depend on it.

pip install gini-core

Why it is its own package

The Teaching Center runs on a headless VM and must verify student submissions. Verification needs the proof format; it does not need a GUI. Without this split, installing the course server would drag ~400MB of PySide6 onto a server that never draws a pixel — so the server install is 2.3MB instead.

The second reason matters more. gBuilder writes proofs and the Teaching Center verifies them. Those two implementations must agree exactly, forever — a hash chain that disagrees by one field is a student's work rejected. Keeping the format in one distribution both sides depend on means there is no second copy to drift.

What is in it

gini/domain/
  topology.py     Topology, DeviceInstance, Link — the model gBuilder saves and loads
  devices.py      the device/element registry (networking + cloud)
  proof.py        the hash chain, ticket codes, and receipts
  persistence.py  the on-disk .gini project format

gini.domain.proof is the interesting one. A proof is an append-only chain in which every entry commits to the one before it, so a recorded session cannot be edited after the fact without breaking the chain. It is bound to the activity code it was recorded under, and its submit entry carries a SHA-256 of the topology — which is what makes a stolen project file worthless: the file and the code are cryptographically the same claim.

The receipt a student reads off the screen is 40 bits of the chain's MAC, rendered as XXXX-XXXX. gBuilder and the server derive it identically from the proof itself, so a receipt handed to an instructor before the upload lands is still the right receipt after it does.

Namespace package

gini is an implicit namespace package shared with gini-toolkit: this distribution owns gini.domain, the app owns gini.ui, gini.services and the rest. Neither ships a gini/__init__.py — adding one to either would shadow the other and break the import.

License & links

Part of the GINI project — https://github.com/citelab/gini

Download files

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

Source Distribution

gini_core-6.5.1.tar.gz (278.9 kB view details)

Uploaded Source

Built Distribution

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

gini_core-6.5.1-py3-none-any.whl (320.3 kB view details)

Uploaded Python 3

File details

Details for the file gini_core-6.5.1.tar.gz.

File metadata

  • Download URL: gini_core-6.5.1.tar.gz
  • Upload date:
  • Size: 278.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for gini_core-6.5.1.tar.gz
Algorithm Hash digest
SHA256 796e0db9ffa5c661454077c4df5558f199e32b6ba1bc5b388d28f48a9da4f1ea
MD5 757bdfb2b1d156183a4bddaa2614b0be
BLAKE2b-256 2fe2ceb9c8fce50cdc24c33df796445fbf58edd5aff34f0247067a012e0a61aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for gini_core-6.5.1.tar.gz:

Publisher: gini-core.yml on citelab/gini

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file gini_core-6.5.1-py3-none-any.whl.

File metadata

  • Download URL: gini_core-6.5.1-py3-none-any.whl
  • Upload date:
  • Size: 320.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for gini_core-6.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6ff14a360af7c3f2b20c45cb11532db1d2d8f75f283b68d6a46c0dbb66caac5c
MD5 b39d01359554e331c20153ac2fdf9502
BLAKE2b-256 8e7bba5197ef2d3e55b1f7518293ec2c2b09957362339c585766286add0a07aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for gini_core-6.5.1-py3-none-any.whl:

Publisher: gini-core.yml on citelab/gini

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

6.8.1

2 files

6.8.0

2 files

6.7.0

2 files

6.6.1

2 files

6.6.0

2 files

6.5.2

2 files

This release

6.5.1 This release

2 files

6.5.0

2 files

6.4.0

2 files

6.3.2

2 files

6.3.1

2 files

6.3.0

2 files

6.2.1

2 files

6.2.0

2 files

6.1.4

2 files

6.1.3

2 files

6.1.2

2 files

6.1.1

2 files

6.1.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page