Skip to main content

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.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tracking_url-0.0.5-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file tracking_url-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: tracking_url-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for tracking_url-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d18e1d07ebe315d67b0bc0ad825bd7f242880aa2491b5dff55eb0bc92af54664
MD5 6b8a206dc7dfb642b90cc6ae647ddc36
BLAKE2b-256 cb95182f4eea5a646476ea784e19e6e1469b8e885fdf8b96627763805943b2b0

See more details on using hashes here.

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