loopmath 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,18 @@
1
+ Metadata-Version: 2.5
2
+ Name: loopmath
3
+ Version: 0.0.1
4
+ Summary: Reserved for loopmath by QKV Labs. Not yet released.
5
+ Project-URL: Homepage, https://loopmath.ai
6
+ Project-URL: Repository, https://github.com/aemrebarut/loopmath
7
+ Author: QKV Labs
8
+ Classifier: Development Status :: 1 - Planning
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ # loopmath
13
+
14
+ This name is reserved for **loopmath**, an experimentation loop for teams running fleets of AI coding agents, by QKV Labs.
15
+
16
+ It is not yet released. Nothing here is functional.
17
+
18
+ https://loopmath.ai
@@ -0,0 +1,7 @@
1
+ # loopmath
2
+
3
+ This name is reserved for **loopmath**, an experimentation loop for teams running fleets of AI coding agents, by QKV Labs.
4
+
5
+ It is not yet released. Nothing here is functional.
6
+
7
+ https://loopmath.ai
@@ -0,0 +1,19 @@
1
+ [project]
2
+ name = "loopmath"
3
+ version = "0.0.1"
4
+ description = "Reserved for loopmath by QKV Labs. Not yet released."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ authors = [{ name = "QKV Labs" }]
8
+ classifiers = ["Development Status :: 1 - Planning"]
9
+
10
+ [project.urls]
11
+ Homepage = "https://loopmath.ai"
12
+ Repository = "https://github.com/aemrebarut/loopmath"
13
+
14
+ [build-system]
15
+ requires = ["hatchling"]
16
+ build-backend = "hatchling.build"
17
+
18
+ [tool.hatch.build.targets.wheel]
19
+ packages = ["src/loopmath"]
@@ -0,0 +1,3 @@
1
+ """loopmath — name reserved by QKV Labs. Not yet released."""
2
+
3
+ __version__ = "0.0.1"