Fully async Inpost library using Python 3.10.
Please be aware, that version 0.2.x is not compatible with 0.1.x builds! Thank inpost for making their api upside down >:(
from inpost.api import Inpost
inp = Inpost('555333444')
await inp.send_sms_code():
...
if await inp.confirm_sms_code(123321):
print('Congratulations, you initialized successfully!')
Install linters and checkers, unlinted pull requests will not be approved
poetry run pre-commit install
This project is used by the following repos: