karrio-landmark 2025.5__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.
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: karrio_landmark
3
+ Version: 2025.5
4
+ Summary: Karrio - Landmark Global Shipping Extension
5
+ Author-email: karrio <hello@karrio.io>
6
+ License-Expression: LGPL-3.0
7
+ Project-URL: Homepage, https://github.com/karrioapi/karrio
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: Operating System :: OS Independent
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.11
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: karrio
14
+
15
+ # karrio.landmark
16
+
17
+ This package is a Landmark Global extension of the [karrio](https://pypi.org/project/karrio) multi carrier shipping SDK.
18
+
19
+ ## Requirements
20
+
21
+ `Python 3.11+`
22
+
23
+ ## Installation
24
+
25
+ ```bash
26
+ pip install karrio.landmark
27
+ ```
28
+
29
+ ## Usage
30
+
31
+ ```python
32
+ import karrio.sdk as karrio
33
+ from karrio.mappers.landmark.settings import Settings
34
+
35
+
36
+ # Initialize a carrier gateway
37
+ landmark = karrio.gateway["landmark"].create(
38
+ Settings(
39
+ ...
40
+ )
41
+ )
42
+ ```
43
+
44
+ Check the [Karrio Mutli-carrier SDK docs](https://docs.karrio.io) for Shipping API requests
@@ -0,0 +1,29 @@
1
+ karrio/mappers/landmark/__init__.py,sha256=xpYp1q_SYg_G3yhW2MRKECrGYZhSFQdSSy7I1v2pnkg,152
2
+ karrio/mappers/landmark/mapper.py,sha256=KpMFVIdaHEg-4x-9ohG_4yC00sd2BoeHD9NbAxdJN9A,2059
3
+ karrio/mappers/landmark/proxy.py,sha256=tf7SAbm9PBRtb9_gDR7C5CuxKQUFOQXxC5Nzd7kL-44,2135
4
+ karrio/mappers/landmark/settings.py,sha256=F33ES-f51BfyhCoAPIehDGTUf8MgQqNwZaqi946OxCQ,1218
5
+ karrio/plugins/landmark/__init__.py,sha256=hTHkXDkiEGHlvXGXX-fVOPaE_ZrF5Et06UpWFQL4EMk,1098
6
+ karrio/providers/landmark/__init__.py,sha256=I5ZC7uyk_sL09RBXq1T8OdtckkWwRIa7jYUK1agwNUU,369
7
+ karrio/providers/landmark/error.py,sha256=Ev3usmZPmYBzn_kkcLo84sVyFyx3AWG7sTw0NWNr5hw,1084
8
+ karrio/providers/landmark/services.csv,sha256=bIWr1LLGP2TyFTqRwiticLJg8cR3sBW19hiJcWhCNCM,28584
9
+ karrio/providers/landmark/tracking.py,sha256=AVTupannzSeNvNrOEiQPlLi6Y6DM-t_5dxIcKvyNM8A,4475
10
+ karrio/providers/landmark/units.py,sha256=MRNB9ajr29U9MUAQOml2JhrO0eYgBdbLjvFOFbNFrec,8444
11
+ karrio/providers/landmark/utils.py,sha256=OqGPynSpl92YPRVHjJ8xCkqBmX2u9PJ8A-Fer2sKDik,839
12
+ karrio/providers/landmark/shipment/__init__.py,sha256=7t1rxeJdf-5M4Mqt72lag5ogkX0UF_55RgzBbqWtk7g,233
13
+ karrio/providers/landmark/shipment/cancel.py,sha256=LcPfM890tzxKGSeVCNVKGmuOjzuZ31deEKrGnvzltLc,2125
14
+ karrio/providers/landmark/shipment/create.py,sha256=etEW5f9oIMtYqpKU6ywHoXtP7rKZOdG4sMAs2J_ZN04,21648
15
+ karrio/schemas/landmark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ karrio/schemas/landmark/cancel_request.py,sha256=nv9Q8omImOwOtDFdjBM0Qgc39kdEbSwbgsdoBmDDdIs,61124
17
+ karrio/schemas/landmark/cancel_response.py,sha256=a0zTIctBQ-r09XWCKQ10-jezX1ESr4gHSaTfSbiIvxQ,56230
18
+ karrio/schemas/landmark/error_response.py,sha256=EkusbZZIfVg0O6LAe5yJq-0biXy8lUvgr-rY0--OVhg,55629
19
+ karrio/schemas/landmark/import_request.py,sha256=jb0CcHFPYB_Rj9y-_Nkd47OeWNoc4ULBepH26pr_v8E,275530
20
+ karrio/schemas/landmark/import_response.py,sha256=X74ERs37a2ErVpqgZ2R2h6cQ8eDa37MAokQ2sKJJkkE,86187
21
+ karrio/schemas/landmark/ship_request.py,sha256=DE1n4f9fzwquPy9NKMXeZv07H-8pGreg9xCmqMcO9uo,235084
22
+ karrio/schemas/landmark/ship_response.py,sha256=kUIkxDpdr7t4fnJ9ah5oTaiz2pOwuRIYowjsw1s--5Q,102665
23
+ karrio/schemas/landmark/track_request.py,sha256=Xj8I-3sjfa1dEXVqj92LUeuEuKT2_FXjx3oi0uNlk_0,62530
24
+ karrio/schemas/landmark/track_response.py,sha256=cPzSorIUu0HAbHJdLXwFx55S2FcXOqy6R6I8NS30ZMQ,85540
25
+ karrio_landmark-2025.5.dist-info/METADATA,sha256=itnPKZVSs_o5x3wgH1ad8oZfex0PDSfMVkd2K5ZGn5Y,1010
26
+ karrio_landmark-2025.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
+ karrio_landmark-2025.5.dist-info/entry_points.txt,sha256=INmMiMXugqC5-e7sWMAO7MUOXKV6WArm2JaNaVeiL-0,61
28
+ karrio_landmark-2025.5.dist-info/top_level.txt,sha256=9Nasa6abG7pPPG8MGzlemnqw1ohIqgouzQ7HGBnOFLg,27
29
+ karrio_landmark-2025.5.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [karrio.plugins]
2
+ landmark = karrio.plugins.landmark:METADATA
@@ -0,0 +1,4 @@
1
+ dist
2
+ karrio
3
+ schemas
4
+ vendor