Skip to main content

Quickly track via SMS several USPS (and some international) tracking numbers via the command line.

Project description

usps-track

Quickly track via SMS several USPS (and some international) tracking numbers via the command line.

For international to work, the destination country must be USA.

The phone number argument must be a US phone number.

Usage

usage: usps_track.py [-h] TRACKING_NUMBER [TRACKING_NUMBER ...] PHONE_NUMBER

positional arguments:
  TRACKING_NUMBER  Tracking numbers
  PHONE_NUMBER     Phone number to send SMS to (US only)

This can also be used as a library:

from usps_track import usps_track

async def usage():
    await usps_track('555-555-5555',
                     ['tracking_number_1'],
                     raise_for_status=True)

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

usps-track-0.0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

usps_track-0.0.1-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

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