Metadata-Version: 1.1
Name: bluedart
Version: 1.0.2
Summary: Bluedart Web Services API wrapper.
Home-page: https://github.com/hornedbull/bluedart.git
Author: Vatsal Shah
Author-email: shahvatsal90@gmail.com
License: MIT
Download-URL: http://pypi.python.org/pypi/bluedart/
Description: 
        Python BlueDart SOAP API Module
        ===============================
        
        :Author: Vatsal Shah
        :Maintainer: Vatsal Shah
        :License: BSD
        :Status: Stable
        
        What is it?
        -----------
        
        A light wrapper around Bluedart's Webservice Soap API. I don't do much of any
        validation, but I'll help you sort through the pile of SOAP objects BlueDart
        uses.
        
        Installation
        ------------
        
        The easiest way is via pip or easy_install::
        
            pip install bluedart
        
        Quick Start
        -----------
        
        - Clone this repository.
        
        - Edit the `example_profile.py` file in See `examples/ <examples/>`_ with your bluedart credentials
        and run any of the provided examples.
        
        
        Support
        -------
        
        Issues & Questions: https://github.com/hornedbull/bluedart/issues
        
        Most problems are going to require investigation or a submitted
        pull request.
        To contribute a new feature or service, feel free to create a pull request.
        We are always looking for new contributors to help maintain the project.
        
        
        Todos
        -----
        
        - Increase service specific request validation
        - Remove deprecated services (package movement service)
        
        Legal
        -----
        
        Copyright (C) 2008-2016 Vatsal Shah
        
        This software is licensed under the MIT License.
        
Keywords: bluedart soap suds wrapper rate location ship service
Platform: Platform Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: suds
