snaplab 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
snaplab-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: snaplab
3
+ Version: 0.0.1
4
+ Summary: Lightweight ML evaluation and publishing helper.
5
+ Author: Your Name
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/mohit-rajput-py/snaplab
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+ Requires-Dist: scikit-learn>=1.0
11
+ Requires-Dist: numpy>=1.21
12
+ Requires-Dist: requests>=2.25
@@ -0,0 +1,24 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "snaplab"
7
+ version = "0.0.1"
8
+ description = "Lightweight ML evaluation and publishing helper."
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = { text = "MIT" }
12
+
13
+ authors = [
14
+ { name = "Your Name" }
15
+ ]
16
+
17
+ dependencies = [
18
+ "scikit-learn>=1.0",
19
+ "numpy>=1.21",
20
+ "requests>=2.25"
21
+ ]
22
+
23
+ [project.urls]
24
+ Homepage = "https://github.com/mohit-rajput-py/snaplab"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,5 @@
1
+ __author__ = "Mohit Rajput"
2
+ __version__ = "0.0.1"
3
+
4
+ author = __author__
5
+ version = __version__
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: snaplab
3
+ Version: 0.0.1
4
+ Summary: Lightweight ML evaluation and publishing helper.
5
+ Author: Your Name
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/mohit-rajput-py/snaplab
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+ Requires-Dist: scikit-learn>=1.0
11
+ Requires-Dist: numpy>=1.21
12
+ Requires-Dist: requests>=2.25
@@ -0,0 +1,7 @@
1
+ pyproject.toml
2
+ snaplab/__init__.py
3
+ snaplab.egg-info/PKG-INFO
4
+ snaplab.egg-info/SOURCES.txt
5
+ snaplab.egg-info/dependency_links.txt
6
+ snaplab.egg-info/requires.txt
7
+ snaplab.egg-info/top_level.txt
@@ -0,0 +1,3 @@
1
+ scikit-learn>=1.0
2
+ numpy>=1.21
3
+ requests>=2.25
@@ -0,0 +1 @@
1
+ snaplab