No description
Find a file
Kumi 5a05062267
feat: fork from DPD to 4PX tracking
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.
2024-09-06 08:24:27 +02:00
src/track4px feat: fork from DPD to 4PX tracking 2024-09-06 08:24:27 +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 Add support for DPD Romania 2023-09-21 14:15:26 +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.