python-terminusgps 24.3.0__tar.gz → 24.5.0__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.
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/PKG-INFO +1 -1
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/pyproject.toml +1 -1
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/subscriptions/subscriptions.py +2 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/twilio/caller.py +19 -6
- python_terminusgps-24.5.0/terminusgps/twilio/logger.py +29 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/uv.lock +4 -4
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/.gitignore +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/COPYING +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/README.md +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/Makefile +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/coverage/c.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/coverage/python.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/coverage/undoc.pickle +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/authorizenet/auth.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/authorizenet/index.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/authorizenet/profiles.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/authorizenet/utils.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/aws/index.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/aws/secrets.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/environment.pickle +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/index.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/settings.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/twilio/caller.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/twilio/index.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/twilio/settings.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/constants.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/errors.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/examples.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/flags.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/index.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/items.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/session.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/settings.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/utils.doctree +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/index.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/authorizenet/auth.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/authorizenet/errors.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/addresses.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/base.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/customers.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/authorizenet/profiles/payments.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/authorizenet/utils.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/aws/secrets.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/twilio/caller.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/base.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/geofence.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/notification.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/resource.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/retranslator.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/route.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/unit.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/unit_group.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/items/user.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/session.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/terminusgps/wialon/utils.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/wialon/api.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/authorizenet/auth.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/authorizenet/index.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/authorizenet/profiles.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/authorizenet/utils.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/aws/index.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/aws/secrets.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/index.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/settings.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/twilio/caller.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/twilio/index.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/twilio/settings.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/constants.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/errors.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/examples.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/flags.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/index.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/items.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/session.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/settings.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/wialon/utils.rst.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/0fc70aa4dfe4d16d7073.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/583e3f428bf2362b546d.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/5be6ec379613f10aea3f.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/76c1862325ea6f70eeff.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/83710c128240451d95af.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/a63d39a1c104a2b3e87e.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/autoclasstoc.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/awesome-docsearch.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/awesome-docsearch.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/awesome-sphinx-design.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/awesome-sphinx-design.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/b659956119f91f2342bc.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/basic.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/bb50084be2b43ba7b98c.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/ce1e40901d7a0d88d483.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/badge_only.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/theme.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/d04352f240062b100fba.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/doctools.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/documentation_options.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/f1cdf5c21de970ee0592.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fd994e8d90d9cab651b0.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/file.png +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/jquery.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/js/badge_only.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/js/theme.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/js/versions.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/language_data.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/minus.png +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/plus.png +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/pygments.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/searchtools.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/theme.css +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/theme.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/theme.js.LICENSE.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/auth.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/index.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/profiles.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/utils.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/aws/index.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/aws/secrets.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/genindex.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/index.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/objects.inv +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/py-modindex.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/search.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/searchindex.js +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/settings.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/twilio/caller.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/twilio/index.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/twilio/settings.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/constants.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/errors.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/examples.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/flags.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/index.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/items.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/session.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/settings.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/utils.html +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/linkcheck/output.json +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/linkcheck/output.txt +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/make.bat +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/authorizenet/auth.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/authorizenet/index.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/authorizenet/profiles.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/authorizenet/utils.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/aws/index.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/aws/secrets.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/conf.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/index.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/settings.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/twilio/caller.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/twilio/index.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/constants.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/errors.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/examples.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/flags.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/index.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/items.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/session.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/wialon/utils.rst +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/auth.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/errors.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/profiles/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/profiles/addresses.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/profiles/base.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/profiles/customers.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/profiles/payments.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/subscriptions/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/utils.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/aws/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/aws/secrets.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/aws/ses.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/settings.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/twilio/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/__init__.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/base.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/resource.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/retranslator.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/route.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/unit.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/unit_group.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/user.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/logger.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 24.
|
|
3
|
+
Version: 24.5.0
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "python-terminusgps"
|
|
3
|
-
version = "24.
|
|
3
|
+
version = "24.5.0"
|
|
4
4
|
description = "Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [ {name = "Blake Nall", email = "blake@terminusgps.com" } ]
|
|
@@ -36,4 +36,6 @@ class Subscription(ControllerExecutionMixin):
|
|
|
36
36
|
)
|
|
37
37
|
controller = apicontrollers.ARBCreateSubscriptionController(request)
|
|
38
38
|
response = self.execute_controller(controller)
|
|
39
|
+
if response is None:
|
|
40
|
+
raise ValueError("Failed to retrieve Authorizenet API response.")
|
|
39
41
|
return int(response.subscriptionId)
|
|
@@ -1,18 +1,23 @@
|
|
|
1
|
+
import asyncio
|
|
2
|
+
import logging
|
|
1
3
|
from typing import Any
|
|
2
4
|
|
|
3
|
-
import asyncio
|
|
4
5
|
import twilio.rest
|
|
5
|
-
|
|
6
6
|
from django.conf import settings
|
|
7
7
|
from twilio.http.async_http_client import AsyncTwilioHttpClient
|
|
8
8
|
|
|
9
|
+
from terminusgps.twilio.logger import TwilioLogger
|
|
10
|
+
|
|
9
11
|
|
|
10
12
|
class TwilioCaller:
|
|
11
|
-
def __init__(self) -> None:
|
|
13
|
+
def __init__(self, log_level: int = logging.CRITICAL) -> None:
|
|
12
14
|
self.client_sid = settings.TWILIO_SID
|
|
13
15
|
self.client_token = settings.TWILIO_TOKEN
|
|
14
16
|
self.from_number = settings.TWILIO_FROM_NUMBER
|
|
15
17
|
self.messaging_sid = settings.TWILIO_MESSAGING_SID
|
|
18
|
+
self.logger = TwilioLogger(
|
|
19
|
+
logging.getLogger(self.__class__.__name__), level=log_level
|
|
20
|
+
).get_logger()
|
|
16
21
|
|
|
17
22
|
def __enter__(self) -> "TwilioCaller":
|
|
18
23
|
self.client = twilio.rest.Client(
|
|
@@ -26,18 +31,23 @@ class TwilioCaller:
|
|
|
26
31
|
async def create_notification(
|
|
27
32
|
self, to_number: str, message: str, method: str = "sms"
|
|
28
33
|
) -> asyncio.Task[Any]:
|
|
34
|
+
self.logger.debug(
|
|
35
|
+
f"Creating '{method}' notification targeting '{to_number}'..."
|
|
36
|
+
)
|
|
37
|
+
|
|
29
38
|
match method:
|
|
30
39
|
case "sms":
|
|
31
|
-
|
|
40
|
+
return asyncio.create_task(
|
|
32
41
|
self.create_sms(to_number=to_number, message=message)
|
|
33
42
|
)
|
|
34
43
|
case "call" | "phone":
|
|
35
|
-
|
|
44
|
+
return asyncio.create_task(
|
|
36
45
|
self.create_call(to_number=to_number, message=message)
|
|
37
46
|
)
|
|
47
|
+
case "log":
|
|
48
|
+
return asyncio.create_task(self.create_log(message=message))
|
|
38
49
|
case _:
|
|
39
50
|
raise ValueError(f"Unsupported TwilioCaller method '{method}'.")
|
|
40
|
-
return task
|
|
41
51
|
|
|
42
52
|
async def create_call(self, to_number: str, message: str) -> None:
|
|
43
53
|
await self.client.calls.create_async(
|
|
@@ -53,3 +63,6 @@ class TwilioCaller:
|
|
|
53
63
|
body=message,
|
|
54
64
|
messaging_service_sid=self.messaging_sid,
|
|
55
65
|
)
|
|
66
|
+
|
|
67
|
+
async def create_log(self, message: str) -> None:
|
|
68
|
+
self.logger.info(message)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import logging
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class TwilioLogger:
|
|
5
|
+
def __init__(
|
|
6
|
+
self,
|
|
7
|
+
logger: logging.Logger,
|
|
8
|
+
level: int = logging.DEBUG,
|
|
9
|
+
format: str = "%(name)s - %(levelname)s - %(asctime)s - %(message)s",
|
|
10
|
+
use_stream_handler: bool = True,
|
|
11
|
+
use_file_handler: bool = False,
|
|
12
|
+
filename: str = "twilio_debug.log",
|
|
13
|
+
) -> None:
|
|
14
|
+
self.logger = logger
|
|
15
|
+
self.logger.setLevel(level)
|
|
16
|
+
formatter = logging.Formatter(format)
|
|
17
|
+
|
|
18
|
+
if use_stream_handler and not self.logger.handlers:
|
|
19
|
+
stream_handler = logging.StreamHandler()
|
|
20
|
+
stream_handler.setFormatter(formatter)
|
|
21
|
+
self.logger.addHandler(stream_handler)
|
|
22
|
+
|
|
23
|
+
if use_file_handler and not self.logger.handlers:
|
|
24
|
+
file_handler = logging.FileHandler(filename)
|
|
25
|
+
file_handler.setFormatter(formatter)
|
|
26
|
+
self.logger.addHandler(file_handler)
|
|
27
|
+
|
|
28
|
+
def get_logger(self) -> logging.Logger:
|
|
29
|
+
return self.logger
|
|
@@ -827,11 +827,11 @@ wheels = [
|
|
|
827
827
|
|
|
828
828
|
[[package]]
|
|
829
829
|
name = "pyparsing"
|
|
830
|
-
version = "3.2.
|
|
830
|
+
version = "3.2.3"
|
|
831
831
|
source = { registry = "https://pypi.org/simple" }
|
|
832
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
832
|
+
sdist = { url = "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz", hash = "sha256:b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be", size = 1088608 }
|
|
833
833
|
wheels = [
|
|
834
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
834
|
+
{ url = "https://files.pythonhosted.org/packages/05/e7/df2285f3d08fee213f2d041540fa4fc9ca6c2d44cf36d3a035bf2a8d2bcc/pyparsing-3.2.3-py3-none-any.whl", hash = "sha256:a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf", size = 111120 },
|
|
835
835
|
]
|
|
836
836
|
|
|
837
837
|
[[package]]
|
|
@@ -848,7 +848,7 @@ wheels = [
|
|
|
848
848
|
|
|
849
849
|
[[package]]
|
|
850
850
|
name = "python-terminusgps"
|
|
851
|
-
version = "24.
|
|
851
|
+
version = "24.5.0"
|
|
852
852
|
source = { editable = "." }
|
|
853
853
|
dependencies = [
|
|
854
854
|
{ name = "argparse" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/aws/index.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/aws/secrets.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/environment.pickle
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/settings.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/twilio/caller.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/twilio/index.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/twilio/settings.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/constants.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/errors.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/examples.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/flags.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/index.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/items.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/session.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/settings.doctree
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/doctrees/wialon/utils.doctree
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_modules/wialon/api.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/aws/index.rst.txt
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/aws/secrets.rst.txt
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/index.rst.txt
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_sources/settings.rst.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/autoclasstoc.css
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/awesome-docsearch.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/badge_only.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/css/theme.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/js/badge_only.js
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/js/versions.js
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/language_data.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/pygments.css
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/searchtools.js
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/sphinx_highlight.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/_static/theme.js.LICENSE.txt
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/auth.html
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/index.html
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/profiles.html
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/authorizenet/utils.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/twilio/settings.html
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/constants.html
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/examples.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/build/html/wialon/settings.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/docs/source/authorizenet/profiles.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/authorizenet/profiles/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/resource.py
RENAMED
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/retranslator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-24.3.0 → python_terminusgps-24.5.0}/terminusgps/wialon/items/unit_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|