fastapi 0.101.0-3 source package in Ubuntu

Changelog

fastapi (0.101.0-3) unstable; urgency=medium

  * drop DPT

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 01:05:44 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fastapi_0.101.0-3.dsc 2.4 KiB 15af378e9e1781c47b71bbcc639dc96ffc7d3b6c37ffc49e86bd72ca81d9ea4d
fastapi_0.101.0.orig.tar.xz 9.2 MiB 48f1c6b2d3f8ff61a3028ac006d6c98d42e3d3e74a5c95433e1cc33cb8713688
fastapi_0.101.0-3.debian.tar.xz 4.7 KiB 7cafa80b48237ad66521e7cf932504b381bd1bb19b9c40731f0a65181c50fd18

Available diffs

No changes file available.

Binary packages built by this source

python3-fastapi: modern, fast, web framework for building APIs, based on type hints

 FastAPI is a modern, fast (high-performance), web framework for building APIs
 with Python 3.6+ based on standard Python type hints.
 .
 The key features are:
 .
  * Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette
  * and Pydantic). One of the fastest Python frameworks available.
 .
  * Fast to code: Increase the speed to develop features by about 200% to 300%.
  * (note1)
 .
  * Fewer bugs: Reduce about 40% of human (developer) induced errors. (note1)
 .
  * Intuitive: Great editor support. Completion everywhere. Less time debugging.
 .
  * Easy: Designed to be easy to use and learn. Less time reading docs.
 .
  * Short: Minimize code duplication. Multiple features from each parameter
  * declaration. Fewer bugs.
 .
  * Robust: Get production-ready code. With automatic interactive documentation.
 .
  * Standards-based: Based on (and fully compatible with) the open standards for
  * APIs: OpenAPI (previously known as Swagger) and JSON Schema.
 .
 (note1) estimation based on tests on an internal development team, building
 production applications.