From ce530c4925f9c2c42991d03057c965489f21e935 Mon Sep 17 00:00:00 2001 From: George Bocharov Date: Thu, 19 Oct 2023 18:55:55 -0700 Subject: [PATCH] Create CITATION.cff --- 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..1f3b076 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +cff-version: 1.2.0 +title: pyextremes +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Georgii + family-names: Bocharov + email: bocharovgeorgii@gmail.com +repository-code: 'https://github.com/georgebv/pyextremes' +url: 'https://georgebv.github.io/pyextremes' +abstract: >- + pyextremes is a Python library aimed at performing + univariate Extreme Value Analysis. +keywords: + - Extreme Value Analysis + - EVA + - Python + - Statistics +license: MIT +commit: b003286e436db73e7f12c9f7c3298c05773bdf88 +version: 2.3.2 +date-released: '2023-10-14'