Metadata-Version: 2.4
Name: dc43-contracts-app
Version: 0.19.0.0
Summary: FastAPI portal for browsing and editing DC43 contracts and datasets
Author: Andy Petrella
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: dc43-service-clients>=0.19.0.0
Requires-Dist: dc43-service-backends>=0.19.0.0
Requires-Dist: fastapi>=0.118.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: python-multipart>=0.0.5
Requires-Dist: httpx>=0.24
Provides-Extra: spark
Requires-Dist: dc43-integrations[spark]>=0.19.0.0; extra == "spark"
Provides-Extra: test

# dc43-contracts-app

A FastAPI demo application that surfaces the DC43 contracts and datasets
experience. It relies on the shared service clients to talk to any
configured backend implementation and bundles HTML templates, static
assets, and sample records for local demos.
