1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: django-ninja
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
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.
|