Metadata-Version: 1.1
Name: oe-utils
Version: 0.5.1
Summary: Utility Library
Home-page: https://github.com/OnroerendErfgoed/oe_utils
Author: Flanders Heritage Agency
Author-email: ict@onroerenderfgoed.be
License: MIT
Description: OE UTILS
        ========
        
        .. image:: https://scrutinizer-ci.com/g/OnroerendErfgoed/oe_utils/badges/quality-score.png?b=master
                :target: https://scrutinizer-ci.com/g/OnroerendErfgoed/oe_utils/?branch=master
        
        
        
        0.5.0 (01-09-2016)
        ==================
        
        * make oe_utils.deploy python 3 compatible
        
        0.5.0 (29-08-2016)
        ==================
        
        * change query searchengine: if object_type is None --> search on _index instead of the default _type
        
        0.4.3 (10-08-2016)
        ==================
        
        * bug fix: get actor uri when `request.user is None` in audit
        
        0.4.2 (03-08-2016)
        ==================
        
        * add audit functionality (#3)
        * include tests for deploy script (#19)
        
        0.4.1 (07-07-2016)
        ==================
        
        * add feedgen package requirement
        * bugfix: include deploy script
        
        0.4.0 (06-07-2016)
        ==================
        
        * add Atom Feed utilities
        
        0.3.10 (16-06-2016)
        ===================
        
        * Requirements fixed
        
        0.3.9 (16-06-2016)
        ==================
        
        * Deploy functions added
        
        0.3.8 (25-05-2016)
        ==================
        
        * allow smtp client to send attachments (#17)
        
        0.3.7 (04-05-2016)
        ==================
        
        * bugfix:  Mails komen niet aan bij mensen in cc (#16)
        
        0.3.6 (30-03-2016)
        ==================
        
        * bugfix: mail client sends empty message if html message is None (#15)
        
        0.3.5 (29-03-2016)
        ==================
        
        * Email client should support plain and html messages (#14)
        
        0.3.4 (23-03-2016)
        ==================
        
        * email client now supports cc and bcc
        * optimize object saving
        
        0.3.3 (12-02-2016)
        ==================
        
        * add an email service
        * add actor validation
        
        0.3.2 (15-01-2016)
        ==================
        
        * generic method for retrieving and filtering filterable parameters
        
        0.3.1 (23-12-2015)
        ==================
        
        * document engine client fix hardcoded parameters
        
        0.3.0 (02-12-2015)
        ==================
        
        * document engine client to new version
        
        0.2.0 (06-11-2015)
        ==================
        
        * add utils library
        * add MutableList type
        * add document engine client
        * add SearchResultPager
        
        0.1.0 (16-09-2015)
        ==================
        
        * initial project setup
        
Keywords: oe 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.4
Classifier: Programming Language :: Python :: 3.5
