From 12dc0586f454d966daa328988a99e14d1d3ff69e Mon Sep 17 00:00:00 2001 From: Rostyslav Bohomaz Date: Wed, 28 Feb 2024 12:09:42 +0200 Subject: [PATCH 1/2] chore: add notation about production --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c6483..c70a863 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ LiqPy -- unofficial python library for [LiqPay API](https://www.liqpay.ua/documentation/api/home). +> _Is it **production ready**?_ +> +> Short answer: Well, yes, but actually no. +> +> Long answer: It depends on what production readiness means for you. +> The Library still lacks some LiqPay's functionality and tests coverage, +> but I, personally, use it in production. +> It gets work done in a most pythonic way I see it. + ## Installation ```shell @@ -109,4 +118,4 @@ client.request( ) ``` -See [`readme.ipynb`](./readme.ipynb) for more examples. \ No newline at end of file +See [`readme.ipynb`](./readme.ipynb) for more examples. From 986fdbddf08b93e01a8dcbdc259c582c9d22e1c2 Mon Sep 17 00:00:00 2001 From: Rostyslav Bohomaz Date: Wed, 28 Feb 2024 12:15:38 +0200 Subject: [PATCH 2/2] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c70a863..05486c5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ LiqPy -- unofficial python library for [LiqPay API](https://www.liqpay.ua/docume > Short answer: Well, yes, but actually no. > > Long answer: It depends on what production readiness means for you. -> The Library still lacks some LiqPay's functionality and tests coverage, +> Implementation still lacks some LiqPay's functionality and tests coverage, > but I, personally, use it in production. > It gets work done in a most pythonic way I see it.