python-terminusgps 1.0.0__py3-none-any.whl

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.

@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.1
2
+ Name: python-terminusgps
3
+ Version: 1.0.0
4
+ Summary: Provides abstractions/utilities for working with Wialon and Authorize.NET APIs.
5
+ Author-email: Blake Nall <blake@terminusgps.com>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.12
8
+ Classifier: Programming Language :: Python :: 3.13
9
+ Classifier: Operating System :: OS Independent
10
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
11
+ Requires-Python: >=3.12
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: argparse>=1.4.0
14
+ Requires-Dist: authorizenet>=1.1.5
15
+ Requires-Dist: python-wialon>=1.2.4
@@ -0,0 +1,5 @@
1
+ terminusgps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ python_terminusgps-1.0.0.dist-info/METADATA,sha256=yi56ONsYcNLEuESFqVs4jVsf2Pjuv9BypcXUWQ5ZRHY,650
3
+ python_terminusgps-1.0.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
4
+ python_terminusgps-1.0.0.dist-info/top_level.txt,sha256=V5ftLIBGIpfPNIwOe77nu5p3oNgF20Ac0X6yq4DPE64,12
5
+ python_terminusgps-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ terminusgps
File without changes