Metadata-Version: 2.1
Name: PyDeftLariats
Version: 1.2.7
Summary: Using PyHamcrest to build a collection of data filters.
Home-page: https://github.com/mcmasty/PyDeftLariats
Author: Tyler McMaster
Author-email: mcmasty@yahoo.com
License: GNU General Public License v3
Keywords: hamcrest matchers data filters
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides: deftlariat
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

===================
Python Deft Lariats
===================


.. image:: https://img.shields.io/pypi/v/src.svg
        :target: https://pypi.python.org/pypi/src

.. image:: https://img.shields.io/travis/mcmasty/src.svg
        :target: https://travis-ci.com/mcmasty/src

.. image:: https://readthedocs.org/projects/src/badge/?version=latest
        :target: https://pydeftlariats.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Using PyHamcrest to build a collection of data filters.

"Deft Lariats" is an anagram of "Data Filters". The name is paying homage to
`"hamcrest" <https://github.com/hamcrest/PyHamcrest>`_ being an anagram of "matchers" since this project heavily
relies on hamcrest.


The project is wrapping the hamcrest matchers to use as data filters.


* Free software: GNU General Public License v3
* Documentation: https://pydeftlariats.readthedocs.io/.


Features
--------

* TODO
*   Build CLI
*   Build Sample Applications

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.0.1 (2021-05-29)
------------------

* First release on PyPI.


0.0.6 (2021-05-30)
------------------
* Basic set of Text & Number matchers

1.0.0 (2021-05-30)
------------------
* Better testing and refactoring in the spirit of DRY

1.1.0 (2021-05-30)
------------------
* Adding existence logic: None, NotNone, NoneOrEmpty, NotNoneOrEmpty


1.1.3 (2021-05-30)
------------------
* Added options to convert None to int value for numeric comparisons

