Metadata-Version: 2.4
Name: my-data-toolkit
Version: 0.0.21rc1
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0.3
Provides-Extra: opt
Requires-Dist: scikit-learn>=1.7; python_version >= "3.10" and extra == "opt"
Requires-Dist: packaging; extra == "opt"
Requires-Dist: geopandas>=1.1.0; python_version >= "3.10" and extra == "opt"
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"
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: sdist
Requires-Dist: build; extra == "sdist"
Requires-Dist: twine; extra == "sdist"
Dynamic: license-file

# 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/)
[![Test Status](https://github.com/Zeroto521/my-data-toolkit/actions/workflows/test.yaml/badge.svg)](https://github.com/Zeroto521/my-data-toolkit/actions/workflows/test.yaml)
[![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.
