No description
Find a file
Kumi c37fe815c1
refactor: update unit tests to use Track4PX API
Replaced DPD API references with Track4PX in unit tests to align with the updated API structure. Removed unused imports to clean up the code. This ensures compatibility with the current API implementation and improves maintainability.
2024-09-06 08:28:37 +02:00
src/track4px refactor: update unit tests to use Track4PX API 2024-09-06 08:28:37 +02:00
.gitignore feat: fork from DPD to 4PX tracking 2024-09-06 08:24:27 +02:00
.gitlab-ci.yml Fix stages in .gitlab-ci.yml 2023-08-24 20:04:29 +02:00
LICENSE feat: fork from DPD to 4PX tracking 2024-09-06 08:24:27 +02:00
pyproject.toml feat: fork from DPD to 4PX tracking 2024-09-06 08:24:27 +02:00
README.md feat: fork from DPD to 4PX tracking 2024-09-06 08:24:27 +02:00
test.py refactor: update unit tests to use Track4PX API 2024-09-06 08:28:37 +02:00

4PX Python Client

This is a Python client for the 4PX parcel tracker. It allows you to track your shipments.

Installation

pip install track4px

Usage

from track4px import Track4PX

api = Track4PX()

# Realtime tracking

tracking = api.tracking("YOUR_SHIPMENT_NUMBER")

License

This project is licensed under the MIT License - see the LICENSE file for details.