Source: intelmq-api
Section: python
Priority: optional
Maintainer: IntelMQ Team <intelmq-team@cert.at>
Uploaders: Sebastian Wagner <sebix@sebix.at>
Build-Depends: debhelper (>= 10),
               dh-python,
               dh-exec,
               python3-all,
               python3-setuptools,
               python3-fastapi,
               python3-typing-extensions,
               python3-multipart
Standards-Version: 4.5.0
Homepage: https://github.com/certtools/intelmq-api
Rules-Requires-Root: no

Package: intelmq-api
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-fastapi,
         python3-typing-extensions,
         python3-multipart,
         python3-uvicorn,
         python3-uvloop,
         python3-httptools,
         gunicorn,
         intelmq,
         sudo,
         dbconfig-sqlite3 | dbconfig-no-thanks
Breaks: intelmq-manager (< 2.3)
Replaces: intelmq-manager (< 2.3)
Recommends: apache2
Description: FastAPI-based API for the intelmq project
 IntelMQ-API provides a simple API for controlling and configuring an IntelMQ
 installation. IntelMQ is a solution for IT security teams for collecting and
 processing security feeds.

