Kumi
5a05062267
Renamed project from DPDTrack to Track4PX and updated all relevant files, including README, LICENSE, and pyproject.toml. Removed DPD specific code and implemented 4PX tracking API. Rationale: - Shifts the focus of the package from DPD to 4PX data. - Streamlines tracking functionality for 4PX users. Consequences: - Users need to update their imports and installation process. - Changes in package semantics and functionality.
412 B
412 B
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.