Metadata-Version: 1.1
Name: tradenity
Version: 1.0.0
Summary: Python SDK for the Tradenity e-commerce REST API
Home-page: https://github.com/tradenity/python-sdk
Author: Joseph Fouad
Author-email: tradenity@tradenity.com
License: APACHE
Description: ===============================
        Tradenity Python SDK
        ===============================
        
        Python SDK for the Tradenity ecommerce REST API
        
        * Free software: Apache license
        * Documentation: (COMING SOON!) https://tradenity.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        Version 1.0.0
        -------------
        
        * Improvement: Completely new SDK for the final v1 Tradenity REST API protocol
        * Feature: Various new classes for new Tradenity resources.
        
        Version 0.1.2
        -------------
        
        * Workaround: move overridden __getitem__ from Base entity to Identifiable to work with django.
        * Bug fix: fix Order#refund operation
        
        Version 0.1.1
        -------------
        
        * Feature: New Exception: SessionExpiredException
        * Feature: Add Tradenity.reset_current_session()
        * Improvement: Add entity base class Identifiable
        * Bug fix: LineItem.id always return None
        
        Version 0.1.0
        -------------
        
        Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
