Welcome to inpost-python’s documentation!

Note

This project is under active development.

from inpost.api import Inpost

inp = await Inpost.from_phone_number('555333444')
await inp.send_sms_code():
...
if await inp.confirm_sms_code(123321):
   print('Congratulations, you initialized successfully!')

Indices and tables