autogen-plugin-x402 1.0.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,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: autogen-plugin-x402
3
+ Version: 1.0.0
4
+ Summary: M2MCent x402 V2 plugin for Microsoft AutoGen (EIP-3009 Gasless Settlement on Base L2).
5
+ Author-email: M2MCent <hello@m2mcent.com>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: requests
9
+ Requires-Dist: eth-account
10
+
11
+ # autogen-plugin-x402
12
+
13
+ M2MCent x402 V2 plugin for Microsoft AutoGen (EIP-3009 Gasless Settlement on Base L2).
@@ -0,0 +1,3 @@
1
+ # autogen-plugin-x402
2
+
3
+ M2MCent x402 V2 plugin for Microsoft AutoGen (EIP-3009 Gasless Settlement on Base L2).
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: autogen-plugin-x402
3
+ Version: 1.0.0
4
+ Summary: M2MCent x402 V2 plugin for Microsoft AutoGen (EIP-3009 Gasless Settlement on Base L2).
5
+ Author-email: M2MCent <hello@m2mcent.com>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: requests
9
+ Requires-Dist: eth-account
10
+
11
+ # autogen-plugin-x402
12
+
13
+ M2MCent x402 V2 plugin for Microsoft AutoGen (EIP-3009 Gasless Settlement on Base L2).
@@ -0,0 +1,8 @@
1
+ README.md
2
+ pyproject.toml
3
+ autogen_plugin_x402.egg-info/PKG-INFO
4
+ autogen_plugin_x402.egg-info/SOURCES.txt
5
+ autogen_plugin_x402.egg-info/dependency_links.txt
6
+ autogen_plugin_x402.egg-info/requires.txt
7
+ autogen_plugin_x402.egg-info/top_level.txt
8
+ autogen_x402/__init__.py
@@ -0,0 +1,2 @@
1
+ requests
2
+ eth-account
@@ -0,0 +1 @@
1
+ # x402 V2 plugin implementation stub
@@ -0,0 +1,12 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "autogen-plugin-x402"
7
+ version = "1.0.0"
8
+ authors = [{ name="M2MCent", email="hello@m2mcent.com" }]
9
+ description = "M2MCent x402 V2 plugin for Microsoft AutoGen (EIP-3009 Gasless Settlement on Base L2)."
10
+ readme = "README.md"
11
+ requires-python = ">=3.8"
12
+ dependencies = ["requests", "eth-account"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+