Metadata-Version: 2.1
Name: senaite.databox
Version: 1.3.0
Summary: A configurable data exporter
Home-page: https://github.com/senaite/senaite.databox
Author: RIDING BYTES & NARALABS
Author-email: senaite@senaite.com
License: GPLv2
Description: .. image:: https://raw.githubusercontent.com/senaite/senaite.databox/master/static/logo.png
           :target: https://github.com/senaite/senaite.databox#readme
           :alt: senaite.databox
           :height: 128
           :align: center
        
        - **SENAITE.DATABOX**: *An intelligent folder for SENAITE*
        
        .. image:: https://img.shields.io/pypi/v/senaite.databox.svg?style=flat-square
           :target: https://pypi.python.org/pypi/senaite.databox
        
        .. image:: https://img.shields.io/github/issues-pr/senaite/senaite.databox.svg?style=flat-square
           :target: https://github.com/senaite/senaite.databox/pulls
        
        .. image:: https://img.shields.io/github/issues/senaite/senaite.databox.svg?style=flat-square
           :target: https://github.com/senaite/senaite.databox/issues
        
        .. image:: https://img.shields.io/badge/README-GitHub-blue.svg?style=flat-square
           :target: https://github.com/senaite/senaite.databox#readme
        
        .. image:: https://img.shields.io/badge/Built%20with-%E2%9D%A4-brightgreen.svg
           :target: https://github.com/senaite/senaite.databox/blob/master/src/senaite/core/supermodel/docs/SUPERMODEL.rst
        
        .. image:: https://img.shields.io/badge/Made%20for%20SENAITE-%E2%AC%A1-lightgrey.svg
           :target: https://www.senaite.com
        
        
        About
        =====
        
        SENAITE.DATABOX behaves like an intelligent folder with a stored database query.
        When viewing the contents of a databox, the database query is executed and the
        results are shown in a table listing with the configured columns.
        
        Each databox can be directly exported as CSV or Excel.
        
        
        Changelog
        =========
        
        1.3.0 (2023-03-10)
        ------------------
        
        - #26 Remove dependency to Products.TextIndexNG3 (test layer)
        
        
        1.2.0 (2022-06-10)
        ------------------
        
        - #25 Fix TypeError when setting allowed types
        - #24 Added custom DataBox workflows
        - #23 Fix traceback for DX types that are not globally allowed
        
        
        1.1.0 (2022-01-05)
        ------------------
        
        - #22 Support datetime objects in date converter
        - #21 Fix UnicodeEncodeError when exporting via CSV
        - #20 Allow to retrieve column value with a Python expression
        - #19 Fix columns and active-tab handling
        - #17 Fix selection of non-sortable indexes
        - #16 Added upgrade step handler
        - #14 Reduce conflict errors when creating temporary objects
        - #12 Remove orphane reference columns
        - #11 Fix error when the column "SampleType" was selected #11
        - #10 Fix Traceback for Dexterity Types
        
        
        1.0.0 (2020-09-22)
        ------------------
        
        - Initial Release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
