Skip to content

Commit 5432729

Browse files
authored
Add CITATION.cff (#2649)
1 parent 5e33d43 commit 5432729

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
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

Comments
 (0)