Integrify¶
Integrify is a Python library that simplifies third-party API integrations. Every integration ships as its own package — install only what you need:
pip install integrify # shared core only
pip install integrify[clopos] # core + Clopos
pip install integrify[all] # every integration
Every request comes in both sync and async flavours, with full type-hint support.
Integrations¶
| Integration | Type | Docs |
|---|---|---|
| Clopos | POS | Open |
The Azerbaijani payment & SMS integrations (EPoint, Kapital Bank, Azericard, LSIM, Posta Güvərçini) are currently documented in Azerbaijani.
Contributing¶
The project is open source on GitHub. Contributions welcome!