Source: django-ninja Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Pierre-Elliott Bécue Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, dh-python, flit, python3-all, python3-django, python3-psycopg2, python3-pydantic, python3-pytest, python3-pytest-asyncio, python3-pytest-django Build-Depends-Indep: mkdocs, mkdocs-autorefs, mkdocs-material, mkdocs-material-extensions, mkdocstrings-python-handlers, python3-markdown-include Standards-Version: 4.7.3 Homepage: https://django-ninja.dev Vcs-Browser: https://salsa.debian.org/python-team/packages/django-ninja Vcs-Git: https://salsa.debian.org/python-team/packages/django-ninja.git Rules-Requires-Root: no Package: python3-django-ninja Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-django-ninja-doc Description: Fast, async-ready, OpenAPI-compatible web framework for Django Django Ninja is a web framework for building APIs with Django and Python 3 type hints. It is heavily inspired by FastAPI. . Key features: - Easy: designed to be easy to use and intuitive - Fast to code: automatic docs and type hints let you focus on business logic - Standards based: OpenAPI (Swagger) and JSON Schema support out of the box - Async support: first-class support for async/await syntax - Pydantic v2 based: all input/output validated through Pydantic models . This package contains the framework itself. Package: python-django-ninja-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: python3-django-ninja Description: Documentation for the Django Ninja web framework Django Ninja is a web framework for building APIs with Django and Python 3 type hints. It is heavily inspired by FastAPI. . Key features: - Easy: designed to be easy to use and intuitive - Fast to code: automatic docs and type hints let you focus on business logic - Standards based: OpenAPI (Swagger) and JSON Schema support out of the box - Async support: first-class support for async/await syntax - Pydantic v2 based: all input/output validated through Pydantic models . This package contains the HTML documentation and the Markdown sources.