Metadata-Version: 2.5
Name: placeframe-common
Version: 0.1.0.dev35547537192
Summary: Shared utilities for Placeframe services: boto/S3, Docker SDK, Litestar, JWT
License-Expression: Apache-2.0
Requires-Python: >=3.13
Requires-Dist: boto3>=1.39.5
Requires-Dist: botocore>=1.42.24
Requires-Dist: litestar>=2.19.0
Requires-Dist: logconf[otlp]
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# placeframe-common

Shared Python utilities for Placeframe's backend services: boto/S3 helpers, Docker SDK helpers, Litestar middleware, and JWT utilities. Distribution name `placeframe-common`, import name `placeframe_common`.

Consumed by the `api`, `lease-server`, `localizer`, `reconstructor`, `zed-capture`, `database-manager`, and `scripts` packages in the [placeframe](https://github.com/outernet-foundation/placeframe) repo. Versions are published to PyPI from per-package git tags; the committed `pyproject.toml` version is a permanent `0.0.0.dev0` sentinel patched at publish time.
