pystac-ext-timestamps
Timestamps extension for PySTAC
What it is and what it does
pystac-ext-timestamps is a PySTAC extension package that adds support for the Timestamps Extension specification (v1.1.0). It extends PySTAC's core datetime handling to include additional temporal metadata fields—published, expires, and unpublished—allowing STAC items and catalogs to express richer temporal context beyond a single datetime value. This is useful for describing when content was published, when it expires, or when it was unpublished, which is common in imagery and data catalogs.
The package is a thin wrapper around the extension specification, designed to integrate seamlessly with pystac-core. It requires Python 3.10 or later and has minimal dependencies. The package version tracks the extension specification version it targets, with post-releases used for code updates that don't change the specification version. It's actively maintained and carries no known security vulnerabilities.
Use it for:
- Add publication and expiration dates to satellite imagery or raster data in STAC catalogs.
- Track temporal lifecycle of archived content by marking when items were published, unpublished, or expire.
- Extend STAC metadata for time-sensitive datasets like weather forecasts or temporary data products.
- Build catalogs where temporal validity beyond a single datetime is a requirement for discovery or filtering.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds support for the Timestamps Extension to PySTAC, enabling published, expires, and unpublished temporal metadata fields beyond core datetime in STAC catalogs.
Yes, if you are using PySTAC and need to represent additional temporal metadata (published, expires, unpublished) in your STAC items or catalogs. The package is actively maintained, has no security issues, and integrates cleanly with a single dependency. Install it only if your use case requires these extended timestamp fields; it is not needed for basic PySTAC workflows.
Install
pystac-ext-timestamps on PyPI
pip
pip install pystac-ext-timestampsuv
uv add pystac-ext-timestampspoetry
poetry add pystac-ext-timestampsInstalling pystac-ext-timestamps
Before you install
Low friction install with a single runtime dependency on pystac-core. Actively maintained with a recent release (4 days old) and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install pystac-ext-timestamps
import pystac_ext_timestamps
from pystac import Catalog
catalog = Catalog.from_dict({...})
# Timestamps extension fields now available on items
Requires Python 3.10 or later.
Verify before relying
- How the extension integrates with existing PySTAC workflows and whether it requires explicit registration or import-time activation.
- Whether the extension modifies item serialization or is purely a schema/validation layer.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — pystac-core |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,981,812/month — #2,418 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pystac_ext_timestamps-1.1.1-py3-none-any.whl
Keywords: STAC, catalog, imagery, pystac, raster, timestamps
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
pystac-ext-fileExtends PySTAC to add File Info Extension…
permissive · top 5,000 on PyPI
pystac-ext-rasterExtends PySTAC with the Raster Extension…
permissive · top 5,000 on PyPI
pystac-ext-storageExtends PySTAC to add cloud storage metadata…
permissive · top 5,000 on PyPI
pystac-ext-tableExtends PySTAC to describe tabular data assets…
permissive · top 5,000 on PyPI
pystac-ext-scientificExtends PySTAC to add scientific publication…
permissive · top 5,000 on PyPI
pystac-ext-eoExtends PySTAC to add Electro-Optical extension…
permissive · top 5,000 on PyPI
pystac-ext-versionAdds version tracking and deprecation status…
permissive · top 5,000 on PyPI
pystac-ext-xarray-assetsExtends PySTAC to support the Xarray Assets…
permissive · top 5,000 on PyPI
pystac-ext-projectionExtends PySTAC to add geospatial projection…
permissive · top 5,000 on PyPI
pystac-ext-gridExtends PySTAC to describe gridded data…
permissive · top 5,000 on PyPI