libshipkore

Shipkore tracking library and CLI


Keywords
libshipkore, courier-tracking, couriers, logistics, shipping, tracking
License
AGPL-3.0
Install
pip install libshipkore==0.4.2

Documentation

libshipkore

Shipkore tracking library & CLI to track packages across couriers. This is first Open source product of Innerkore Technologies. We are commited to do things differently.

Installation

pip install libshipkore

Usage

As CLI

libshipkore providers

To get all the supported Couriers.

libshipkore track

To track a package in supported Couriers. It will ask for 2 things

  • Provider (Couries)
  • Waybill (Tracking number)

As Library

Coming Soon

Features

  • Tracking through CLI
  • Embeddable as library
  • Give standard response
  • Convert Courier's statuses to standard statuses
  • Convert date & time to timezone specific ISO Format

Sample Response

Coming Soon

Supported Statuses

  • InfoReceived
  • InTransit
  • OutForDelivery
  • AttemptFail
  • Delivered
  • AvailableForPickup
  • Exception
  • ReverseDelivered
  • ReverseOutForDelivery
  • ReverseInTransit

Supported Couriers

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.