Metadata-Version: 2.1 Name: TelstraTrackMonitorAPI Version: 0.1.1 Summary: Structured way to interface with Telstra Track and Monitor Home-page: https://github.com/Razmo99/TelstraTrackMonitorAPI Author: razmo99 Author-email: lewis.munro@live.com License: MIT License Keywords: Simpro,API Platform: UNKNOWN Classifier: Development Status :: 1 - Planning Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Description-Content-Type: text/markdown Requires-Dist: requests (>=2.24.0) Requires-Dist: urllib3 (>=1.25.10) Requires-Dist: python-version (>=3.8) # TelstraTrackMonitorAPI Intended to be a Structured way to interface with Telstra's Track & Monitor API. Its currently focuses on Devices Currently contains a series of useful classes and methods for: -Token Management - Get/Load/save/update -Retreiving Devices, with specified parameters # Installation ~~~ pip install TelstraTrackMonitorAPI ~~~