FastAPI (original) (raw)

Property Value
dbo:abstract FastAPI is a Web framework for developing RESTful APIs in Python. FastAPI is based on Pydantic and type hints to validate, serialize, and deserialize data, and automatically auto-generate OpenAPI documents. It fully supports asynchronous programming and can run with Gunicorn and ASGI servers for production such as Uvicorn and Hypercorn. To improve developer-friendliness, editor support was considered since the earliest days of the project. (en) FastAPI — веб-фреймворк для создания API, написанный на Python. Один из самых быстрых и популярных (после Django и Flask) веб-фреймворков, написанных на Python (на 2022 год). (ru)
dbo:genre dbr:Web_framework
dbo:license dbr:MIT_License
dbo:programmingLanguage dbr:Python_(programming_language)
dbo:releaseDate 2018-12-05 (xsd:date)
dbo:wikiPageExternalLink https://www.uvicorn.org https://github.com/pgjones/hypercorn https://fastapi.tiangolo.com/ https://github.com/tiangolo/fastapi
dbo:wikiPageID 65756731 (xsd:integer)
dbo:wikiPageLength 4346 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1123689110 (xsd:integer)
dbo:wikiPageWikiLink dbr:Pylons_project dbr:Python_(programming_language) dbr:Representational_state_transfer dbr:Uber dbr:OpenAPI_Specification dbr:Comparison_of_server-side_web_frameworks dbr:Tornado_(web_server) dbr:Data_science dbr:Data_validation dbr:Web2py dbr:Web_framework dbr:Flask_(web_framework) dbr:Gunicorn dbr:Hello_World dbr:Asynchronous_Server_Gateway_Interface dbr:API dbc:Python_(programming_language)_web_frameworks dbr:Django_(web_framework) dbr:Netflix dbr:MIT_License dbr:Serialization dbr:Asynchronous_programming
dbp:developer Sebastián Ramírez (en)
dbp:genre dbr:Web_framework
dbp:license dbr:MIT_License
dbp:name FastAPI (en)
dbp:programmingLanguage dbr:Python_(programming_language)
dbp:released 2018-12-05 (xsd:date)
dbp:repo https://github.com/tiangolo/fastapi
dbp:website https://fastapi.tiangolo.com/
dbp:wikiPageUsesTemplate dbt:Advert dbt:Infobox_software dbt:Multiple_issues dbt:Notability dbt:Official_website dbt:Portal dbt:Primary_sources dbt:Reflist dbt:Short_description dbt:Start_date_and_age dbt:Wikidata dbt:Web-software-stub dbt:Web_frameworks dbt:Python_web_frameworks
dcterms:subject dbc:Python_(programming_language)_web_frameworks
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397
rdfs:comment FastAPI is a Web framework for developing RESTful APIs in Python. FastAPI is based on Pydantic and type hints to validate, serialize, and deserialize data, and automatically auto-generate OpenAPI documents. It fully supports asynchronous programming and can run with Gunicorn and ASGI servers for production such as Uvicorn and Hypercorn. To improve developer-friendliness, editor support was considered since the earliest days of the project. (en) FastAPI — веб-фреймворк для создания API, написанный на Python. Один из самых быстрых и популярных (после Django и Flask) веб-фреймворков, написанных на Python (на 2022 год). (ru)
rdfs:label FastAPI (en) FastAPI (ru)
owl:sameAs wikidata:FastAPI dbpedia-ru:FastAPI https://global.dbpedia.org/id/FVtkk
prov:wasDerivedFrom wikipedia-en:FastAPI?oldid=1123689110&ns=0
foaf:homepage https://fastapi.tiangolo.com/
foaf:isPrimaryTopicOf wikipedia-en:FastAPI
foaf:name FastAPI (en)
is dbo:wikiPageRedirects of dbr:FastAPI_(web_framework) dbr:Fast_API
is dbo:wikiPageWikiLink of dbr:Pylons_project dbr:Tornado_(web_server) dbr:FastAPI_(web_framework) dbr:Flask_(web_framework) dbr:Django_(web_framework) dbr:Fast_API
is foaf:primaryTopic of wikipedia-en:FastAPI