Skip to content

Simple API for the USPS Webtools. No Authentication Required.

License

Notifications You must be signed in to change notification settings

ibbeyo/USPS-Webtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USPS-Webtools

Simple API for the USPS Webtools. No Authentication Required.

Module Usage

Package Tracking Sample:
from usps_webtools import PackageTracking

package = PackageTracking('YOUR_TRACKING_NUMBER')

package.status
package.status_last_updated
package.expected_delivery_date
package.expected_delivery_status
package.history
package.product_info
package.as_dict()
ZipTools Lookup Sample:
from usps_webtools import zipByCityState, zipByAddress, cityByZip

zipByAddress('376 Fairfield St', 'New Lenox', 'IL', '60451')

zipByCityState('New Lenox', 'IL')

cityByZip('60451')

About

Simple API for the USPS Webtools. No Authentication Required.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages