python-terminusgps 31.0.0__tar.gz → 31.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of python-terminusgps might be problematic. Click here for more details.
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/PKG-INFO +1 -1
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/django/index.doctree +0 -0
- python_terminusgps-31.0.1/docs/build/doctrees/environment.pickle +0 -0
- python_terminusgps-31.0.1/docs/build/doctrees/twilio/caller.doctree +0 -0
- python_terminusgps-31.0.1/docs/build/doctrees/twilio/examples.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/twilio/index.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/index.html +8 -7
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/twilio/caller.html +151 -92
- python_terminusgps-31.0.1/docs/build/html/_sources/django/index.rst.txt +11 -0
- python_terminusgps-31.0.1/docs/build/html/_sources/twilio/examples.rst.txt +77 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/twilio/index.rst.txt +1 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/documentation_options.js +1 -1
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/authorizenet/auth.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/authorizenet/index.html +14 -10
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/authorizenet/profiles.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/authorizenet/utils.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/aws/index.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/aws/secrets.html +14 -10
- python_terminusgps-31.0.1/docs/build/html/django/index.html +168 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/django/mixins.html +8 -7
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/django/settings.html +8 -7
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/genindex.html +18 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/index.html +8 -6
- python_terminusgps-31.0.1/docs/build/html/objects.inv +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/py-modindex.html +7 -6
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/search.html +8 -7
- python_terminusgps-31.0.1/docs/build/html/searchindex.js +1 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/twilio/caller.html +77 -21
- python_terminusgps-31.0.1/docs/build/html/twilio/examples.html +223 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/twilio/index.html +20 -10
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/constants.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/errors.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/examples.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/flags.html +8 -7
- python_terminusgps-31.0.1/docs/build/html/wialon/index.html +200 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/items.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/session.html +8 -7
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/utils.html +13 -9
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/conf.py +1 -1
- python_terminusgps-31.0.1/docs/source/django/index.rst +11 -0
- python_terminusgps-31.0.1/docs/source/twilio/examples.rst +77 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/twilio/index.rst +1 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/pyproject.toml +1 -1
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/twilio/caller.py +64 -10
- python_terminusgps-31.0.1/test.py +15 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/uv.lock +10 -10
- python_terminusgps-31.0.0/docs/build/doctrees/environment.pickle +0 -0
- python_terminusgps-31.0.0/docs/build/doctrees/twilio/caller.doctree +0 -0
- python_terminusgps-31.0.0/docs/build/html/_sources/django/index.rst.txt +0 -11
- python_terminusgps-31.0.0/docs/build/html/django/index.html +0 -222
- python_terminusgps-31.0.0/docs/build/html/objects.inv +0 -0
- python_terminusgps-31.0.0/docs/build/html/searchindex.js +0 -1
- python_terminusgps-31.0.0/docs/build/html/wialon/index.html +0 -254
- python_terminusgps-31.0.0/docs/source/django/index.rst +0 -11
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/.gitignore +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/COPYING +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/README.md +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/Makefile +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/coverage/c.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/coverage/python.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/coverage/undoc.pickle +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/authorizenet/auth.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/authorizenet/index.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/authorizenet/profiles.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/authorizenet/subscriptions.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/authorizenet/utils.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/aws/index.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/aws/secrets.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/django/mixins.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/django/settings.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/index.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/mixins.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/settings.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/twilio/settings.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/validators.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/constants.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/errors.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/examples.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/flags.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/index.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/items.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/session.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/settings.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/wialon/utils.doctree +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/auth.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/errors.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/profiles/addresses.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/profiles/base.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/profiles/customers.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/profiles/payments.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/profiles/subscriptions.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/subscriptions/subscriptions.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/authorizenet/utils.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/aws/secrets.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/django/mixins.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/mixins.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/constants.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/flags.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/base.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/geofence.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/notification.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/resource.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/retranslator.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/route.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/unit.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/unit_group.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/items/user.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/session.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/terminusgps/wialon/utils.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_modules/wialon/api.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/authorizenet/auth.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/authorizenet/index.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/authorizenet/profiles.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/authorizenet/subscriptions.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/authorizenet/utils.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/aws/index.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/aws/secrets.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/django/mixins.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/django/settings.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/index.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/mixins.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/settings.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/twilio/caller.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/twilio/settings.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/validators.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/constants.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/errors.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/examples.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/flags.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/index.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/items.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/session.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/settings.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_sources/wialon/utils.rst.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/0fc70aa4dfe4d16d7073.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/583e3f428bf2362b546d.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/5be6ec379613f10aea3f.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/76c1862325ea6f70eeff.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/83710c128240451d95af.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/a63d39a1c104a2b3e87e.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/autoclasstoc.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/awesome-docsearch.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/awesome-docsearch.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/awesome-sphinx-design.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/awesome-sphinx-design.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/b659956119f91f2342bc.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/basic.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/bb50084be2b43ba7b98c.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/ce1e40901d7a0d88d483.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/badge_only.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/css/theme.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/d04352f240062b100fba.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/doctools.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/f1cdf5c21de970ee0592.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fd994e8d90d9cab651b0.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/file.png +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/jquery.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/js/badge_only.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/js/theme.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/js/versions.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/language_data.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/minus.png +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/plus.png +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/pygments.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/searchtools.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/theme.css +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/theme.js +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/_static/theme.js.LICENSE.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/authorizenet/subscriptions.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/mixins.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/settings.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/twilio/settings.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/validators.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/html/wialon/settings.html +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/linkcheck/output.json +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/linkcheck/output.txt +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/make.bat +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/authorizenet/auth.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/authorizenet/index.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/authorizenet/profiles.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/authorizenet/utils.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/aws/index.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/aws/secrets.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/django/mixins.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/django/settings.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/index.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/twilio/caller.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/constants.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/errors.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/examples.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/flags.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/index.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/items.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/session.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/source/wialon/utils.rst +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/auth.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/errors.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/profiles/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/profiles/addresses.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/profiles/base.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/profiles/customers.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/profiles/payments.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/profiles/subscriptions.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/authorizenet/utils.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/aws/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/aws/connect.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/aws/secrets.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/django/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/django/mixins.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/django/settings.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/django/utils.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/twilio/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/twilio/validators.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/__init__.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/base.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/resource.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/retranslator.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/route.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/unit.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/unit_group.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/items/user.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/logger.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/utils.py +0 -0
- {python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/terminusgps/wialon/validators.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 31.0.
|
|
3
|
+
Version: 31.0.1
|
|
4
4
|
Summary: Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more.
|
|
5
5
|
Project-URL: Documentation, https://app.terminusgps.com/docs/apps/python-terminusgps/index.html
|
|
6
6
|
Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
|
{python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/django/index.doctree
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{python_terminusgps-31.0.0 → python_terminusgps-31.0.1}/docs/build/doctrees/twilio/index.doctree
RENAMED
|
Binary file
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white" />
|
|
13
13
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
|
|
14
14
|
|
|
15
|
-
<title>Overview: module code | python-terminusgps
|
|
16
|
-
<meta property="og:title" content="Overview: module code | python-terminusgps
|
|
17
|
-
<meta name="twitter:title" content="Overview: module code | python-terminusgps
|
|
15
|
+
<title>Overview: module code | python-terminusgps 31.0.1 documentation</title>
|
|
16
|
+
<meta property="og:title" content="Overview: module code | python-terminusgps 31.0.1 documentation" />
|
|
17
|
+
<meta name="twitter:title" content="Overview: module code | python-terminusgps 31.0.1 documentation" />
|
|
18
18
|
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d691ff6c" />
|
|
19
19
|
<link rel="stylesheet" type="text/css" href="../_static/theme.css?v=42baaae4" />
|
|
20
20
|
<link rel="stylesheet" type="text/css" href="../_static/autoclasstoc.css?v=08871587" />
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
</a><header
|
|
41
41
|
class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
|
|
42
42
|
<div class="hidden mr-4 md:flex">
|
|
43
|
-
<a href="../index.html" class="flex items-center mr-6"><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">python-terminusgps
|
|
43
|
+
<a href="../index.html" class="flex items-center mr-6"><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">python-terminusgps 31.0.1 documentation</span>
|
|
44
44
|
</a></div><button
|
|
45
45
|
class="inline-flex items-center justify-center h-10 px-0 py-2 mr-2 text-base font-medium transition-colors rounded-md hover:text-accent-foreground hover:bg-transparent md:hidden"
|
|
46
46
|
type="button" @click="showSidebar = true">
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky"
|
|
96
96
|
:aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }">
|
|
97
97
|
|
|
98
|
-
<a href="../index.html" class="!justify-start text-sm md:!hidden bg-background"><span class="font-bold text-clip whitespace-nowrap">python-terminusgps
|
|
98
|
+
<a href="../index.html" class="!justify-start text-sm md:!hidden bg-background"><span class="font-bold text-clip whitespace-nowrap">python-terminusgps 31.0.1 documentation</span>
|
|
99
99
|
</a>
|
|
100
100
|
|
|
101
101
|
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
|
|
@@ -119,6 +119,7 @@
|
|
|
119
119
|
</li>
|
|
120
120
|
<li class="toctree-l1"><a class="reference internal" href="../twilio/index.html">Twilio API</a><ul>
|
|
121
121
|
<li class="toctree-l2"><a class="reference internal" href="../twilio/caller.html">Caller object</a></li>
|
|
122
|
+
<li class="toctree-l2"><a class="reference internal" href="../twilio/examples.html">Usage Examples</a></li>
|
|
122
123
|
</ul>
|
|
123
124
|
</li>
|
|
124
125
|
<li class="toctree-l1"><a class="reference internal" href="../wialon/index.html">Wialon API</a><ul>
|
|
@@ -151,7 +152,7 @@
|
|
|
151
152
|
class="flex items-center mb-4 space-x-1 text-sm text-muted-foreground">
|
|
152
153
|
<a class="overflow-hidden text-ellipsis whitespace-nowrap hover:text-foreground"
|
|
153
154
|
href="../index.html">
|
|
154
|
-
<span class="hidden md:inline">python-terminusgps
|
|
155
|
+
<span class="hidden md:inline">python-terminusgps 31.0.1 documentation</span>
|
|
155
156
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
156
157
|
height="18"
|
|
157
158
|
width="18"
|
|
@@ -208,7 +209,7 @@
|
|
|
208
209
|
</footer>
|
|
209
210
|
</div>
|
|
210
211
|
|
|
211
|
-
<script src="../_static/documentation_options.js?v=
|
|
212
|
+
<script src="../_static/documentation_options.js?v=8fa51cce"></script>
|
|
212
213
|
<script src="../_static/doctools.js?v=9bcbadda"></script>
|
|
213
214
|
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
214
215
|
<script defer="defer" src="../_static/theme.js?v=073f68d9"></script>
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white" />
|
|
13
13
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
|
|
14
14
|
|
|
15
|
-
<title>terminusgps.twilio.caller | python-terminusgps
|
|
16
|
-
<meta property="og:title" content="terminusgps.twilio.caller | python-terminusgps
|
|
17
|
-
<meta name="twitter:title" content="terminusgps.twilio.caller | python-terminusgps
|
|
15
|
+
<title>terminusgps.twilio.caller | python-terminusgps 31.0.0 documentation</title>
|
|
16
|
+
<meta property="og:title" content="terminusgps.twilio.caller | python-terminusgps 31.0.0 documentation" />
|
|
17
|
+
<meta name="twitter:title" content="terminusgps.twilio.caller | python-terminusgps 31.0.0 documentation" />
|
|
18
18
|
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=d691ff6c" />
|
|
19
19
|
<link rel="stylesheet" type="text/css" href="../../../_static/theme.css?v=42baaae4" />
|
|
20
20
|
<link rel="stylesheet" type="text/css" href="../../../_static/autoclasstoc.css?v=08871587" />
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
</a><header
|
|
41
41
|
class="sticky top-0 z-40 w-full border-b shadow-sm border-border supports-backdrop-blur:bg-background/60 bg-background/95 backdrop-blur"><div class="container flex items-center h-14">
|
|
42
42
|
<div class="hidden mr-4 md:flex">
|
|
43
|
-
<a href="../../../index.html" class="flex items-center mr-6"><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">python-terminusgps
|
|
43
|
+
<a href="../../../index.html" class="flex items-center mr-6"><span class="hidden font-bold sm:inline-block text-clip whitespace-nowrap">python-terminusgps 31.0.0 documentation</span>
|
|
44
44
|
</a></div><button
|
|
45
45
|
class="inline-flex items-center justify-center h-10 px-0 py-2 mr-2 text-base font-medium transition-colors rounded-md hover:text-accent-foreground hover:bg-transparent md:hidden"
|
|
46
46
|
type="button" @click="showSidebar = true">
|
|
@@ -95,14 +95,13 @@
|
|
|
95
95
|
class="fixed inset-y-0 left-0 md:top-14 z-50 md:z-30 bg-background md:bg-transparent transition-all duration-100 -translate-x-full md:translate-x-0 ml-0 p-6 md:p-0 md:-ml-2 md:h-[calc(100vh-3.5rem)] w-5/6 md:w-full shrink-0 overflow-y-auto border-r border-border md:sticky"
|
|
96
96
|
:aria-hidden="!showSidebar" :class="{ 'translate-x-0': showSidebar }">
|
|
97
97
|
|
|
98
|
-
<a href="../../../index.html" class="!justify-start text-sm md:!hidden bg-background"><span class="font-bold text-clip whitespace-nowrap">python-terminusgps
|
|
98
|
+
<a href="../../../index.html" class="!justify-start text-sm md:!hidden bg-background"><span class="font-bold text-clip whitespace-nowrap">python-terminusgps 31.0.0 documentation</span>
|
|
99
99
|
</a>
|
|
100
100
|
|
|
101
101
|
<div class="relative overflow-hidden md:overflow-auto my-4 md:my-0 h-[calc(100vh-8rem)] md:h-auto">
|
|
102
102
|
<div class="overflow-y-auto h-full w-full relative pr-6"><nav class="table w-full min-w-full my-6 lg:my-8">
|
|
103
103
|
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
|
104
104
|
<ul>
|
|
105
|
-
<li class="toctree-l1"><a class="reference internal" href="../../../settings.html">Settings</a></li>
|
|
106
105
|
<li class="toctree-l1"><a class="reference internal" href="../../../authorizenet/index.html">Authorizenet API</a><ul>
|
|
107
106
|
<li class="toctree-l2"><a class="reference internal" href="../../../authorizenet/auth.html">Authorizenet API Authentication</a></li>
|
|
108
107
|
<li class="toctree-l2"><a class="reference internal" href="../../../authorizenet/profiles.html">Profiles</a></li>
|
|
@@ -113,8 +112,14 @@
|
|
|
113
112
|
<li class="toctree-l2"><a class="reference internal" href="../../../aws/secrets.html">Secrets</a></li>
|
|
114
113
|
</ul>
|
|
115
114
|
</li>
|
|
115
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../django/index.html">Django</a><ul>
|
|
116
|
+
<li class="toctree-l2"><a class="reference internal" href="../../../django/mixins.html">Mixins</a></li>
|
|
117
|
+
<li class="toctree-l2"><a class="reference internal" href="../../../django/settings.html">Settings</a></li>
|
|
118
|
+
</ul>
|
|
119
|
+
</li>
|
|
116
120
|
<li class="toctree-l1"><a class="reference internal" href="../../../twilio/index.html">Twilio API</a><ul>
|
|
117
121
|
<li class="toctree-l2"><a class="reference internal" href="../../../twilio/caller.html">Caller object</a></li>
|
|
122
|
+
<li class="toctree-l2"><a class="reference internal" href="../../../twilio/examples.html">Usage Examples</a></li>
|
|
118
123
|
</ul>
|
|
119
124
|
</li>
|
|
120
125
|
<li class="toctree-l1"><a class="reference internal" href="../../../wialon/index.html">Wialon API</a><ul>
|
|
@@ -147,7 +152,7 @@
|
|
|
147
152
|
class="flex items-center mb-4 space-x-1 text-sm text-muted-foreground">
|
|
148
153
|
<a class="overflow-hidden text-ellipsis whitespace-nowrap hover:text-foreground"
|
|
149
154
|
href="../../../index.html">
|
|
150
|
-
<span class="hidden md:inline">python-terminusgps
|
|
155
|
+
<span class="hidden md:inline">python-terminusgps 31.0.0 documentation</span>
|
|
151
156
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
152
157
|
height="18"
|
|
153
158
|
width="18"
|
|
@@ -190,98 +195,152 @@
|
|
|
190
195
|
<div class="viewcode-block" id="TwilioCaller">
|
|
191
196
|
<a class="viewcode-back" href="../../../twilio/caller.html#terminusgps.twilio.caller.TwilioCaller">[docs]</a>
|
|
192
197
|
</span><span id="line-19"><span class="k">class</span><span class="w"> </span><span class="nc">TwilioCaller</span><span class="p">:</span>
|
|
193
|
-
</span><span id="line-20"> <span class="k">def</span><span class="w"> </span><span class="fm">__init__</span><span class="p">(</span
|
|
194
|
-
</span><span id="line-21"
|
|
195
|
-
</span><span id="line-22"> <span class="
|
|
196
|
-
</span><span id="line-23"> <span class="
|
|
197
|
-
</span><span id="line-24"> <span class="
|
|
198
|
-
</span><span id="line-25"> <span class="
|
|
199
|
-
</span><span id="line-26">
|
|
200
|
-
</span><span id="line-27"
|
|
201
|
-
</span><span id="line-28"><span class="
|
|
202
|
-
</span><span id="line-29">
|
|
203
|
-
</span><span id="line-30"
|
|
204
|
-
</span><span id="line-31">
|
|
205
|
-
</span><span id="line-32"
|
|
206
|
-
</span><span id="line-33">
|
|
207
|
-
</span><span id="line-34"
|
|
208
|
-
</span><span id="line-35"
|
|
209
|
-
</span><span id="line-36">
|
|
198
|
+
</span><span id="line-20"> <span class="k">def</span><span class="w"> </span><span class="fm">__init__</span><span class="p">(</span>
|
|
199
|
+
</span><span id="line-21"> <span class="bp">self</span><span class="p">,</span>
|
|
200
|
+
</span><span id="line-22"> <span class="n">client_sid</span><span class="p">:</span> <span class="nb">str</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
|
|
201
|
+
</span><span id="line-23"> <span class="n">client_token</span><span class="p">:</span> <span class="nb">str</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
|
|
202
|
+
</span><span id="line-24"> <span class="n">from_number</span><span class="p">:</span> <span class="nb">str</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
|
|
203
|
+
</span><span id="line-25"> <span class="n">messaging_sid</span><span class="p">:</span> <span class="nb">str</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
|
|
204
|
+
</span><span id="line-26"> <span class="p">)</span> <span class="o">-></span> <span class="kc">None</span><span class="p">:</span>
|
|
205
|
+
</span><span id="line-27"><span class="w"> </span><span class="sd">"""</span>
|
|
206
|
+
</span><span id="line-28"><span class="sd"> Sets Twilio client session variables.</span>
|
|
207
|
+
</span><span id="line-29">
|
|
208
|
+
</span><span id="line-30"><span class="sd"> All parameters are optional, default values are pulled from a Django settings module.</span>
|
|
209
|
+
</span><span id="line-31">
|
|
210
|
+
</span><span id="line-32"><span class="sd"> :param client_sid: A Twilio client session id.</span>
|
|
211
|
+
</span><span id="line-33"><span class="sd"> :type client_sid: :py:obj:`str` | :py:obj:`None`</span>
|
|
212
|
+
</span><span id="line-34"><span class="sd"> :param client_token: A Twilio client API token.</span>
|
|
213
|
+
</span><span id="line-35"><span class="sd"> :type client_token: :py:obj:`str` | :py:obj:`None`</span>
|
|
214
|
+
</span><span id="line-36"><span class="sd"> :param from_number: Phone number used to send notifications.</span>
|
|
215
|
+
</span><span id="line-37"><span class="sd"> :type from_number: :py:obj:`str` | :py:obj:`None`</span>
|
|
216
|
+
</span><span id="line-38"><span class="sd"> :param messaging_sid: A Twilio client messaging service session id.</span>
|
|
217
|
+
</span><span id="line-39"><span class="sd"> :type messaging_sid: :py:obj:`str` | :py:obj:`None`</span>
|
|
218
|
+
</span><span id="line-40"><span class="sd"> :returns: Nothing.</span>
|
|
219
|
+
</span><span id="line-41"><span class="sd"> :rtype: :py:obj:`None`</span>
|
|
220
|
+
</span><span id="line-42">
|
|
221
|
+
</span><span id="line-43"><span class="sd"> """</span>
|
|
222
|
+
</span><span id="line-44"> <span class="bp">self</span><span class="o">.</span><span class="n">_client_sid</span> <span class="o">=</span> <span class="n">client_sid</span> <span class="ow">or</span> <span class="n">settings</span><span class="o">.</span><span class="n">TWILIO_SID</span>
|
|
223
|
+
</span><span id="line-45"> <span class="bp">self</span><span class="o">.</span><span class="n">_client_token</span> <span class="o">=</span> <span class="n">client_token</span> <span class="ow">or</span> <span class="n">settings</span><span class="o">.</span><span class="n">TWILIO_TOKEN</span>
|
|
224
|
+
</span><span id="line-46"> <span class="bp">self</span><span class="o">.</span><span class="n">_from_number</span> <span class="o">=</span> <span class="n">from_number</span> <span class="ow">or</span> <span class="n">settings</span><span class="o">.</span><span class="n">TWILIO_FROM_NUMBER</span>
|
|
225
|
+
</span><span id="line-47"> <span class="bp">self</span><span class="o">.</span><span class="n">_messaging_sid</span> <span class="o">=</span> <span class="n">messaging_sid</span> <span class="ow">or</span> <span class="n">settings</span><span class="o">.</span><span class="n">TWILIO_MESSAGING_SID</span>
|
|
226
|
+
</span><span id="line-48">
|
|
227
|
+
</span><span id="line-49"> <span class="k">def</span><span class="w"> </span><span class="fm">__enter__</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-></span> <span class="s2">"TwilioCaller"</span><span class="p">:</span>
|
|
228
|
+
</span><span id="line-50"><span class="w"> </span><span class="sd">"""Opens a context manager and creates an asyncronous Twilio client."""</span>
|
|
229
|
+
</span><span id="line-51"> <span class="bp">self</span><span class="o">.</span><span class="n">client</span> <span class="o">=</span> <span class="n">twilio</span><span class="o">.</span><span class="n">rest</span><span class="o">.</span><span class="n">Client</span><span class="p">(</span>
|
|
230
|
+
</span><span id="line-52"> <span class="bp">self</span><span class="o">.</span><span class="n">client_sid</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">_client_token</span><span class="p">,</span> <span class="n">http_client</span><span class="o">=</span><span class="n">AsyncTwilioHttpClient</span><span class="p">()</span>
|
|
231
|
+
</span><span id="line-53"> <span class="p">)</span>
|
|
232
|
+
</span><span id="line-54"> <span class="k">return</span> <span class="bp">self</span>
|
|
233
|
+
</span><span id="line-55">
|
|
234
|
+
</span><span id="line-56"> <span class="k">def</span><span class="w"> </span><span class="fm">__exit__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">exc_type</span><span class="p">,</span> <span class="n">exc_value</span><span class="p">,</span> <span class="n">exc_tb</span><span class="p">)</span> <span class="o">-></span> <span class="kc">None</span><span class="p">:</span>
|
|
235
|
+
</span><span id="line-57"><span class="w"> </span><span class="sd">"""Closes the context manager."""</span>
|
|
236
|
+
</span><span id="line-58"> <span class="k">return</span> <span class="kc">None</span>
|
|
237
|
+
</span><span id="line-59">
|
|
210
238
|
<div class="viewcode-block" id="TwilioCaller.create_notification">
|
|
211
239
|
<a class="viewcode-back" href="../../../twilio/caller.html#terminusgps.twilio.caller.TwilioCaller.create_notification">[docs]</a>
|
|
212
|
-
</span><span id="line-
|
|
213
|
-
</span><span id="line-
|
|
214
|
-
</span><span id="line-
|
|
215
|
-
</span><span id="line-
|
|
216
|
-
</span><span id="line-
|
|
217
|
-
</span><span id="line-
|
|
218
|
-
</span><span id="line-
|
|
219
|
-
</span><span id="line-
|
|
220
|
-
</span><span id="line-
|
|
221
|
-
</span><span id="line-
|
|
222
|
-
</span><span id="line-
|
|
223
|
-
</span><span id="line-
|
|
224
|
-
</span><span id="line-
|
|
225
|
-
</span><span id="line-
|
|
226
|
-
</span><span id="line-
|
|
227
|
-
</span><span id="line-
|
|
228
|
-
</span><span id="line-
|
|
229
|
-
</span><span id="line-
|
|
230
|
-
</span><span id="line-
|
|
231
|
-
</span><span id="line-
|
|
232
|
-
</span><span id="line-
|
|
233
|
-
</span><span id="line-
|
|
234
|
-
</span><span id="line-
|
|
235
|
-
</span><span id="line-
|
|
236
|
-
</span><span id="line-
|
|
237
|
-
</span><span id="line-
|
|
238
|
-
</span><span id="line-
|
|
239
|
-
</span><span id="line-
|
|
240
|
-
</span><span id="line-
|
|
240
|
+
</span><span id="line-60"> <span class="k">def</span><span class="w"> </span><span class="nf">create_notification</span><span class="p">(</span>
|
|
241
|
+
</span><span id="line-61"> <span class="bp">self</span><span class="p">,</span> <span class="n">to_number</span><span class="p">:</span> <span class="nb">str</span><span class="p">,</span> <span class="n">message</span><span class="p">:</span> <span class="nb">str</span><span class="p">,</span> <span class="n">method</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">"sms"</span>
|
|
242
|
+
</span><span id="line-62"> <span class="p">)</span> <span class="o">-></span> <span class="n">asyncio</span><span class="o">.</span><span class="n">Task</span><span class="p">[</span><span class="n">Any</span><span class="p">]:</span>
|
|
243
|
+
</span><span id="line-63"><span class="w"> </span><span class="sd">"""</span>
|
|
244
|
+
</span><span id="line-64"><span class="sd"> Returns an awaitable notification task.</span>
|
|
245
|
+
</span><span id="line-65">
|
|
246
|
+
</span><span id="line-66"><span class="sd"> Valid methods are ``"sms"``, ``"call"`` and ``"phone"``.</span>
|
|
247
|
+
</span><span id="line-67">
|
|
248
|
+
</span><span id="line-68"><span class="sd"> :param to_number: A phone number to notify.</span>
|
|
249
|
+
</span><span id="line-69"><span class="sd"> :type to_number: :py:obj:`str`</span>
|
|
250
|
+
</span><span id="line-70"><span class="sd"> :param message: A notification message.</span>
|
|
251
|
+
</span><span id="line-71"><span class="sd"> :type message: :py:obj:`str`</span>
|
|
252
|
+
</span><span id="line-72"><span class="sd"> :param method: A notification method. Default is ``"sms"``.</span>
|
|
253
|
+
</span><span id="line-73"><span class="sd"> :type method: :py:obj:`str`</span>
|
|
254
|
+
</span><span id="line-74"><span class="sd"> :raises ValueError: If ``method`` is invalid.</span>
|
|
255
|
+
</span><span id="line-75"><span class="sd"> :returns: An awaitable task.</span>
|
|
256
|
+
</span><span id="line-76"><span class="sd"> :rtype: :py:obj:`~asyncio.Task`</span>
|
|
257
|
+
</span><span id="line-77">
|
|
258
|
+
</span><span id="line-78"><span class="sd"> """</span>
|
|
259
|
+
</span><span id="line-79"> <span class="k">match</span> <span class="n">method</span><span class="p">:</span>
|
|
260
|
+
</span><span id="line-80"> <span class="k">case</span> <span class="s2">"sms"</span><span class="p">:</span>
|
|
261
|
+
</span><span id="line-81"> <span class="k">return</span> <span class="n">asyncio</span><span class="o">.</span><span class="n">create_task</span><span class="p">(</span>
|
|
262
|
+
</span><span id="line-82"> <span class="bp">self</span><span class="o">.</span><span class="n">create_sms</span><span class="p">(</span><span class="n">to_number</span><span class="o">=</span><span class="n">to_number</span><span class="p">,</span> <span class="n">message</span><span class="o">=</span><span class="n">message</span><span class="p">)</span>
|
|
263
|
+
</span><span id="line-83"> <span class="p">)</span>
|
|
264
|
+
</span><span id="line-84"> <span class="k">case</span> <span class="s2">"call"</span> <span class="o">|</span> <span class="s2">"phone"</span><span class="p">:</span>
|
|
265
|
+
</span><span id="line-85"> <span class="k">return</span> <span class="n">asyncio</span><span class="o">.</span><span class="n">create_task</span><span class="p">(</span>
|
|
266
|
+
</span><span id="line-86"> <span class="bp">self</span><span class="o">.</span><span class="n">create_call</span><span class="p">(</span><span class="n">to_number</span><span class="o">=</span><span class="n">to_number</span><span class="p">,</span> <span class="n">message</span><span class="o">=</span><span class="n">message</span><span class="p">)</span>
|
|
267
|
+
</span><span id="line-87"> <span class="p">)</span>
|
|
268
|
+
</span><span id="line-88"> <span class="k">case</span><span class="w"> </span><span class="k">_</span><span class="p">:</span>
|
|
269
|
+
</span><span id="line-89"> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="sa">f</span><span class="s2">"Unsupported TwilioCaller method '</span><span class="si">{</span><span class="n">method</span><span class="si">}</span><span class="s2">'."</span><span class="p">)</span></div>
|
|
241
270
|
|
|
242
|
-
</span><span id="line-
|
|
271
|
+
</span><span id="line-90">
|
|
243
272
|
<div class="viewcode-block" id="TwilioCaller.create_call">
|
|
244
273
|
<a class="viewcode-back" href="../../../twilio/caller.html#terminusgps.twilio.caller.TwilioCaller.create_call">[docs]</a>
|
|
245
|
-
</span><span id="line-
|
|
246
|
-
</span><span id="line-
|
|
247
|
-
</span><span id="line-
|
|
248
|
-
</span><span id="line-
|
|
249
|
-
</span><span id="line-
|
|
250
|
-
</span><span id="line-
|
|
251
|
-
</span><span id="line-
|
|
252
|
-
</span><span id="line-
|
|
253
|
-
</span><span id="line-
|
|
254
|
-
</span><span id="line-
|
|
255
|
-
</span><span id="line-
|
|
256
|
-
</span><span id="line-
|
|
257
|
-
</span><span id="line-
|
|
258
|
-
</span><span id="line-
|
|
259
|
-
</span><span id="line-
|
|
260
|
-
</span><span id="line-
|
|
261
|
-
</span><span id="line-
|
|
274
|
+
</span><span id="line-91"> <span class="k">async</span> <span class="k">def</span><span class="w"> </span><span class="nf">create_call</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">to_number</span><span class="p">:</span> <span class="nb">str</span><span class="p">,</span> <span class="n">message</span><span class="p">:</span> <span class="nb">str</span><span class="p">)</span> <span class="o">-></span> <span class="kc">None</span><span class="p">:</span>
|
|
275
|
+
</span><span id="line-92"><span class="w"> </span><span class="sd">"""</span>
|
|
276
|
+
</span><span id="line-93"><span class="sd"> Calls ``to_number`` and reads ``message`` aloud.</span>
|
|
277
|
+
</span><span id="line-94">
|
|
278
|
+
</span><span id="line-95"><span class="sd"> :param to_number: A phone number.</span>
|
|
279
|
+
</span><span id="line-96"><span class="sd"> :type to_number: :py:obj:`str`</span>
|
|
280
|
+
</span><span id="line-97"><span class="sd"> :param message: A message to be read aloud.</span>
|
|
281
|
+
</span><span id="line-98"><span class="sd"> :type message: :py:obj:`str`</span>
|
|
282
|
+
</span><span id="line-99"><span class="sd"> :returns: Nothing.</span>
|
|
283
|
+
</span><span id="line-100"><span class="sd"> :rtype: :py:obj:`None`</span>
|
|
284
|
+
</span><span id="line-101">
|
|
285
|
+
</span><span id="line-102"><span class="sd"> """</span>
|
|
286
|
+
</span><span id="line-103"> <span class="k">await</span> <span class="bp">self</span><span class="o">.</span><span class="n">client</span><span class="o">.</span><span class="n">calls</span><span class="o">.</span><span class="n">create_async</span><span class="p">(</span>
|
|
287
|
+
</span><span id="line-104"> <span class="n">to</span><span class="o">=</span><span class="n">to_number</span><span class="p">,</span>
|
|
288
|
+
</span><span id="line-105"> <span class="n">from_</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">from_number</span><span class="p">,</span>
|
|
289
|
+
</span><span id="line-106"> <span class="n">twiml</span><span class="o">=</span><span class="sa">f</span><span class="s2">"<Response><Say></span><span class="si">{</span><span class="n">message</span><span class="si">}</span><span class="s2"></Say></Response>"</span><span class="p">,</span>
|
|
290
|
+
</span><span id="line-107"> <span class="p">)</span></div>
|
|
262
291
|
|
|
263
|
-
</span><span id="line-
|
|
292
|
+
</span><span id="line-108">
|
|
264
293
|
<div class="viewcode-block" id="TwilioCaller.create_sms">
|
|
265
294
|
<a class="viewcode-back" href="../../../twilio/caller.html#terminusgps.twilio.caller.TwilioCaller.create_sms">[docs]</a>
|
|
266
|
-
</span><span id="line-
|
|
267
|
-
</span><span id="line-
|
|
268
|
-
</span><span id="line-
|
|
269
|
-
</span><span id="line-
|
|
270
|
-
</span><span id="line-
|
|
271
|
-
</span><span id="line-
|
|
272
|
-
</span><span id="line-
|
|
273
|
-
</span><span id="line-
|
|
274
|
-
</span><span id="line-
|
|
275
|
-
</span><span id="line-
|
|
276
|
-
</span><span id="line-
|
|
277
|
-
</span><span id="line-
|
|
278
|
-
</span><span id="line-
|
|
279
|
-
</span><span id="line-
|
|
280
|
-
</span><span id="line-
|
|
281
|
-
</span><span id="line-
|
|
282
|
-
</span><span id="line-
|
|
283
|
-
</span><span id="line-
|
|
284
|
-
|
|
295
|
+
</span><span id="line-109"> <span class="k">async</span> <span class="k">def</span><span class="w"> </span><span class="nf">create_sms</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">to_number</span><span class="p">:</span> <span class="nb">str</span><span class="p">,</span> <span class="n">message</span><span class="p">:</span> <span class="nb">str</span><span class="p">)</span> <span class="o">-></span> <span class="kc">None</span><span class="p">:</span>
|
|
296
|
+
</span><span id="line-110"><span class="w"> </span><span class="sd">"""</span>
|
|
297
|
+
</span><span id="line-111"><span class="sd"> Texts ``message`` to ``to_number``.</span>
|
|
298
|
+
</span><span id="line-112">
|
|
299
|
+
</span><span id="line-113"><span class="sd"> :param to_number: A phone number.</span>
|
|
300
|
+
</span><span id="line-114"><span class="sd"> :type to_number: :py:obj:`str`</span>
|
|
301
|
+
</span><span id="line-115"><span class="sd"> :param message: A message to be texted.</span>
|
|
302
|
+
</span><span id="line-116"><span class="sd"> :type message: :py:obj:`str`</span>
|
|
303
|
+
</span><span id="line-117"><span class="sd"> :returns: Nothing.</span>
|
|
304
|
+
</span><span id="line-118"><span class="sd"> :rtype: :py:obj:`None`</span>
|
|
305
|
+
</span><span id="line-119">
|
|
306
|
+
</span><span id="line-120"><span class="sd"> """</span>
|
|
307
|
+
</span><span id="line-121"> <span class="k">await</span> <span class="bp">self</span><span class="o">.</span><span class="n">client</span><span class="o">.</span><span class="n">messages</span><span class="o">.</span><span class="n">create_async</span><span class="p">(</span>
|
|
308
|
+
</span><span id="line-122"> <span class="n">to</span><span class="o">=</span><span class="n">to_number</span><span class="p">,</span>
|
|
309
|
+
</span><span id="line-123"> <span class="n">from_</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">from_number</span><span class="p">,</span>
|
|
310
|
+
</span><span id="line-124"> <span class="n">body</span><span class="o">=</span><span class="n">message</span><span class="p">,</span>
|
|
311
|
+
</span><span id="line-125"> <span class="n">messaging_service_sid</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">messaging_sid</span><span class="p">,</span>
|
|
312
|
+
</span><span id="line-126"> <span class="p">)</span></div>
|
|
313
|
+
|
|
314
|
+
</span><span id="line-127">
|
|
315
|
+
</span><span id="line-128"> <span class="nd">@property</span>
|
|
316
|
+
</span><span id="line-129"> <span class="k">def</span><span class="w"> </span><span class="nf">client_sid</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-></span> <span class="nb">str</span><span class="p">:</span>
|
|
317
|
+
</span><span id="line-130"><span class="w"> </span><span class="sd">"""</span>
|
|
318
|
+
</span><span id="line-131"><span class="sd"> Client session id.</span>
|
|
319
|
+
</span><span id="line-132">
|
|
320
|
+
</span><span id="line-133"><span class="sd"> :type: :py:obj:`str`</span>
|
|
321
|
+
</span><span id="line-134">
|
|
322
|
+
</span><span id="line-135"><span class="sd"> """</span>
|
|
323
|
+
</span><span id="line-136"> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_client_sid</span>
|
|
324
|
+
</span><span id="line-137">
|
|
325
|
+
</span><span id="line-138"> <span class="nd">@property</span>
|
|
326
|
+
</span><span id="line-139"> <span class="k">def</span><span class="w"> </span><span class="nf">from_number</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-></span> <span class="nb">str</span><span class="p">:</span>
|
|
327
|
+
</span><span id="line-140"><span class="w"> </span><span class="sd">"""</span>
|
|
328
|
+
</span><span id="line-141"><span class="sd"> Origin phone number.</span>
|
|
329
|
+
</span><span id="line-142">
|
|
330
|
+
</span><span id="line-143"><span class="sd"> :type: :py:obj:`str`</span>
|
|
331
|
+
</span><span id="line-144">
|
|
332
|
+
</span><span id="line-145"><span class="sd"> """</span>
|
|
333
|
+
</span><span id="line-146"> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_from_number</span>
|
|
334
|
+
</span><span id="line-147">
|
|
335
|
+
</span><span id="line-148"> <span class="nd">@property</span>
|
|
336
|
+
</span><span id="line-149"> <span class="k">def</span><span class="w"> </span><span class="nf">messaging_sid</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-></span> <span class="nb">str</span><span class="p">:</span>
|
|
337
|
+
</span><span id="line-150"><span class="w"> </span><span class="sd">"""</span>
|
|
338
|
+
</span><span id="line-151"><span class="sd"> Messaging service session id.</span>
|
|
339
|
+
</span><span id="line-152">
|
|
340
|
+
</span><span id="line-153"><span class="sd"> :type: :py:obj:`str`</span>
|
|
341
|
+
</span><span id="line-154">
|
|
342
|
+
</span><span id="line-155"><span class="sd"> """</span>
|
|
343
|
+
</span><span id="line-156"> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_messaging_sid</span></div>
|
|
285
344
|
|
|
286
345
|
</span></code></pre></div>
|
|
287
346
|
</div></div>
|
|
@@ -298,7 +357,7 @@
|
|
|
298
357
|
</footer>
|
|
299
358
|
</div>
|
|
300
359
|
|
|
301
|
-
<script src="../../../_static/documentation_options.js?v=
|
|
360
|
+
<script src="../../../_static/documentation_options.js?v=2bdd98d7"></script>
|
|
302
361
|
<script src="../../../_static/doctools.js?v=9bcbadda"></script>
|
|
303
362
|
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
|
|
304
363
|
<script defer="defer" src="../../../_static/theme.js?v=073f68d9"></script>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
Usage Examples
|
|
2
|
+
==============
|
|
3
|
+
|
|
4
|
+
=====================================
|
|
5
|
+
Send an SMS message to a phone number
|
|
6
|
+
=====================================
|
|
7
|
+
|
|
8
|
+
.. code:: python
|
|
9
|
+
|
|
10
|
+
import asyncio
|
|
11
|
+
|
|
12
|
+
from terminusgps.twilio.caller import TwilioCaller
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
async def main() -> None:
|
|
16
|
+
phone: str = "+15555555555"
|
|
17
|
+
msg: str = "Hello from Terminus GPS!"
|
|
18
|
+
method: str = "sms" # Optional in this case, "sms" is default.
|
|
19
|
+
with TwilioCaller() as caller:
|
|
20
|
+
task = caller.create_notification(to_number=phone, message=msg)
|
|
21
|
+
await task
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
if __name__ == "__main__":
|
|
25
|
+
asyncio.run(main())
|
|
26
|
+
|
|
27
|
+
===========================================
|
|
28
|
+
Send SMS messages to multiple phone numbers
|
|
29
|
+
===========================================
|
|
30
|
+
|
|
31
|
+
.. code:: python
|
|
32
|
+
|
|
33
|
+
import asyncio
|
|
34
|
+
|
|
35
|
+
from terminusgps.twilio.caller import TwilioCaller
|
|
36
|
+
|
|
37
|
+
def main() -> None:
|
|
38
|
+
phones: str = ["+17135555555", "+18325555555"]
|
|
39
|
+
msg: str = "Hello from Terminus GPS!"
|
|
40
|
+
method: str = "sms" # Optional in this case, "sms" is default.
|
|
41
|
+
with TwilioCaller() as caller:
|
|
42
|
+
tasks = [
|
|
43
|
+
caller.create_notification(
|
|
44
|
+
to_number=num, message="Hello from Terminus GPS!", method=method
|
|
45
|
+
)
|
|
46
|
+
for num in phones
|
|
47
|
+
]
|
|
48
|
+
asyncio.gather(*tasks)
|
|
49
|
+
|
|
50
|
+
if __name__ == "__main__":
|
|
51
|
+
main()
|
|
52
|
+
|
|
53
|
+
========================================
|
|
54
|
+
Call phone number and read message aloud
|
|
55
|
+
========================================
|
|
56
|
+
|
|
57
|
+
.. code:: python
|
|
58
|
+
|
|
59
|
+
import asyncio
|
|
60
|
+
|
|
61
|
+
from terminusgps.twilio.caller import TwilioCaller
|
|
62
|
+
|
|
63
|
+
def main() -> None:
|
|
64
|
+
phone: str = "+15555555555"
|
|
65
|
+
msg: str = "Hello from Terminus GPS!"
|
|
66
|
+
method: str = "call" # "phone" is an alias for "call", so "phone" would work, too
|
|
67
|
+
with TwilioCaller() as caller:
|
|
68
|
+
tasks = [
|
|
69
|
+
caller.create_notification(
|
|
70
|
+
to_number=num, message="Hello from Terminus GPS!", method=method
|
|
71
|
+
)
|
|
72
|
+
for num in phones
|
|
73
|
+
]
|
|
74
|
+
asyncio.gather(*tasks)
|
|
75
|
+
|
|
76
|
+
if __name__ == "__main__":
|
|
77
|
+
main()
|