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.2
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.
Source Distribution
tracking-url-0.0.3.tar.gz
(4.1 kB
view details)
File details
Details for the file tracking-url-0.0.3.tar.gz.
File metadata
- Download URL: tracking-url-0.0.3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0efba1edcf68c1693f87f3b3c8d0bc5726df3a20eece1814e525f49ebabd3975
|
|
| MD5 |
f6b991310178f2872fb5a8f6b7269b9c
|
|
| BLAKE2b-256 |
8c7d6a037180e26e5b4a7c35820f6a4b66c27d205f517e2df5b7029bc5c04f7f
|