skillfed

asdf-transform-schemas

ASDF schemas for transforms

asdf-transform-schemas v0.6.0 263.9K downloads/30d#8,349 on PyPI1
License unclear Active released

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-schemas

uv

uv add asdf-transform-schemas

poetry

poetry add asdf-transform-schemas

Installing 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

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3

Tags

asdf transform schemasasdf schema validationtransform tag validationasdf format schemasscientific data transform schemasasdf coordinate transforms
schema-validationasdf-ecosystem

More Scientific/Engineering packages