diff --git a/src/eda_toolkit.egg-info/PKG-INFO b/src/eda_toolkit.egg-info/PKG-INFO deleted file mode 100644 index 5fe5b7a..0000000 --- a/src/eda_toolkit.egg-info/PKG-INFO +++ /dev/null @@ -1,69 +0,0 @@ -Metadata-Version: 2.1 -Name: eda_toolkit -Version: 0.0.1a0 -Summary: A Python library for EDA (directory management, some data preprocessing, reporting, visualizations, and more) -Author: Leonid Shpaner, Oscar Gil -Author-email: lshpaner@ucla.edu -Project-URL: Leonid Shpaner Website, https://www.leonshpaner.com -Project-URL: Oscar Gil Website, https://www.oscargildata.com -Project-URL: Source Code, https://github.com/lshpaner/eda_kit/ -Classifier: Programming Language :: Python :: 3 -Classifier: License :: OSI Approved :: MIT License -Classifier: Operating System :: OS Independent -Requires-Python: >=3.6 -Description-Content-Type: text/markdown -License-File: LICENSE.md -Requires-Dist: jinja2>=3.1.4 -Requires-Dist: numpy>=1.21.6 -Requires-Dist: pandas>=1.3.5 -Requires-Dist: matplotlib>=3.5.3 -Requires-Dist: seaborn>=0.12.2 -Requires-Dist: xlsxwriter>=3.2.0 - -# EDA Kit -Welcome to EDA Kit, a collection of utility functions designed to streamline your exploratory data analysis (EDA) tasks. This repository offers tools for directory management, data preprocessing, reporting, visualization, and more, helping you efficiently handle various aspects of data manipulation and analysis. - - -## Prerequisites - -Before you install `eda_kit`, ensure your system meets the following requirements: - -- `Python`: Version `3.7.4` or higher is required to run `eda_kit`. - - -Additionally, `eda_kit` depends on the following packages, which will be automatically installed when you install `eda_kit`: - -- `numpy`: Version 1.21.6 or higher -- `pandas`: Version 1.3.5 or higher -- `matplotlib`: version 3.5.3 or higher -- `seaborn`: version 0.12.2 or higher -- `jinja2`: Version 3.1.4 or higher -- `xlsxwriter`: version 3.2.0 or higher - - -## Installation - -You can install `eda_kit` directly from PyPI: - -```bash -pip install eda_kit -``` - -## 🌐 Authors' Websites - -https://www.leonshpaner.com -https://www.oscargildata.com - - -## ⚖️ License - -`eda_kit` is distributed under the MIT License. See [LICENSE](https://github.com/lshpaner/eda_kit/blob/readme/LICENSE.md) for more information. - - -## Support - -If you have any questions or issues with `eda_kit`, please open an issue on this GitHub repository. - - - - diff --git a/src/eda_toolkit.egg-info/SOURCES.txt b/src/eda_toolkit.egg-info/SOURCES.txt deleted file mode 100644 index 5e196e3..0000000 --- a/src/eda_toolkit.egg-info/SOURCES.txt +++ /dev/null @@ -1,8 +0,0 @@ -LICENSE.md -README.md -setup.py -src/eda_toolkit.egg-info/PKG-INFO -src/eda_toolkit.egg-info/SOURCES.txt -src/eda_toolkit.egg-info/dependency_links.txt -src/eda_toolkit.egg-info/requires.txt -src/eda_toolkit.egg-info/top_level.txt \ No newline at end of file diff --git a/src/eda_toolkit.egg-info/dependency_links.txt b/src/eda_toolkit.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/src/eda_toolkit.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/eda_toolkit.egg-info/requires.txt b/src/eda_toolkit.egg-info/requires.txt deleted file mode 100644 index 7f9557e..0000000 --- a/src/eda_toolkit.egg-info/requires.txt +++ /dev/null @@ -1,6 +0,0 @@ -jinja2>=3.1.4 -numpy>=1.21.6 -pandas>=1.3.5 -matplotlib>=3.5.3 -seaborn>=0.12.2 -xlsxwriter>=3.2.0 diff --git a/src/eda_toolkit.egg-info/top_level.txt b/src/eda_toolkit.egg-info/top_level.txt deleted file mode 100644 index 8b13789..0000000 --- a/src/eda_toolkit.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -