Go to file
2023-08-27 10:14:21 +02:00
src/fedextrack Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
.gitignore Update .gitignore: Add "dist/" to ignore list 2023-08-25 08:04:57 +02:00
.gitlab-ci.yml Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
config.dist.ini Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
LICENSE Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
pyproject.toml Fork pykeydelivery for FedEx tracker 2023-08-27 10:01:47 +02:00
README.md Update installation instructions in README.md 2023-08-27 10:14:21 +02:00
test.py Fix test 2023-08-27 10:10:44 +02:00

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.