fastapi 0.101.0-1 source package in Ubuntu

Changelog

fastapi (0.101.0-1) unstable; urgency=medium

  * New upstream release

 -- Sandro Tosi <email address hidden>  Thu, 10 Aug 2023 13:56:04 -0400

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fastapi_0.101.0-1.dsc 2.5 KiB 5a8e2b0099fa6f1186cd7f53533966d2c35c2f528bea4662b815ffa6487b3b78
fastapi_0.101.0.orig.tar.xz 9.2 MiB 48f1c6b2d3f8ff61a3028ac006d6c98d42e3d3e74a5c95433e1cc33cb8713688
fastapi_0.101.0-1.debian.tar.xz 4.0 KiB 2e40c0b6c218af7c8d0509a0443be2014e49e9d48c0609dbf3b56a92bf1cd893

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.