Shipment

Interface to Popular Shipping Services
Download

Shipment Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Andrew Baerg
  • Publisher web site:
  • http://search.cpan.org/~baergaj/

Shipment Tags


Shipment Description

Interface to Popular Shipping Services Shipment is a Python library that provides an interface to popular shipping/courier services. See the eg (examples) directory for clues about getting up-and-running.SYNOPSIS use Shipment; my $shipment = Shipment->new; $shipment->ups( from_address => $shipment->address(...), to_address => $shipment->address(...), packages => ); foreach my $service ( $shipment->all_services ) { print $service->id . "\n"; } $shipment->rate( 'express' ); print $service->cost . "\n"; $shipment->ship( 'ground' ); $shipment->get_package(0)->label->save; Requirements: · Perl


Shipment Related Software