Metadata-Version: 1.1
Name: parcelbright
Version: 0.2.3
Summary: ParcelBright API wrapper
Home-page: https://github.com/onjin/parcelbright-python
Author: Marek Wywiał
Author-email: onjinx@gmail.com
License: BSD
Description: ===============================
        ParcelBrigh API wrapper
        ===============================
        
        .. image:: https://img.shields.io/travis/onjin/parcelbright-python.svg
                :target: https://travis-ci.org/onjin/parcelbright-python
        
        .. image:: https://img.shields.io/pypi/v/parcelbright.svg
                :target: https://pypi.python.org/pypi/parcelbright
        
        
        ParcelBright API wrapper. For full ParcelBright API reference go to https://github.com/parcelbright/api-docs
        
        * Free software: BSD license
        * Documentation: https://parcelbright-python.readthedocs.org.
        
        Features
        --------
        
        * create new shipment to get rates from
        * find previously created shipment
        * book shipment
        * get tracking data
        * cancel shipment
        
        TODO
        ----
        
        * Customs support
        * Carriers liability support
        
        
        
        
        History
        -------
        
        0.2.3 (2015-07-29)
        ---------------------
        
        * Support for `pickup_date` parameter at `Shipment.book()` method
        * Added `__repr__` method to `Parcel`, `Address` and `Shipment` entities
        
        0.2.2 (2015-07-29)
        ---------------------
        
        * Raise `TrackingError` from `Shipment.track()` if shipment has not tracking
          information available
        
        0.2.1 (2015-07-29)
        ---------------------
        
        * Remove `Shipment.is_booked()` method. Use `Shipment.state` instead.
        * Raise `ShipmentNotCompletedException` from `Shipment.track()` method
        
        0.2.0 (2015-07-28)
        ---------------------
        
        * Added support to track and cancel shipments
        
        0.1.0 (2015-07-27)
        ---------------------
        
        * First release on PyPI.
        
Keywords: parcelbright
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
