visvoai-cli 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.
- visvoai_cli-0.0.1/PKG-INFO +12 -0
- visvoai_cli-0.0.1/README.md +0 -0
- visvoai_cli-0.0.1/pyproject.toml +18 -0
- visvoai_cli-0.0.1/setup.cfg +4 -0
- visvoai_cli-0.0.1/src/visvoai_cli.egg-info/PKG-INFO +12 -0
- visvoai_cli-0.0.1/src/visvoai_cli.egg-info/SOURCES.txt +6 -0
- visvoai_cli-0.0.1/src/visvoai_cli.egg-info/dependency_links.txt +1 -0
- visvoai_cli-0.0.1/src/visvoai_cli.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: visvoai-cli
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: VisvoAI — Developer tool CLI powered by the visvoai-core agent runtime
|
|
5
|
+
Author-email: VisvoAI <akshant.jain2@gmail.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.11
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "visvoai-cli"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "VisvoAI — Developer tool CLI powered by the visvoai-core agent runtime"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = { text = "MIT" }
|
|
11
|
+
authors = [{ name = "VisvoAI", email = "akshant.jain2@gmail.com" }]
|
|
12
|
+
requires-python = ">=3.11"
|
|
13
|
+
classifiers = [
|
|
14
|
+
"Development Status :: 1 - Planning",
|
|
15
|
+
"Intended Audience :: Developers",
|
|
16
|
+
"License :: OSI Approved :: MIT License",
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
]
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: visvoai-cli
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: VisvoAI — Developer tool CLI powered by the visvoai-core agent runtime
|
|
5
|
+
Author-email: VisvoAI <akshant.jain2@gmail.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.11
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|