From: Sebastián Ramírez Date: Sun, 22 Oct 2023 10:03:38 +0000 (+0400) Subject: 🔧 Add `CITATION.cff` file for academic citations (#10496) X-Git-Tag: 0.104.1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a5edaaa3796bca703ab7f914a69fed98cffcfc;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Add `CITATION.cff` file for academic citations (#10496) --- diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..9028248b1d --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: FastAPI +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Sebastián + family-names: Ramírez + email: tiangolo@gmail.com +identifiers: +repository-code: 'https://github.com/tiangolo/fastapi' +url: 'https://fastapi.tiangolo.com' +abstract: >- + FastAPI framework, high performance, easy to learn, fast to code, + ready for production +keywords: + - fastapi + - pydantic + - starlette +license: MIT