From 18b92554f82940e19ea0ee130f60a5e175445125 Mon Sep 17 00:00:00 2001 From: Roman Glushko Date: Tue, 7 Nov 2023 14:39:15 +0200 Subject: [PATCH] Added a citation info (#95) --- CITATION.cff | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..0d020d1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,26 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Hyx +message: >- + If you use this software, please cite it using the + metadata from this file +type: software +authors: + - given-names: Roman + family-names: Hlushko + email: roman.glushko.m@gmail.com +repository-code: 'https://github.com/roma-glushko/hyx' +url: 'https://hyx.readthedocs.io/en/latest/' +abstract: >- + Lightweight fault tolerant primitives for your modern + asyncio Python microservices +keywords: + - distributed systems + - resiliency patterns + - microservices + - circuit breakers + - retries + - bulkheads +license: MIT