We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e33d43 commit 5432729Copy full SHA for 5432729
CITATION.cff
@@ -0,0 +1,23 @@
1
+# This CITATION.cff file was generated with cffinit.
2
+# Visit https://bit.ly/cffinit to generate yours today!
3
+
4
+cff-version: 1.2.0
5
+title: Uvicorn
6
+message: >-
7
+ If you use this software, please cite it using the
8
+ metadata from this file.
9
+type: software
10
+authors:
11
+ - given-names: Marcelo
12
+ family-names: Trylesinski
13
+ email: [email protected]
14
+ - given-names: Tom
15
+ family-names: Christie
16
17
+repository-code: 'https://github.com/encode/uvicorn'
18
+url: 'https://www.uvicorn.org/'
19
+abstract: Uvicorn is an ASGI web server implementation for Python.
20
+keywords:
21
+ - asgi
22
+ - server
23
+license: BSD-3-Clause
0 commit comments