fastapi_0.63.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sun, 10 Jan 2021 23:22:17 -0500 |
Source: | fastapi |
Binary: | python3-fastapi |
Architecture: | source all |
Version: | 0.63.0-1 |
Distribution: | unstable |
Urgency: | low |
Maintainer: | Sandro Tosi <morph@debian.org> |
Changed-By: | Sandro Tosi <morph@debian.org> |
Description: | python3-fastapi - modern, fast, web framework for building APIs, based on type hint |
Closes: | 977492 |
Changes: | fastapi (0.63.0-1) unstable; urgency=low * Initial release; Closes: #977492 |
Files: | b731b5832ad06ceb51cadd57ff716927 2362 python optional fastapi_0.63.0-1.dsc fc0129eec5b4089a706aed061e282305 5270183 python optional fastapi_0.63.0.orig.tar.gz 6534df4fd4d93352e4fcc80aa52863a2 4548 python optional fastapi_0.63.0-1.debian.tar.xz 4f0634f5ef8be798b71017909db1d615 9087 python optional fastapi_0.63.0-1_amd64.buildinfo 2c3cae95be7cb7d597cefac8488371e4 36048 python optional python3-fastapi_0.63.0-1_all.deb |
fastapi_0.63.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | fastapi |
Binary: | python3-fastapi |
Architecture: | all |
Version: | 0.63.0-1 |
Maintainer: | Sandro Tosi <morph@debian.org> |
Uploaders: | Debian Python Team <team+python@tracker.debian.org>, |
Homepage: | https://github.com/tiangolo/fastapi |
Standards-Version: | 4.5.1 |
Vcs-Browser: | https://salsa.debian.org/python-team/packages/fastapi |
Vcs-Git: | https://salsa.debian.org/python-team/packages/fastapi.git |
Build-Depends: | debhelper-compat (=13), dh-python, python3-aiofiles<!nocheck>, python3-aiosqlite<!nocheck>, python3-all, python3-databases<!nocheck>, python3-email-validator<!nocheck>, python3-flask<!nocheck>, python3-httpx<!nocheck>, python3-multipart<!nocheck>, python3-peewee<!nocheck>, python3-pydantic<!nocheck>, python3-pytest<!nocheck>, python3-pytest-asyncio<!nocheck>, python3-requests<!nocheck>, python3-starlette<!nocheck>, python3-ujson<!nocheck> |
Package-List: | python3-fastapi deb python optional arch=all |
Files: | fc0129eec5b4089a706aed061e282305 5270183 fastapi_0.63.0.orig.tar.gz 6534df4fd4d93352e4fcc80aa52863a2 4548 fastapi_0.63.0-1.debian.tar.xz |
control file for python3-fastapi_0.63.0-1_all.deb (click to toggle) | |
---|---|
Package: | python3-fastapi |
Source: | fastapi |
Version: | 0.63.0-1 |
Architecture: | all |
Maintainer: | Sandro Tosi <morph@debian.org> |
Installed-Size: | 243 |
Depends: | python3-pydantic, python3-starlette, python3-uvicorn, python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/tiangolo/fastapi |
Description: | 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. |
contents of python3-fastapi_0.63.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2021-01-11 04:22 ./ drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/ drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/ drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/python3/ drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/python3/dist-packages/fastapi/ -rw-r--r-- root/root 1015 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/__init__.py -rw-r--r-- root/root 31603 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/applications.py -rw-r--r-- root/root 76 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/background.py -rw-r--r-- root/root 1720 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/concurrency.py -rw-r--r-- root/root 1389 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/datastructures.py drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/python3/dist-packages/fastapi/dependencies/ -rw-r--r-- root/root 0 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/dependencies/__init__.py -rw-r--r-- root/root 2494 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/dependencies/models.py -rw-r--r-- root/root 28831 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/dependencies/utils.py -rw-r--r-- root/root 5268 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/encoders.py -rw-r--r-- root/root 912 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/exception_handlers.py -rw-r--r-- root/root 1080 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/exceptions.py -rw-r--r-- root/root 54 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/logger.py drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/python3/dist-packages/fastapi/middleware/ -rw-r--r-- root/root 58 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/middleware/__init__.py -rw-r--r-- root/root 79 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/middleware/cors.py -rw-r--r-- root/root 79 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/middleware/gzip.py -rw-r--r-- root/root 115 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/middleware/httpsredirect.py -rw-r--r-- root/root 109 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/middleware/trustedhost.py -rw-r--r-- root/root 79 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/middleware/wsgi.py drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/python3/dist-packages/fastapi/openapi/ -rw-r--r-- root/root 0 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/openapi/__init__.py -rw-r--r-- root/root 166 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/openapi/constants.py -rw-r--r-- root/root 5538 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/openapi/docs.py -rw-r--r-- root/root 10439 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/openapi/models.py -rw-r--r-- root/root 15448 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/openapi/utils.py -rw-r--r-- root/root 6118 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/param_functions.py -rw-r--r-- root/root 8832 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/params.py -rw-r--r-- root/root 0 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/py.typed -rw-r--r-- root/root 142 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/requests.py -rw-r--r-- root/root 1195 2021-01-11 04:22 ./usr/lib/python3/dist-packages/fastapi/responses.py -rw-r--r-- root/root 46856 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/routing.py drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/lib/python3/dist-packages/fastapi/security/ -rw-r--r-- root/root 881 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/security/__init__.py -rw-r--r-- root/root 2427 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/security/api_key.py -rw-r--r-- root/root 141 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/security/base.py -rw-r--r-- root/root 5640 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/security/http.py -rw-r--r-- root/root 7861 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/security/oauth2.py -rw-r--r-- root/root 1055 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/security/open_id_connect_url.py -rw-r--r-- root/root 266 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/security/utils.py -rw-r--r-- root/root 69 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/staticfiles.py -rw-r--r-- root/root 76 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/templating.py -rw-r--r-- root/root 66 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/testclient.py -rw-r--r-- root/root 118 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/types.py -rw-r--r-- root/root 5545 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/utils.py -rw-r--r-- root/root 148 2020-12-20 19:18 ./usr/lib/python3/dist-packages/fastapi/websockets.py -rw-r--r-- root/root 261 2021-01-11 04:22 ./usr/lib/python3/dist-packages/fastapi-0.63.0.egg-info drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/share/ drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/share/doc/ drwxr-xr-x root/root 0 2021-01-11 04:22 ./usr/share/doc/python3-fastapi/ -rw-r--r-- root/root 6382 2020-12-20 19:18 ./usr/share/doc/python3-fastapi/README.md.gz -rw-r--r-- root/root 152 2021-01-11 04:22 ./usr/share/doc/python3-fastapi/changelog.Debian.gz -rw-r--r-- root/root 1459 2021-01-11 04:22 ./usr/share/doc/python3-fastapi/copyright |
copyright of python3-fastapi_0.63.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fastapi Upstream-Contact: Sebastián Ramírez <tiangolo@gmail.com> Source: https://github.com/tiangolo/fastapi Files: * Copyright: (c) 2018 Sebastián Ramírez License: Files: debian/* Copyright: 2020 © Sandro Tosi <morph@debian.org> License: License: The MIT License (MIT) . Copyright (c) 2018 Sebastián Ramírez . 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. |
Timestamp: 11.01.2021 / 05:00:57 (UTC)