DFSG NEW Queue

DFSG, Licensing & New Packages Team

django-ninja 1.6.0-1

Package Information

DescriptionFast, 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.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByPierre-Elliott Bécue <peb@debian.org>
Sponsorpeb@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/python-team/packages/django-ninja.git (browse)
Closes#1131179
Trackerhttps://tracker.debian.org/pkg/django-ninja
Uploaded5 hours ago

New Package Report

.changes
Changed-ByPierre-Elliott Bécue
Architecturesource all
Distributionunstable
DateWed, 18 Mar 2026 16:48:44 +0100
Sourcedjango-ninja
Version1.6.0-1
Changelog
django-ninja (1.6.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1131179)
.dsc
Sectiondoc
Priorityoptional
Componentmain
Package-Listpython-django-ninja-doc deb doc optional arch=all
python3-django-ninja deb python optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: django-ninja
Upstream-Contact: Vitaliy Kucheryaviy <ppr.vitaly@gmail.com>
Source: https://github.com/vitalik/django-ninja

Files: *
Copyright: 2020 - 2026 Vitaliy Kucheryaviy <ppr.vitaly@gmail.com>
License: Expat

Files: debian/*
Copyright: 2026 Pierre-Elliott Bécue <peb@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, sublicense,
 and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package