A430Py
A simulator and Gymnasium environment for A430 aircraft.
Install
From source
git clone https://github.com/GongXudong/a430py
or
git clone https://www.gitlink.org.cn/gongxudong/a430py
From PyPI
TODO
Develop
Prepare python environment
cd a430py
uv sync
Pre-commit
# Install pre-commit
pre-commit install
# Run
pre-commit run --all-files # run all hooks on all files
pre-commit run <HOOK_ID> --all-files # run one hook on all files
pre-commit run --files <PATH_TO_FILE> # run all hooks on a file
pre-commit run <HOOK_ID> --files <PATH_TO_FILE> # run one hook on a file
# Commit
git add .
git commit -m <MESSAGE>
# Commit without hooks
git commit -m <MESSAGE> --no-verify
# update pre-commit hook
pre-commit autoupdate
Build
uv build
Publish
# publish to PyPI
uv publish
# publish to test.pypi
uv publish --index testpypi
Release files for a430py 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| a430py-0.1.3.tar.gz | 146.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| a430py-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 294.0 kB
Release files / a430py-0.1.3.tar.gz
| Download URL | a430py-0.1.3.tar.gz |
|---|---|
| Size | 146.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
53d8cc13dd42d9636c07a6192de710ef825fd341f38b52f022ec61f37f4a8288
|
|
BLAKE2b-256 checksum How to use checksums |
e22b9272ffb5d3953eae045a898b5fab0c8460d1a9f8f9556b8658f1887ec60b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.15
|
Release files / a430py-0.1.3-py3-none-any.whl
| Download URL | a430py-0.1.3-py3-none-any.whl |
|---|---|
| Size | 147.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
64c2b0748af868a0f0885c4436d219ebedd434339d945ef2e695b365ceb6cf37
|
|
BLAKE2b-256 checksum How to use checksums |
ca081dee326557b51653c91d60ce9909203d41f6662475ad5da84e9f23b38e5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.15
|