No description
src/fedextrack | ||
.gitignore | ||
.gitlab-ci.yml | ||
config.dist.ini | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
test.py |
FedEx Tracking API Python Client
This is a Python client for the FedEx Tracking API.
It is not fully featured yet, but it is a good starting point. It requires you to have a FedEx developer account and an API key.
Installation
pip install fedextrack
Usage
from fedextrack import FedEx
api = FedEx("YOUR_API_KEY", "YOUR_API_SECRET")
# Realtime tracking
tracking = api.tracking("YOUR_SHIPMENT_NUMBER")
License
This project is licensed under the MIT License - see the LICENSE file for details.