From 9d1bb4c40ec08d4a3d392aff6efb050e44cacc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 22 Oct 2023 14:01:55 +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 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..6947478 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Asyncer +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/asyncer' +url: 'https://asyncer.tiangolo.com' +abstract: >- + Asyncer, async and await, focused on developer experience. +keywords: + - asyncer + - anyio + - trio + - asyncio +license: MIT