fastapi 0.110.0-1 source package in Ubuntu

Changelog

fastapi (0.110.0-1) unstable; urgency=medium

  * New upstream release
  * drop patches, merged upstream

 -- Sandro Tosi <email address hidden>  Tue, 05 Mar 2024 23:32:48 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fastapi_0.110.0-1.dsc 2.4 KiB fd07de3f39bd57d5ec0360a35c29f98227effcbe37bff2988b2df009dbc8211a
fastapi_0.110.0.orig.tar.xz 10.0 MiB c5bc571eee6c408e3d95a5b9ff9f168e2047d462047838054c6b5e67e28e411b
fastapi_0.110.0-1.debian.tar.xz 4.0 KiB c6704cb60d9bf38fb7fd89987afddcd8afac15d10ccdd98684a9bd7b458490ea

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.