Free, open-source Ethiopian bank/wallet receipt verification. Reverse-engineered public endpoints.
# ethio-receipt-verify
> **This library has been merged into cheki.**
>
> cheki is the free, open-source Ethiopian receipt verification platform.
> The Python library now lives at `/python` inside the cheki monorepo.
>
> ## Install
>
> ```bash
> pip install git+
github.com
> ```
>
> ## Why the merge?
>
> - One repo, one install, one source of truth
> - Web UI + API + CLI + Python library + Docker in one place
> - No more maintaining two repos for the same code
>
> ## Old install (still works but deprecated)
>
> ```bash
> pip install git+
github.com
> ```
>
> Please migrate to the cheki monorepo. This repo will be archived.