Metadata-Version: 2.1
Name: dq-client
Version: 0.5.0
Summary: Python library which allows to use http://dataquality.pl in easy way.
Home-page: https://github.com/Algolytics/dq_client
Author: Mikołaj Olszewski
Author-email: mikolaj.olszewski@algolytics.pl
License: Apache Software License 2.0
Keywords: dataquality,dq,dq-client
Platform: UNKNOWN
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests (==2.11.1)

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


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

.. image:: https://img.shields.io/travis/Algolytics/dq_client.svg
        :target: https://travis-ci.org/Algolytics/dq_client

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

.. image:: https://pyup.io/repos/github/algolytics/dq_client/shield.svg
     :target: https://pyup.io/repos/github/algolytics/dq_client/
     :alt: Updates


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


* Free software: Apache Software License 2.0
* Documentation: https://dq-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.2.0 (2016-03-05)
------------------

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

* First release on PyPI.


