Detect package carrier from tracking number and generate tracking url
Project description
Description
Detect package carrier from tracking number and generate tracking url.
Requirements
- python >= 3.4
Installation
$ pip install tracking_url
Usage
import tracking_url match = tracking_url.guess_carrier('0123456789') if match is None: print('No matching carrier found') else: print('Number:', match.number) print('Carrier:', match.carrier) print('Url:', match.url)
Thanks
This code is a simple python port of the identically named node module.
Big thanks to https://github.com/wankdanker for the original code and research.
Issues
If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/sereema/tracking-url/issues .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for tracking_url-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d18e1d07ebe315d67b0bc0ad825bd7f242880aa2491b5dff55eb0bc92af54664 |
|
MD5 | 6b8a206dc7dfb642b90cc6ae647ddc36 |
|
BLAKE2-256 | cb95182f4eea5a646476ea784e19e6e1469b8e885fdf8b96627763805943b2b0 |