Metadata-Version: 2.1
Name: pydataforgehub
Version: 0.1.2
Summary: PyDataForgeHub automates data quality checks, analysis, and visualization. It simplifies data management workflows and improves accuracy in data-driven projects.
Author-email: Mirwais Farahi <waisfarahi@gmail.com>
Maintainer-email: Mirwais Farahi <waisfarahi@gmail.com>
License: MIT license
Project-URL: bugs, https://github.com/Mirwais-Farahi/pydataforgehub/issues
Project-URL: changelog, https://github.com/Mirwais-Farahi/pydataforgehub/blob/master/changelog.md
Project-URL: homepage, https://github.com/Mirwais-Farahi/pydataforgehub
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer
Requires-Dist: pandas
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

==============
PyDataForgeHub
==============


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

.. image:: https://img.shields.io/travis/Mirwais-Farahi/pydataforgehub.svg
        :target: https://travis-ci.com/Mirwais-Farahi/pydataforgehub

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


.. image:: https://pyup.io/repos/github/Mirwais-Farahi/pydataforgehub/shield.svg
     :target: https://pyup.io/repos/github/Mirwais-Farahi/pydataforgehub/
     :alt: Updates



PyDataForgeHub is a comprehensive data processing solution designed to streamline data quality checks, analysis, and visualization. The project focuses on automating data validation processes, identifying and addressing data quality issues, and providing robust data analysis tools. By integrating advanced visualization techniques, PyDataForgeHub ensures that data insights are presented in a clear and actionable manner, enabling users to make informed decisions. The solution supports a wide range of data sources and aims to simplify the data management workflow, improving both efficiency and accuracy in data-driven projects.


* Free software: MIT license
* Documentation: https://pydataforgehub.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
