Metadata-Version: 1.1
Name: oe_utils
Version: 0.15.0
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.15.0 (27-07-2017)
        ===================
        
        * add File utilities
        
        0.14.0 (13-04-2017)
        ===================
        
        *  Split archive feed
        
        0.13.0 (10-04-2017)
        ===================
        
        *  Blacklist for conditional tween
        *  Range parser: make max end configurable #11"
        
        0.12.1 (02-03-2017)
        ===================
        
        *  Python3 compatibility
        *  Travis CI
        
        0.12.0 (01-03-2017)
        ===================
        
        *  Generieke Base #29
        
        0.11.0 (09-02-2017)
        ===================
        
        *  Add a select for update method #27
        
        0.10.0 (07-02-2017)
        ===================
        
        * update audit: column resource_object_json should accept null values (in case of deleting) #26
        
        
        0.9.0 (25-01-2017)
        ==================
        
        * add remove_from_index_by_query to searchengine
        
        0.8.0 (05-01-2017)
        ==================
        
        * add settings to load_searchquery_parameters method signature
        
        0.7.1 (22-12-2016)
        ==================
        
        * remove unused default_type in searchengine
        
        0.7.0 (19-10-2016)
        ==================
        
        * add request to json dump in admin
        
        0.6.0 (29-09-2016)
        ==================
        
        * add conditional_http_tween_factory
        
        0.5.2 (01-09-2016)
        ==================
        
        * fix typo
        
        0.5.1 (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
