From: Sugato Ray Date: Sun, 22 Oct 2023 10:02:53 +0000 (-0500) Subject: 🛠️ Add `CITATION.cff` file for academic citations (#13) X-Git-Tag: 0.0.9~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c356cb77b92728ed5962b17c9b19a17abc0af9;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🛠️ Add `CITATION.cff` file for academic citations (#13) Co-authored-by: Sebastián Ramírez --- diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..978031d5 --- /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: SQLModel +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/sqlmodel' +url: 'https://sqlmodel.tiangolo.com' +abstract: >- + SQLModel, SQL databases in Python, designed for + simplicity, compatibility, and robustness. +keywords: + - fastapi + - pydantic + - sqlalchemy +license: MIT