Metadata-Version: 2.4
Name: pygeoapi-prefect
Version: 0.9.0
Summary: A pygeoapi plugin to use prefect for managing OGC API - Processes tasks
Project-URL: homepage, https://geobeyond.github.io/pygeoapi-prefect/
Project-URL: repository, https://github.com/geobeyond/pygeoapi-prefect
Project-URL: documentation, https://geobeyond.github.io/pygeoapi-prefect/
Project-URL: Bug Tracker, https://github.com/geobeyond/pygeoapi-prefect/issues
Author-email: Ricardo Garcia Silva <ricardo.garcia.silva@geobeyond.it>
Maintainer-email: Geobeyond <info@geobeyond.it>
License-Expression: MIT
License-File: LICENSE
Keywords: OGC-API,OGC-API Processes,Prefect,pygeoapi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.12
Requires-Dist: click==8.0.0
Requires-Dist: jsonschema[format]>=4.26.0
Requires-Dist: prefect>=3.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pygeoapi
Description-Content-Type: text/markdown

# pygeoapi-prefect

A process manager for [pygeoapi] that uses [prefect].

Check out the [docs](https://geobeyond.github.io/pygeoapi-prefect/)


[pygeoapi]: https://pygeoapi.io/
[prefect]: https://www.prefect.io/
