fastapi 0.100.0-2 source package in Ubuntu

Changelog

fastapi (0.100.0-2) unstable; urgency=medium

  * run autopkgtests via autopkgtest-pkg-pybuild, refactoring how we teach
    d/rules to run tests

 -- Sandro Tosi <email address hidden>  Mon, 31 Jul 2023 21:33:21 -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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fastapi_0.100.0-2.dsc 2.5 KiB 77c14a52e4cdcfaad7a078838ab219d507f4bd35351d67114da21fdb7652cde7
fastapi_0.100.0.orig.tar.xz 9.1 MiB 666672f7dfcbd9525f0546a7b2669b6d366ce8baa92ebd707acb2a9f28b7ec3a
fastapi_0.100.0-2.debian.tar.xz 4.0 KiB f4f148b9f2310e118a1efbb47b78dd3671a5b28c1edc6fca0ec5b26c3ae797ea

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.