]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
chore: add citation file (#3010)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 13 Sep 2025 07:24:20 +0000 (09:24 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 07:24:20 +0000 (07:24 +0000)
CITATION.cff [new file with mode: 0644]

diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644 (file)
index 0000000..1dadc99
--- /dev/null
@@ -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