Skip to main content

Simple Python wrapper to fetch data from FedEx Tracking API

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fedextrack-0.9.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

fedextrack-0.9.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page