coreed-cli 1.0.0__py3-none-any.whl

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,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: coreed-cli
3
+ Version: 1.0.0
4
+ Summary: Push to Coreed - Deploy AI models and agents to Coreed on 0G Chain
5
+ Author: Coreed Team
6
+ Author-email: team@coreed.ai
7
+ Classifier: Development Status :: 4 - Beta
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Requires-Python: >=3.8
16
+ Requires-Dist: web3>=6.0.0
17
+ Requires-Dist: python-dotenv>=1.0.0
18
+ Dynamic: author
19
+ Dynamic: author-email
20
+ Dynamic: classifier
21
+ Dynamic: requires-dist
22
+ Dynamic: requires-python
23
+ Dynamic: summary
@@ -0,0 +1,5 @@
1
+ coreed_cli-1.0.0.dist-info/METADATA,sha256=XXYRPHUNjVHUVk8D4Amyc-luV8r5uEajnPq_JgzhPOc,776
2
+ coreed_cli-1.0.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
3
+ coreed_cli-1.0.0.dist-info/entry_points.txt,sha256=E-wrXZM7xFknXW05k5jUvFzfAxXWEOpTv1oqg1tVQc8,55
4
+ coreed_cli-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ coreed_cli-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (78.1.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ push-to-coreed = cli.coreed_cli:main
@@ -0,0 +1 @@
1
+