Python Interface for GUNDAM
User friendly Python interface for GUNDAM.
The package is published as gundam-interface and imported as gundam_interface.
Installation
pip install gundam-interface
For upgrading:
pip install --upgrade gundam-interface
For local development:
python -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install -e ".[dev]"
Usage
import gundam_interface
print(gundam_interface.__version__)
Build
python -m build
python -m twine check dist/*
Publish a new PyPI version
Publishing is handled by the GitHub Actions workflow
.github/workflows/publish.yml.
Before the first release, configure PyPI Trusted Publishing for this project:
- PyPI project name:
gundam-interface - Owner/repository: this GitHub repository
- Workflow name:
publish.yml - Environment name:
pypi
To publish a release:
- Make sure the
mainbranch is ready and CI is passing. - Create a new GitHub Release with a semantic tag such as
v0.2.1. - Publishing starts automatically when the release is published.
- The workflow derives the package version from the tag, updates
pyproject.toml, commits that version bump tomain, builds the package, and uploads it to PyPI.
The workflow can also be started manually from the GitHub Actions page with a
version input such as 0.2.1.
License
This project is distributed under the GNU Lesser General Public License v2.1 or later. See LICENCE for details.
Release files for gundam-interface 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gundam_interface-0.8.1.tar.gz | 31.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gundam_interface-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 60.7 kB
Release files / gundam_interface-0.8.1.tar.gz
| Download URL | gundam_interface-0.8.1.tar.gz |
|---|---|
| Size | 31.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e49e03e157c10dd60749e4dc20664388a6a9c19345997a30474d9fe36c2fe12
|
|
BLAKE2b-256 checksum How to use checksums |
df145132a41712cff73d40ff34703d5228c1be4430ee94bd6d76ddf92bdf4722
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency logRelease files / gundam_interface-0.8.1-py3-none-any.whl
| Download URL | gundam_interface-0.8.1-py3-none-any.whl |
|---|---|
| Size | 29.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1af13f6a2498965db1a3c264562b37fc25a5150a793c11930fca48c1e811bab7
|
|
BLAKE2b-256 checksum How to use checksums |
acfdc59ce8032e0412d758abad6f819e8917a7654da2a836f0f2d91d70722182
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 24, 2026.
Transparency log