ml-platform 0.1.0__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.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: ml-platform
3
+ Version: 0.1.0
4
+ Summary: ml-platform package
5
+ Author: Prima Assicurazioni
6
+ Author-email: opensource@prima.it
7
+ Requires-Python: >=3.9
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.9
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Programming Language :: Python :: 3.14
15
+ Description-Content-Type: text/markdown
16
+
17
+ # ml-platform
18
+
@@ -0,0 +1 @@
1
+ # ml-platform
@@ -0,0 +1,14 @@
1
+ [project]
2
+ name = "ml-platform"
3
+ version = "0.1.0"
4
+ description = "ml-platform package"
5
+ readme = "README.md"
6
+ authors = [{ name = "Prima Assicurazioni", email = "opensource@prima.it" }]
7
+ requires-python = ">=3.9"
8
+
9
+ [tool.poetry]
10
+ packages = [{ include = "ml_platform", from = "src" }]
11
+
12
+ [build-system]
13
+ requires = ["poetry-core>=2.0.0"]
14
+ build-backend = "poetry.core.masonry.api"
@@ -0,0 +1 @@
1
+ __version__ = "0.1.0"