-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (42 loc) · 1.45 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = veda_lib
version = 0.0.5
author = Vishal Maurya
author_email = vishallmaurya210@gmail.com
description = veda_lib is a Python library designed to streamline the data preprocessing and cleaning workflow for machine learning projects. It offers a comprehensive set of tools to handle common data preparation tasks
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/vishallmaurya/VEDA # Replace with your GitHub repo URL
license = Apache License 2.0
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
keywords = Automated Data Preprocessing, Data Cleaning, Data Balancing, Machine Learning,
Data Transformation, Feature Engineering, Data Wrangling, Data Preparation,
Exploratory Data Analysis
project_urls =
Bug Tracker = https://github.com/vishallmaurya/VEDA/issues
[options]
packages = find:
python_requires = >=3.9
install_requires =
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=0.24.0
imbalanced-learn>=0.8.0
tensorflow>=2.4.0
umap-learn>=0.5.0
optuna>=2.7.0
statsmodels>=0.12.0
diptest>=0.1.0
[options.extras_require]
dev =
pytest>=6.0.0
[options.packages.find]
include = veda_lib
[options.package_data]
* = README.md, LICENSE