Metadata-Version: 1.0
Name: amazon-mws
Version: 0.2.2
Summary: A python interface for Amazon MWS
Home-page: https://github.com/juokaz/python-amazon-mws
Author: Juozas Kaziukenas
Author-email: juozas@juokaz.com
License: LICENSE.txt
Description: # ** DISCLAIMER **
        This API is in constant development. Do not rely on it too much until its in stable release.
        All except for the last two APIs ( InboundShipment and OutboundShipment ) are complete.
        Help towards completing this last two APIs would be greatly appreciated.
        I will mark this as stable 1.0 once all tests have been completed.
        
        # Python Amazon MWS
        
        Python Amazon MWS is a python interface for the Amazon MWS API.
        I wrote it to help me upload my products to amazon. However, seeing its potential i decided
        to expand it in order for it to cover most ( if not all ) operations in the Amazon MWS.
        
        This is still an ongoing project. If you would like to contribute, see below :).
        
        
        Its based on the [amazon-mws-python](http://code.google.com/p/amazon-mws-python).
        
        Checkout the documentation [here](https://python-amazon-mws.readthedocs.org/latest/).
        You can read the official Amazon MWS documentation [here](https://developer.amazonservices.com/).
        
        # To-Do
        
        * Improve README
        * Create tests
        * Finish InboundShipments & OutboundShipments APIs
        * Finish Docs
        
        # Contribute
        
        If you like the project, please, contact me at commonzenpython@gmail.com (gtalk and email) and help me improve it.
        
Platform: OS Independent
