Skip to main content

An simple API for to track package info from 17track.com

Project description

py17track: A Simple Python API for 17track.net

https://travis-ci.org/bachya/py17track.svg?branch=master https://img.shields.io/pypi/v/py17track.svg https://img.shields.io/pypi/pyversions/py17track.svg https://img.shields.io/pypi/l/py17track.svg https://codecov.io/gh/bachya/py17track/branch/master/graph/badge.svg https://api.codeclimate.com/v1/badges/71eb642c735e33adcdfc/maintainability https://img.shields.io/badge/SayThanks-!-1EAEDB.svg

py17track is a simple Python library to track pacakges via 17track.net.

Installation

$ pip install py17track

Usage

from py17track import Client

client = Client()

# Track as many packages as you like:
packages = client.track('tracking_number1', 'tracking_number2')
# -> [Package(...), Package(...)

Each Package object has the following info:

  • destination_country: the country the package was shipped to

  • info: a text description of the latest status

  • location: the current location (if known)

  • origin_country: the country the package was shipped from

  • package_type: the type of package (if known)

  • status: the overall package status (“In Transit”, “Delivered”, etc.)

  • tracking_info_language: the language of the tracking info

  • tracking_number: the all-important tracking number

Contributing

  1. Check for open features/bugs or initiate a discussion on one.

  2. Fork the repository.

  3. Install the dev environment: make init.

  4. Enter the virtual environment: pipenv shell

  5. Code your new feature or bug fix.

  6. Write a test that covers your new functionality.

  7. Run tests: make test

  8. Build new docs: make docs

  9. Add yourself to AUTHORS.rst.

  10. Submit a pull request!

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

py17track-1.0.0.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

py17track-1.0.0-py3-none-any.whl (7.9 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