Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 787 Bytes

File metadata and controls

44 lines (26 loc) · 787 Bytes

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!')
.. toctree::

   usage

.. toctree::

   api

   parcels

   exceptions


Indices and tables