Metadata-Version: 1.1
Name: parcelbright
Version: 0.2.0
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.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 :: 2 - Pre-Alpha
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
