From: Marcelo Trylesinski Date: Sat, 13 Sep 2025 07:24:20 +0000 (+0200) Subject: chore: add citation file (#3010) X-Git-Tag: 0.48.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63e70d048a4fa2e361024839578bafcb54bb23df;p=thirdparty%2Fstarlette.git chore: add citation file (#3010) --- diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..1dadc999 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,23 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Starlette +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Marcelo + family-names: Trylesinski + email: marcelotryle@gmail.com + - given-names: Tom + family-names: Christie + email: tom@tomchristie.com +repository-code: "https://github.com/Kludex/starlette" +url: "https://www.starlette.io/" +abstract: Starlette is an ASGI web framework for Python. +keywords: + - asgi + - starlette +license: BSD-3-Clause