[Subversion] / PyDicia / README.txt  

Diff of /PyDicia/README.txt

Parent Directory | Revision Log

version 2332, Sat Jul 7 20:28:57 2007 UTC version 2507, Wed Mar 5 16:52:09 2008 UTC
Line 2 
Line 2 
 Package Shipment and Address Verification with ``PyDicia``  Package Shipment and Address Verification with ``PyDicia``
 ==========================================================  ==========================================================
   
   New in 0.1a3
     * Added ``FlatRateLargeBox`` and ``ExpressMailPremiumService`` tags, for use
       with DAZzle 8.0 and up.
   
   New in 0.1a2
     * Dropped MS Windows requirement; you can now use PyDicia to generate XML for
       the Endicia Mac client, or to be sent via download or networked directory
       to a Windows client.
   
     * Added a ``Shipment.run()`` method to allow running multiple batches in
       sequence.
   
     * Fixed the ``Status.ToZip4`` attribute (it was incorrectly spelled
       ``ToZIP4``, and thus didn't work).
   
 PyDicia is a Python interface to endicia.com's postal services client, DAZzle.  PyDicia is a Python interface to endicia.com's postal services client, DAZzle.
 Using DAZzle's XML interface, PyDicia can be used to print shipping labels,  Using DAZzle's XML interface, PyDicia can be used to print shipping labels,
 envelopes, postcards and more, with or without prepaid US postage indicia  envelopes, postcards and more, with or without prepaid US postage indicia
Line 20 
Line 35 
 about some of the more advanced features.  This should improve in future  about some of the more advanced features.  This should improve in future
 releases, but I just want to get this milestone out to start with.  Reading the  releases, but I just want to get this milestone out to start with.  Reading the
 DAZzle XML API specification is a good idea if you want to use this; make sure  DAZzle XML API specification is a good idea if you want to use this; make sure
 you get the 7.0.x version, as that's required.  you get at least the 7.0.x version, as that's required.
   
 PyDicia uses the ElementTree, simplegeneric, and DecoratorTools packages, and  PyDicia uses the ElementTree, simplegeneric, and DecoratorTools packages, and
 requires Python 2.4 or higher (due to use of decorators and the ``Decimal``  requires Python 2.4 or higher (due to use of decorators and the ``Decimal``
Line 29 
Line 44 
 know how well it works there.  See the section below on `Using PyDicia on  know how well it works there.  See the section below on `Using PyDicia on
 Non-Windows Platforms`_ for more info.)  Non-Windows Platforms`_ for more info.)
   
 Questions, discussion, and bug reports for this software should be directed to  
 the PEAK mailing list; see http://www.eby-sarna.com/mailman/listinfo/PEAK/  
 for details.  
   
 IMPORTANT  IMPORTANT
     Please note that PyDicia does not attempt to implement all of the US Postal      Please note that PyDicia does not attempt to implement all of the US Postal
     Service's business rules for what options may be used in what combinations.      Service's business rules for what options may be used in what combinations.
Line 47 
Line 58 
     your application thoroughly before using this code in production.  You have      your application thoroughly before using this code in production.  You have
     been warned!      been warned!
   
 New in 0.1a2  Questions, discussion, and bug reports for this software should be directed to
   * Dropped MS Windows requirement; you can now use PyDicia to generate XML for  the PEAK mailing list; see http://www.eby-sarna.com/mailman/listinfo/PEAK/
     the Endicia Mac client, or to be sent via download or networked directory  for details.
     to a Windows client.  
   
   * Added a ``Shipment.run()`` method to allow running multiple batches in  
     sequence.  
   
   * Fixed the ``Status.ToZip4`` attribute (it was incorrectly spelled  
     ``ToZIP4``, and thus didn't work).  
   
   
 .. contents:: **Table of Contents**  .. contents:: **Table of Contents**
   
Line 441 
Line 444 
 Invoking DAZzle  Invoking DAZzle
 ===============  ===============
   
 In the simplest case, invoking a batch or shipment objects ``.run()`` method  In the simplest case, invoking a batch or shipment object's ``.run()`` method
 will launch a local copy of DAZzle on a temporary file containing the batch's  will launch a local copy of DAZzle on a temporary file containing the batch's
 XML, wait for DAZzle to exit, then process status updates from the output file  XML, wait for DAZzle to exit, then process status updates from the output file
 and return DAZzle's return code.  (Or a list of return codes, in the case of a  and return DAZzle's return code.  (Or a list of return codes, in the case of a
Line 488 
Line 491 
 On the Mac, the ``exe_path`` should be set to a program that takes a single  On the Mac, the ``exe_path`` should be set to a program that takes a single
 XML filename as an argument.  The Mac ``endiciatool`` program probably will  XML filename as an argument.  The Mac ``endiciatool`` program probably will
 not work on its own, without a wrapper shell script of some kind; I'm open to  not work on its own, without a wrapper shell script of some kind; I'm open to
 suggestions as to how to improve this.  Note, by the way, that the Mac client  suggestions as to how to improve this.  (Note, by the way, that the Mac client
 doesn't support all of the options that the Windows client does, so remember  doesn't support all of the options that the Windows client does, so remember
 that use of PyDicia is entirely at your own risk, whatever the platform!  that use of PyDicia is entirely at your own risk, whatever the platform!)
   
 On other platforms, the main usefulness of PyDicia would be in generating XML  On other platforms, the main usefulness of PyDicia would be in generating XML
 for users to download (e.g. from a web application) or submitting and  for users to download (e.g. from a web application) or submitting and


Generate output suitable for use with a patch program
Legend:
Removed from v.2332  
changed lines
  Added in v.2507

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help