Metadata-Version: 2.1
Name: dq-batch-client
Version: 0.6.0
Summary: Python library which allows to use http://dataquality.pl in easy way.
Home-page: https://github.com/Algolytics/dq_batch_client
Author: Algolytics Technologies
Author-email: info@algolytics.pl
License: Apache Software License 2.0
Keywords: dataquality,dq,dq-batch-client
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: requests>=2.27.1

================================
Python client for dataquality.pl
================================


.. image:: https://img.shields.io/pypi/v/dq_batch_client.svg
        :target: https://pypi.python.org/pypi/dq-batch-client

.. image:: https://github.com/Algolytics/dq_batch_client/actions/workflows/build.yml/badge.svg
        :target: https://github.com/Algolytics/dq_batch_client/actions/workflows/build.yml

.. image:: https://readthedocs.org/projects/dq-batch-client/badge/?version=latest
        :target: https://dq-batch-client.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Python library which allows to use http://dataquality.pl in the easy way.


* Free software: Apache Software License 2.0
* Documentation: https://dq-batch-client.readthedocs.io.


Features
--------

* Full API client
* Automatic encoding file conversion

Credits
-------

This package was created by Algolytics_ dev team.

.. _Algolytics: http://algolytics.com



=======
History
=======

0.6.0 (2024-12-11)
------------------

* RENAME PACKAGE NAME TO dq-batch-client
* Update dependencies: minimal version of Python is now 3.6
* Add financial scoring option to JobConfig
* Update documentation

0.5.0 (2018-07-13)
------------------

0.4.0 (2018-07-10)
------------------

0.3.0 (2018-07-04)
------------------

0.2.0 (2018-03-05)
------------------

0.1.0 (2016-10-19)
------------------

* First release on PyPI.
