Metadata-Version: 1.1
Name: msrest
Version: 0.1.1
Summary: AutoRest swagger generator Python client runtime.
Home-page: https://github.com/xingwu1/autorest/tree/python/ClientRuntimes/Python/msrest
Author: Microsoft Corporation
Author-email: UNKNOWN
License: MIT License
Description: AutoRest: Python Client Runtime
        ================================
        
        
        Installation
        ------------
        
        To install:
        
        .. code-block:: bash
        
            $ pip install msrest
        
        
        Release History
        ---------------
        
        2016-03-04 Version 0.1.0
        +++++++++++++++++++++++++
        
        **Behavioural Changes**
        
        - Removed custom logging set up and configuration. All loggers are now children of the root logger 'msrest' with no pre-defined configurations.
        - Replaced _required attribute in Model class with more extensive _validation dict.
        
        **Improvement**
        
        - Removed hierarchy scanning for attribute maps from base Model class - relies on generator to populate attribute
          maps according to hierarchy.
        - Base class Paged now inherits from collections.Iterable.
        - Data validation during serialization using custom parameters (e.g. max, min etc).
        - Added ValidationError to be raised if invalid data encountered during serialization.
        
        2016-02-29 Version 0.0.3
        ++++++++++++++++++++++++
        
        **Bugfixes**
        
        - Source package corrupted in Pypi (https://github.com/Azure/autorest/issues/718)
        
        2016-02-19 Version 0.0.2
        ++++++++++++++++++++++++
        
        **Bugfixes**
        
        - Fixed bug in exception logging before logger configured.
        
        2016-02-19 Version 0.0.1
        ++++++++++++++++++++++++
        
        - Initial release.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
