Metadata-Version: 2.1
Name: jobbergate-api
Version: 5.8.1a1
Summary: Jobbergate API
Home-page: https://github.com/omnivector-solutions/jobbergate
License: MIT
Author: Omnivector Solutions
Author-email: info@omnivector.solutions
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: FastAPI
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: aio-pika (>=8.3.0,<9.0.0)
Requires-Dist: aioboto3 (>=15.1,<16.0)
Requires-Dist: alembic (>=1.10.0,<2.0.0)
Requires-Dist: armasec (>=2.0.1,<3.0.0)
Requires-Dist: asyncpg (>=0.27.0,<0.28.0)
Requires-Dist: auto-name-enum (>=2.0.0,<3.0.0)
Requires-Dist: fastapi (>=0.116.2,<0.117.0)
Requires-Dist: fastapi-pagination (>=0.12.31,<0.13.0)
Requires-Dist: greenlet (>=2.0.1,<3.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: inflection (>=0.5.1,<0.6.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: msgpack (>=1.1.0,<2.0.0)
Requires-Dist: nest-asyncio (>=1.5.7,<2.0.0)
Requires-Dist: pendulum[test] (>=3.0.0,<4.0.0)
Requires-Dist: py-buzz (>=4.0.0,<5.0.0)
Requires-Dist: pydantic-settings (>=2.2.1,<3.0.0)
Requires-Dist: pydantic[email] (>=2.7,<3.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: python-multipart (>=0.0.7)
Requires-Dist: pyyaml (>=6.0.1)
Requires-Dist: sendgrid (>=6.9.7,<7.0.0)
Requires-Dist: sentry-sdk (>=2.29.1,<3.0.0)
Requires-Dist: snick (>=1.3.0,<2.0.0)
Requires-Dist: sqlalchemy[mypy] (>=2.0.19,<3.0.0)
Requires-Dist: uvicorn (>=0.23.0,<0.24.0)
Requires-Dist: yarl (>=1.7.2,<2.0.0)
Project-URL: Bug Tracker, https://github.com/omnivector-solutions/jobbergate/issues
Project-URL: Changelog, https://github.com/omnivector-solutions/jobbergate/blob/main/jobbergate-api/CHANGELOG.rst
Project-URL: Repository, https://github.com/omnivector-solutions/jobbergate
Description-Content-Type: text/markdown

# Jobbergate API

The Jobbergate API provides a RESTful interface over the Jobbergate data and is used
by both the `jobbergate-agent` and the `jobbergate-cli` to view and manage the
Jobbergate resources.

Jobbergate API is a Python project implemented with
[FastAPI](https://fastapi.tiangolo.com/). Its dependencies and environment are
managed by [Poetry](https://python-poetry.org/).

It integrates with an OIDC server to provide identity and auth for its endpoints.

See also:

* [jobbergate-cli](https://github.com/omnivector-solutions/jobbergate/jobbergate-cli)

## License

* [MIT](./LICENSE)

## Copyright

* Copyright (c) 2020 OmniVector Solutions <info@omnivector.solutions>

