Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rostyq/liqpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Mar 5, 2024
2 parents 92882ea + 986fdbd commit c7b189d
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.
> 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.
## 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 c7b189d

Please sign in to comment.