From 337fd0872260813467cc3a4999b35ad034c42e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 22 Oct 2023 13:59:51 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20`CITATION.cff`=20file=20fo?= =?UTF-8?q?r=20academic=20citations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..43da1f3 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,22 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Typer +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Sebastián + family-names: Ramírez + email: tiangolo@gmail.com +identifiers: +repository-code: 'https://github.com/tiangolo/typer' +url: 'https://typer.tiangolo.com' +abstract: >- + Typer, build great CLIs. Easy to code. Based on Python type hints. +keywords: + - typer + - click +license: MIT