Skip to content

rhhayward/py_fedex_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_fedex_tracking

Description

py_fedex_tracking is a python3 library which will fetch the tracking details for a fedex tracking number

Installation

python3 -m pip install  git+https://github.com/rhhayward/py_fedex_tracking.git@master

Usage

from fedex_tracking import FedexTracker

tracker = FedexTracker()
result = tracker.get_tracking('123456789098')
print("estimated delivery date/time={}".format(result['estDeliveryDateTime']))
print("status={}".format(result['status']))
print("lastScanStatus={}".format(result['lastScanStatus']))
print("lastScanDateTime={}".format(result['lastScanDateTime']))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages