agentduet 0.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,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permissions": {
|
|
3
|
+
"allow": [
|
|
4
|
+
"Bash(python3 -m build --version)",
|
|
5
|
+
"Bash(python3 -m twine --version)",
|
|
6
|
+
"Bash(python3 -m venv .venv)",
|
|
7
|
+
"Bash(.venv/bin/pip install *)",
|
|
8
|
+
"Bash(.venv/bin/python -m build --version)",
|
|
9
|
+
"Bash(.venv/bin/python -m twine --version)",
|
|
10
|
+
"Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" https://pypi.org/pypi/agentduet/json)",
|
|
11
|
+
"Bash(.venv/bin/python -m build)"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
}
|
agentduet-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agentduet
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Name reservation placeholder. Project coming soon.
|
|
5
|
+
Author-email: Tuan Vo <vonhutuan@b3networks.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: agentduet
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.8
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# agentduet
|
|
15
|
+
|
|
16
|
+
This name is reserved on PyPI. The project is coming soon.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pypi-AgEIcHlwaS5vcmcCJGJiNWQxYmE1LTIzM2YtNGU1ZS04NTYxLWJmNTllODZhNWUwNwACKlszLCIzZjYyZjQ5OC1iNTA4LTQxMjQtOGMzMi1kNDA4MTM2ODFmNjYiXQAABiCD0a3o9nYQE7r5bkJwIkVJWMrFOio5y93va5SAYYlIyg
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "agentduet"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Name reservation placeholder. Project coming soon."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = { text = "MIT" }
|
|
12
|
+
authors = [{ name = "Tuan Vo", email = "vonhutuan@b3networks.com" }]
|
|
13
|
+
keywords = ["agentduet"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"Programming Language :: Python :: 3",
|
|
17
|
+
"License :: OSI Approved :: MIT License",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[tool.hatch.build.targets.wheel]
|
|
21
|
+
packages = ["src/agentduet"]
|