You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "The `DataAnalysisToolkit` project is a Python-based data analysis tool designed to streamline various data analysis tasks. It allows users to load data from CSV files and perform operations such as statistical calculations, outlier detection, data cleaning, and visualization."
9
9
authors = [
10
10
{ name = "Thaddeus Thomas", email = "thaddeus.r.thomas@gmail.com" }
@@ -13,9 +13,21 @@ readme = "README.md"
13
13
license = { file = "LICENSE" }
14
14
classifiers = [
15
15
"Programming Language :: Python :: 3",
16
-
"License :: OSI Approved :: MIT License"
16
+
"Programming Language :: Python :: 3.8",
17
+
"Programming Language :: Python :: 3.9",
18
+
"Programming Language :: Python :: 3.10",
19
+
"Programming Language :: Python :: 3.11",
20
+
"Programming Language :: Python :: 3.12",
21
+
"License :: OSI Approved :: MIT License",
22
+
"Operating System :: OS Independent",
23
+
"Development Status :: 4 - Beta",
24
+
"Intended Audience :: End Users/Desktop",
25
+
"Intended Audience :: Education",
26
+
"Topic :: Scientific/Engineering :: Information Analysis"
0 commit comments