asdf-transform-schemas
ASDF schemas for transforms
What it is and what it does
asdf-transform-schemas is a schema package that defines validation rules for transform tags within the ASDF (Advanced Scientific Data Format) file format. It does not provide user-facing APIs but instead serves as a dependency for ASDF implementation packages like asdf-astropy, which bundle it to enable proper validation of transform metadata in scientific data files.
The package is maintained as part of the ASDF ecosystem and is actively developed. It requires Python 3.9 or later and depends on asdf-standard. Most users should not install it directly; instead, they install implementation packages that include it as a transitive dependency. The package has low install friction and no known security vulnerabilities.
Use it for:
- Validating ASDF files that contain transform tags when using asdf-astropy or other ASDF implementation packages.
- Ensuring transform metadata in scientific data files conforms to the ASDF standard schema.
- Supporting coordinate transformation workflows in astronomy and scientific computing via ASDF format compliance.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides ASDF schemas for validating transform tags used in the ASDF file format.
Yes, but typically as a transitive dependency. Install directly only if you are building ASDF-based tools or need explicit control over schema validation for transform tags. For most users, install an implementation package like asdf-astropy instead, which will pull this in automatically.
Install
asdf-transform-schemas on PyPI
pip
pip install asdf-transform-schemasuv
uv add asdf-transform-schemaspoetry
poetry add asdf-transform-schemasInstalling asdf-transform-schemas
Before you install
Active maintenance with a recent commit (2026-07-20) and low install friction. This is a schema package typically pulled in as a transitive dependency rather than installed directly.
Quickstart
# Typically installed as a dependency of asdf-astropy or similar
# Direct installation:
pip install asdf-transform-schemas
# Used indirectly via asdf-standard and related packages
import asdf
Requires Python 3.9 or later; typically installed as a transitive dependency rather than directly.
Verify before relying
- Whether this package is intended for end-user installation or only as a transitive dependency of implementation packages like asdf-astropy.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — asdf-standard |
| Maintenance | actively maintained — 444 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 263,910/month — #8,349 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: asdf_transform_schemas-0.6.0-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
asdf-coordinates-schemasProvides ASDF schemas for validating coordinate…
unclear · top 15,000 on PyPI
asdf-wcs-schemasProvides ASDF schemas for validating World…
unclear · top 15,000 on PyPI
asdf-standardProvides the ASDF (Advanced Scientific Data…
unclear · top 15,000 on PyPI
asdf-astropyProvides ASDF serialization plugins for astropy…
unclear · top 15,000 on PyPI
asdfASDF is a Python implementation of the Advanced…
unclear · top 15,000 on PyPI
schematicsSchematics defines, validates, and transforms…
permissive · top 15,000 on PyPI
jsonschema-pydantic-converterConverts JSON Schema definitions to Pydantic v2…
permissive · top 15,000 on PyPI
jsonschema-pydanticConverts JSON Schema definitions into Pydantic…
unclear · top 15,000 on PyPI
event-modelDefines and validates the formal data model for…
permissive · top 15,000 on PyPI
pandas-schemaValidates pandas DataFrames against…
permissive · top 15,000 on PyPI