Skip to content

Commit

Permalink
chore: add notation about production
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq authored Feb 28, 2024
1 parent 29b432b commit 12dc058
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -109,4 +118,4 @@ client.request(
)
```

See [`readme.ipynb`](./readme.ipynb) for more examples.
See [`readme.ipynb`](./readme.ipynb) for more examples.

0 comments on commit 12dc058

Please sign in to comment.