Metadata-Version: 2.1
Name: jobbergate-api
Version: 4.2.0
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: aioboto3 (>=11.2,<12.0)
Requires-Dist: alembic (>=1.10.0,<2.0.0)
Requires-Dist: armasec (>=1.0,<2.0)
Requires-Dist: asyncpg (>=0.27.0,<0.28.0)
Requires-Dist: bidict (>=0.22.0,<0.23.0)
Requires-Dist: fastapi (>=0.99.0,<0.100.0)
Requires-Dist: fastapi-pagination (>=0.12.4,<0.13.0)
Requires-Dist: greenlet (>=2.0.1,<3.0.0)
Requires-Dist: httpx (>=0.24.1,<0.25.0)
Requires-Dist: inflection (>=0.5.1,<0.6.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: nest-asyncio (>=1.5.7,<2.0.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: py-buzz (>=4.0.0,<5.0.0)
Requires-Dist: pydantic[email] (>=1.10.12,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: python-multipart (>=0.0.6,<0.0.7)
Requires-Dist: sendgrid (>=6.9.7,<7.0.0)
Requires-Dist: sentry-sdk (>=1.29.2,<2.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>

