No description
Kumi
c37fe815c1
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. |
||
---|---|---|
src/track4px | ||
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
test.py |
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.