Metadata-Version: 1.1
Name: tri.event
Version: 1.0.0
Summary: Client library for TriOptima event bus and related APIs
Home-page: UNKNOWN
Author: TriOptima
Author-email: XYZ@trioptima.com
License: BSD
Description: tri.event
        =========
        
        Client code for accessing the TriOptima event bus and related APIs.
        
        
        Running tests
        -------------
        
        
        License
        -------
        
        BSD
        
        
        Documentation
        -------------
        
        -
        
        Changelog
        =========
        
        1.0.0 (2019-05-10)
        ~~~~~~~~~~~~~~~~~~
        
        * Make an authentication retry if unauthorized to improve robustness
        * Update status to production ready
        
        0.0.7 (2019-03-22)
        ~~~~~~~~~~~~~~~~~~
        
        * Use configured proxy and timeouts also for authentication
        * Delay authentication until first request is made
        
        0.0.6 (2019-02-18)
        ~~~~~~~~~~~~~~~~~~
        
        * Change base class of EventSession to request.Session
        
        
        .0.5 (2019-01-22)
        ~~~~~~~~~~~~~~~~~~
        
        * Fix packaging
        
        * Add EventSession.access_token and EventSession.token_expiry attributes
        
        
        0.0.4 (2019-01-21)
        ~~~~~~~~~~~~~~~~~~
        
        * Cleanup of logging
        
        
        0.0.3 (2019-01-10)
        ~~~~~~~~~~~~~~~~~~
        
        * Add session renewal on access token expiry
        
        * Improve exception on failure to log in
        
        
        0.0.2 (2018-12-20)
        ~~~~~~~~~~~~~~~~~~
        
        * Initial version
        
Keywords: tri.event
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
