Fully async Inpost library using Python 3.10.
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: