cruqai 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.
cruqai-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: cruqai
3
+ Version: 0.0.1
4
+ Summary: Reserved for CruqAI - build, run, and observe agents you own. SDK coming soon.
5
+ Project-URL: Homepage, https://cruq.ai
6
+ Author: CruqAI
7
+ License: MIT
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+
11
+ # cruqai
12
+
13
+ Reserved for [CruqAI](https://cruq.ai) - build, run, and observe agents you own.
14
+
15
+ The Python SDK and CLI are coming soon.
cruqai-0.0.1/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # cruqai
2
+
3
+ Reserved for [CruqAI](https://cruq.ai) - build, run, and observe agents you own.
4
+
5
+ The Python SDK and CLI are coming soon.
@@ -0,0 +1,18 @@
1
+ [project]
2
+ name = "cruqai"
3
+ version = "0.0.1"
4
+ description = "Reserved for CruqAI - build, run, and observe agents you own. SDK coming soon."
5
+ readme = "README.md"
6
+ requires-python = ">=3.8"
7
+ license = { text = "MIT" }
8
+ authors = [{ name = "CruqAI" }]
9
+
10
+ [project.urls]
11
+ Homepage = "https://cruq.ai"
12
+
13
+ [build-system]
14
+ requires = ["hatchling"]
15
+ build-backend = "hatchling.build"
16
+
17
+ [tool.hatch.build.targets.wheel]
18
+ packages = ["src/cruqai"]
@@ -0,0 +1,3 @@
1
+ """cruqai - reserved for CruqAI. The Python SDK and CLI are coming soon. https://cruq.ai"""
2
+
3
+ __version__ = "0.0.1"