Metadata-Version: 2.1
Name: my-data-toolkit
Version: 0.0.16
Summary: Face the engineering of data preprocessing.
Home-page: https://github.com/Zeroto521/my-data-toolkit
Author: Zero <@Zeroto521>
Author-email: Zeroto521@gmail.com
License: MIT
Project-URL: Documentation, https://my-data-toolkit.readthedocs.io
Project-URL: Changelog, https://my-data-toolkit.readthedocs.io/en/latest/changelog.html
Project-URL: Bug Tracker, https://github.com/Zeroto521/my-data-toolkit/issues
Project-URL: Source Code, https://github.com/Zeroto521/my-data-toolkit
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas (>=1.1.0) ; python_version <= "3.8"
Requires-Dist: pandas (>=1.1.3) ; python_version == "3.9"
Requires-Dist: pandas (>=1.3.4) ; python_version >= "3.10"
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: pydata-sphinx-theme ; extra == 'doc'
Requires-Dist: sphinx-toggleprompt ; extra == 'doc'
Requires-Dist: myst-parser ; extra == 'doc'
Requires-Dist: numpydoc ; extra == 'doc'
Requires-Dist: ipython ; extra == 'doc'
Requires-Dist: ipykernel ; extra == 'doc'
Requires-Dist: nbsphinx ; extra == 'doc'
Provides-Extra: opt
Requires-Dist: scikit-learn (>=0.24.0) ; (python_version <= "3.9") and extra == 'opt'
Requires-Dist: pygeos (>=0.8) ; (python_version <= "3.9") and extra == 'opt'
Requires-Dist: scikit-learn (>=1.0) ; (python_version >= "3.10") and extra == 'opt'
Requires-Dist: pygeos (>=0.11.1) ; (python_version >= "3.10") and extra == 'opt'
Requires-Dist: geopandas (>=0.9.0) ; (python_version >= "3.7") and extra == 'opt'
Provides-Extra: sdist
Requires-Dist: build ; extra == 'sdist'
Requires-Dist: twine ; extra == 'sdist'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-doctestplus ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'

# My Data Toolkit: DToolKit

[![PyPI Project Version](https://img.shields.io/pypi/v/my-data-toolkit.svg)](https://pypi.org/project/my-data-toolkit/)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/my-data-toolkit)](https://pypi.org/project/my-data-toolkit/)
[![Tests Status](https://github.com/Zeroto521/my-data-toolkit/actions/workflows/tests.yml/badge.svg)](https://github.com/Zeroto521/my-data-toolkit/actions/workflows/tests.yml)
[![Nightly Tests Status](https://github.com/Zeroto521/my-data-toolkit/actions/workflows/nightly-tests.yml/badge.svg)](https://github.com/Zeroto521/my-data-toolkit/actions/workflows/nightly-tests.yml)
[![Coverage Status](https://codecov.io/gh/Zeroto521/my-data-toolkit/branch/main/graph/badge.svg)](https://codecov.io/gh/Zeroto521/my-data-toolkit)
[![Documentation Status](https://readthedocs.org/projects/my-data-toolkit/badge/?version=latest)](https://my-data-toolkit.readthedocs.io/en/latest/?badge=latest)

Face the engineering of data preprocessing.

See [documentation](https://my-data-toolkit.readthedocs.io/) for more information.
