Metadata-Version: 1.1
Name: oe-daemonutils
Version: 0.7.0
Summary: Daemon Utility Library
Home-page: https://github.com/OnroerendErfgoed/oe_daemonutils
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: MIT
Description: oe_daemonutils
        ==============
        
        Utils to read and parse a feed.
        
        0.7.0 (12-04-2017)
        ------------------
        
        - refactor daemon (improve architecture)
        - fix system token issue
        
        0.6.4 (30-03-2017)
        ------------------
        
        - fix attribute error in feed parser
        - Accept header feed
        
        0.6.3 (14-03-2017)
        ------------------
        
        - fix system token call
        
        
        0.6.2 (14-03-2017)
        ------------------
        
        - fix error handling
        
        0.6.1 (13-03-2017)
        ------------------
        
        - typos, rename and missing data
         
        0.6.0 (13-03-2017)
        ------------------
        
        - use of command pattren with daemon circuit breaker
        
        
        0.5.0 (09-03-2017)
        ------------------
        
        - robust circuit breaker daemon #13 
        
        0.4.0 (14-02-2017)
        ------------------
        
        -  More dossier utils.
        
        0.3.1 (01-12-2016)
        ------------------
        
        -  Fix bug: catching exceptions of the daemon.
        
        0.3.0 (01-12-2016)
        ------------------
        
        -  Make the daemon more robust by retrying a given number of times with a given waiting time when it fails.
        
        0.2.2 (17-10-2016)
        ------------------
        
        -  Catch `feedparser.parse` no status.
        
        0.2.1 (07-10-2016)
        ------------------
        
        -  No formatting of the logging errors of the `feedparser.parse` operation.
        
        0.2.0 (09-08-2016)
        ------------------
        
        -  PEP8 compliance
        -  Make it possible to have a feed endpoints set from something else than the default setting
        
        0.1.5 (08-08-2016)
        ------------------
        
        -  Move process_uri check
        
        0.1.4 (04-08-2016)
        ------------------
        
        -  Add dossier service
        -  Add processor
        
        0.1.3 (27-07-2016)
        ------------------
        
        -  Exit daemon when parsing feed fails
        
        0.1.2 (27-07-2016)
        ------------------
        
        -  Bug fix: initialization daemon_manager
        
        0.1.1 (25-07-2016)
        ------------------
        
        -  Remove oeauth requirement
        
        0.1.0 (25-07-2016)
        ------------------
        
        -  Initial version
        
Keywords: oe daemon utility
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
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
