Metadata-Version: 1.1
Name: filtrark
Version: 0.5.1
Summary: Build filter clauses from instruction lists
Home-page: https://github.com/nubark/filtrark
Author: Esteban Echeverry
Author-email: eecheverry@nubark.com
License: MIT license
Description: ========
        Filtrark
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/filtrark.svg
                :target: https://pypi.python.org/pypi/filtrark
        
        .. image:: https://img.shields.io/travis/nubark/filtrark.svg
                :target: https://travis-ci.org/nubark/filtrark
        
        .. image:: https://readthedocs.org/projects/filtrark/badge/?version=latest
                :target: https://filtrark.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Build filter clauses from instruction lists
        
        
        * Free software: MIT license
        * Documentation: https://filtrark.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.5.0 (2018-12-06)
        ------------------
        
        * Implement 'contains' operator in all parsers
        * Refactor 'like' and 'ilike' operators in all parsers
        
        
        0.4.0 (2018-04-24)
        ------------------
        
        * Implement 'ilike' operator in all parsers
        
        0.3.0 (2018-03-19)
        ------------------
        
        * Implement 'sql' command returning a (query, params) tuple
        * Remove single quote handling in string parser
        
        0.2.1 (2018-03-19)
        ------------------
        
        * Increase test coverage for comparison operators
        * Fix parse error when given a list of lists domain
        * Quote (') string values in string parser (for SQL clauses)
        
        0.2.0 (2018-03-03)
        ------------------
        
        * API creation.
        * Parse domain list to string.
        * Parse domain list to expression.
        
        0.1.0 (2018-02-18)
        ------------------
        
        * First release on PyPI.
        
Keywords: filtrark
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
