joomjoo 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.
joomjoo-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: joomjoo
3
+ Version: 0.0.1
4
+ Summary: Joomjoo, the payment layer for AI agents. Name reserved; the SDK ships here soon.
5
+ Author: Joomjoo, LLC
6
+ License: MIT
7
+ Project-URL: Homepage, https://joomjoo.com
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # joomjoo
12
+
13
+ Joomjoo, the payment layer for AI agents: programmable virtual cards governed by a real-time policy engine.
14
+
15
+ This package name is reserved by Joomjoo, LLC. The SDK ships here soon.
16
+
17
+ https://joomjoo.com
@@ -0,0 +1,7 @@
1
+ # joomjoo
2
+
3
+ Joomjoo, the payment layer for AI agents: programmable virtual cards governed by a real-time policy engine.
4
+
5
+ This package name is reserved by Joomjoo, LLC. The SDK ships here soon.
6
+
7
+ https://joomjoo.com
@@ -0,0 +1,4 @@
1
+ """Joomjoo, the payment layer for AI agents. The SDK ships here soon. https://joomjoo.com"""
2
+
3
+ __version__ = "0.0.1"
4
+ MESSAGE = "Joomjoo, the payment layer for AI agents. The SDK ships here soon. https://joomjoo.com"
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: joomjoo
3
+ Version: 0.0.1
4
+ Summary: Joomjoo, the payment layer for AI agents. Name reserved; the SDK ships here soon.
5
+ Author: Joomjoo, LLC
6
+ License: MIT
7
+ Project-URL: Homepage, https://joomjoo.com
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # joomjoo
12
+
13
+ Joomjoo, the payment layer for AI agents: programmable virtual cards governed by a real-time policy engine.
14
+
15
+ This package name is reserved by Joomjoo, LLC. The SDK ships here soon.
16
+
17
+ https://joomjoo.com
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ joomjoo/__init__.py
4
+ joomjoo.egg-info/PKG-INFO
5
+ joomjoo.egg-info/SOURCES.txt
6
+ joomjoo.egg-info/dependency_links.txt
7
+ joomjoo.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ joomjoo
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "joomjoo"
7
+ version = "0.0.1"
8
+ description = "Joomjoo, the payment layer for AI agents. Name reserved; the SDK ships here soon."
9
+ readme = "README.md"
10
+ license = { text = "MIT" }
11
+ authors = [{ name = "Joomjoo, LLC" }]
12
+ requires-python = ">=3.9"
13
+
14
+ [project.urls]
15
+ Homepage = "https://joomjoo.com"
16
+
17
+ [tool.setuptools]
18
+ packages = ["joomjoo"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+