This release is a pre-release and may not be stable for production use.
va-spec-python
VA-Spec-Python provides Python language support and a reference implementation for the GA4GH Variant Annotation Specification (VA-Spec).
Information
Releases
Development
Features
- Pydantic implementation of VA-Spec models
Known Issues
You are encouraged to browse issues. All known issues are listed there. Please report any issues you find.
Developers
This section is intended for developers who contribute to VA-Spec-Python.
Installing for development
Prerequisites
- Python >= 3.10
- Note: Python 3.12 is required for developers contributing to VA-Spec-Python
Fork the repo at https://github.com/ga4gh/va-spec-python/.
Install development dependencies and pre-commit:
git clone --recurse-submodules git@github.com:YOUR_GITHUB_ID/va-spec-python.git
cd va-spec-python
make devready
source venv/3.12/bin/activate
pre-commit install
Check style with ruff:
make format; make lint
Submodules
va-spec-python embeds va-spec as a submodule, only for testing purposes. When checking
out va-spec-python and switching branches, it is important to make sure that the
submodule tracks va-spec-python correctly. The recommended way to do this is
git config --global submodule.recurse true. If you don't set submodule.recurse,
developers and reviewers must be extremely careful to not accidentally upgrade or
downgrade schemas with respect to va-spec-python.
If you already cloned the repo, but forgot to include --recurse-submodules you can run:
git submodule update --init --recursive
Testing
To run tests:
make test
Security Note (from the GA4GH Security Team)
A stand-alone security review has been performed on the specification itself. This implementation is offered as-is, and without any security guarantees. It will need an independent security review before it can be considered ready for use in security-critical applications. If you integrate this code into your application it is AT YOUR OWN RISK AND RESPONSIBILITY to arrange for a security audit.
Release files for ga4gh.va-spec 0.5.0a4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ga4gh_va_spec-0.5.0a4.tar.gz | 53.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ga4gh_va_spec-0.5.0a4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 94.3 kB
Release files / ga4gh_va_spec-0.5.0a4.tar.gz
| Download URL | ga4gh_va_spec-0.5.0a4.tar.gz |
|---|---|
| Size | 53.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
72ecf84935e7a78d6fcfb622d96f76da6a69c0a98034944f6c80f651e28d4907
|
|
BLAKE2b-256 checksum How to use checksums |
9ce415a0dbad1797859a724c19dc1300b78723dc3f283835c71ea54749d06f87
|
| 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 Aug 28, 2026.
Transparency logRelease files / ga4gh_va_spec-0.5.0a4-py3-none-any.whl
| Download URL | ga4gh_va_spec-0.5.0a4-py3-none-any.whl |
|---|---|
| Size | 41.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
62db05827d6e492284fc3d2523dc8d65860f724251dd208476543e76f6458ef1
|
|
BLAKE2b-256 checksum How to use checksums |
88b3e2f9f9bb3c70d802ec3613ff835820ce06ced5ad98abda49ab105742ae7d
|
| 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 Aug 28, 2026.
Transparency log