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 0f6e9a9 commit 61c9654Copy full SHA for 61c9654
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: FastAPI CLI
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: Sebastián
12
+ family-names: Ramírez
13
+ email: [email protected]
14
+identifiers:
15
+repository-code: 'https://github.com/tiangolo/fastapi-cli'
16
+url: 'https://fastapi.tiangolo.com'
17
+abstract: >-
18
+ Run FastAPI applications from the command line.
19
+keywords:
20
+ - fastapi
21
+ - typer
22
+ - fastapi-cli
23
+license: MIT
0 commit comments