karrio-aramex 2025.5rc34__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_aramex
3
+ Version: 2025.5rc34
4
+ Summary: Karrio - Aramex Shipping extension
5
+ Author-email: karrio <hello@karrio.io>
6
+ License-Expression: Apache-2.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.7
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: karrio
14
+
15
+ # karrio.aramex
16
+
17
+ This package is a Aramex extension of the [karrio](https://pypi.org/project/karrio) multi carrier shipping SDK.
18
+
19
+ ## Requirements
20
+
21
+ `Python 3.7+`
22
+
23
+ ## Installation
24
+
25
+ ```bash
26
+ pip install karrio.aramex
27
+ ```
28
+
29
+ ## Usage
30
+
31
+ ```python
32
+ import karrio.sdk as karrio
33
+ from karrio.mappers.aramex.settings import Settings
34
+
35
+
36
+ # Initialize a carrier gateway
37
+ canadapost = karrio.gateway["aramex"].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,22 @@
1
+ karrio/mappers/aramex/__init__.py,sha256=aNYEWLkH1Mdjmt5_pj3Ktq6jiFA0IUcb8PvlUWbfN8k,146
2
+ karrio/mappers/aramex/mapper.py,sha256=NoVZprvTnhD81o352_95SINxRZeMQgnbEHn_GSgxTTU,677
3
+ karrio/mappers/aramex/proxy.py,sha256=cbfLve7O9xfw2r2vrCttAhXyNhjtJWAv5drXtMBqelo,796
4
+ karrio/mappers/aramex/settings.py,sha256=AiZqzV4EdkyCxesd4_5P12PhpPwHJTKss0NZLepkay8,524
5
+ karrio/plugins/aramex/__init__.py,sha256=j8em87e7q4zE2nzqLCgYNBOLqw6F1xhqeXGlFkz930w,738
6
+ karrio/providers/aramex/__init__.py,sha256=BvDtqrLi7p1-b3snGShCe1_t0VweA4wETUPUPYu5bn0,763
7
+ karrio/providers/aramex/error.py,sha256=VDP-lXuvjpJpi6tuOlnnb3vjJQGAEi_FVsuALr3PlqM,785
8
+ karrio/providers/aramex/tracking.py,sha256=JzlnT0ugA4xuhMIjQoGdd-iAYeuLIzA6sZDUsTtOf6E,3225
9
+ karrio/providers/aramex/units.py,sha256=LTr8McraaOI7NcQrjGnkxgt0MdGRpqsogpF7a_P9oPY,1372
10
+ karrio/providers/aramex/utils.py,sha256=VDhZPqtmARxE85nAMgzCwNlb88mh4LeMxFyzhafkZV0,1419
11
+ karrio/schemas/aramex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ karrio/schemas/aramex/array_of_string.py,sha256=Y2AkB07s520YDOriN-1uHdYpbBXvjinzPkhF4gwuCk8,166211
13
+ karrio/schemas/aramex/datatypes.py,sha256=DWzptdtRb2vYVAfXk73hpDahWOADZGFg0nUCtiopCM4,58540
14
+ karrio/schemas/aramex/location.py,sha256=hqbZoII1TxqPOu6lr9IQFoCiKj4t0uujTCDe2wdR4EI,276930
15
+ karrio/schemas/aramex/rates.py,sha256=eamY44eEN6E1R4MJbQaHl8m8iZB7skr_1Ikap9vBqgk,271093
16
+ karrio/schemas/aramex/shipping.py,sha256=1CLQBZvXXhpPX3X_2Db5LmgmeI6N_oMZzfM2_iBgAIE,587577
17
+ karrio/schemas/aramex/tracking.py,sha256=8hD1EtXkY8OVn3W-LbMIjaAL_85IE381dtiX1Xk1vGw,200865
18
+ karrio_aramex-2025.5rc34.dist-info/METADATA,sha256=sXEJv1WHfd2KE1OvayA-zv5Kw9lQHMij6zV2_xcAzuE,988
19
+ karrio_aramex-2025.5rc34.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ karrio_aramex-2025.5rc34.dist-info/entry_points.txt,sha256=I7amJuU5RsCm02LEQamkDdguaGqV7C9Hmi2IkhQwTg8,57
21
+ karrio_aramex-2025.5rc34.dist-info/top_level.txt,sha256=FZCY8Nwft8oEGHdl--xku8P3TrnOxu5dETEU_fWpRSM,20
22
+ karrio_aramex-2025.5rc34.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
+ aramex = karrio.plugins.aramex:METADATA
@@ -0,0 +1,3 @@
1
+ dist
2
+ karrio
3
+ schemas