empiric-intelligence-worker 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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: empiric-intelligence-worker
3
+ Version: 0.0.1
4
+ Summary: Empiric Intelligence BYO-compute worker. Placeholder release; successor to launchkit-worker.
5
+ Project-URL: Homepage, https://empiricintelligence.com
6
+ Author: Empiric Intelligence, Inc.
7
+ License: Proprietary
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # empiric-intelligence-worker
12
+
13
+ Empiric Intelligence BYO-compute worker. Placeholder release; successor to launchkit-worker.
14
+
15
+ This is a placeholder release reserving the package name. The real package ships from
16
+ [Empiric Intelligence](https://empiricintelligence.com).
@@ -0,0 +1,6 @@
1
+ # empiric-intelligence-worker
2
+
3
+ Empiric Intelligence BYO-compute worker. Placeholder release; successor to launchkit-worker.
4
+
5
+ This is a placeholder release reserving the package name. The real package ships from
6
+ [Empiric Intelligence](https://empiricintelligence.com).
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "empiric-intelligence-worker"
7
+ version = "0.0.1"
8
+ description = "Empiric Intelligence BYO-compute worker. Placeholder release; successor to launchkit-worker."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "Proprietary" }
12
+ authors = [{ name = "Empiric Intelligence, Inc." }]
13
+
14
+ [project.urls]
15
+ Homepage = "https://empiricintelligence.com"
16
+
17
+ [tool.hatch.build.targets.wheel]
18
+ packages = ["src/empiric_intelligence_worker"]
@@ -0,0 +1,2 @@
1
+ """Empiric Intelligence BYO-compute worker. Placeholder release; successor to launchkit-worker."""
2
+ __version__ = "0.0.1"