Skip to content

Commit 75fc147

Browse files
Update prototype extension to 0.2.1b2
1 parent d6f1e9f commit 75fc147

File tree

2 files changed

+467
-378
lines changed

2 files changed

+467
-378
lines changed

src/index.json

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91420,6 +91420,90 @@
9142091420
"sha256Digest": "e1e58bb6f57edde4793f4c66a0c10a2776f842172878162385f2b1d21539de6e"
9142191421
}
9142291422
],
91423+
"prototype": [
91424+
{
91425+
"downloadUrl": "https://github.com/Azure/az-prototype/releases/download/v0.2.1b2/prototype-0.2.1b2-py3-none-any.whl",
91426+
"filename": "prototype-0.2.1b2-py3-none-any.whl",
91427+
"metadata": {
91428+
"azext.isPreview": false,
91429+
"azext.minCliCoreVersion": "2.50.0",
91430+
"azext.summary": "Azure CLI extension for building rapid prototypes with GitHub Copilot.",
91431+
"classifiers": [
91432+
"Development Status :: 4 - Beta",
91433+
"Intended Audience :: Developers",
91434+
"Intended Audience :: System Administrators",
91435+
"Programming Language :: Python :: 3",
91436+
"Programming Language :: Python :: 3.10",
91437+
"Programming Language :: Python :: 3.11",
91438+
"Programming Language :: Python :: 3.12",
91439+
"License :: OSI Approved :: MIT License"
91440+
],
91441+
"extensions": {
91442+
"python.details": {
91443+
"contacts": [
91444+
{
91445+
"email": "joshuadavis@microsoft.com",
91446+
"name": "Joshua Davis",
91447+
"role": "author"
91448+
}
91449+
],
91450+
"document_names": {
91451+
"description": "DESCRIPTION.rst"
91452+
},
91453+
"project_urls": {
91454+
"Home": "https://github.com/Azure/az-prototype"
91455+
}
91456+
},
91457+
"python.exports": {
91458+
"azure.cli.extensions": {
91459+
"prototype": "azext_prototype"
91460+
}
91461+
}
91462+
},
91463+
"extras": [],
91464+
"generator": "bdist_wheel (0.30.0)",
91465+
"license": "MIT",
91466+
"license_file": "LICENSE.md",
91467+
"metadata_version": "2.0",
91468+
"name": "prototype",
91469+
"run_requires": [
91470+
{
91471+
"requires": [
91472+
"jinja2 (>=3.1.0)",
91473+
"jinja2>=3.1.0",
91474+
"knack (>=0.11.0)",
91475+
"knack>=0.11.0",
91476+
"openai (>=1.0.0)",
91477+
"openai>=1.0.0",
91478+
"opencensus-ext-azure (>=1.1.0)",
91479+
"opencensus-ext-azure>=1.1.0",
91480+
"openpyxl (>=3.1)",
91481+
"openpyxl>=3.1",
91482+
"prompt-toolkit (>=3.0.0)",
91483+
"prompt_toolkit>=3.0.0",
91484+
"psutil (<=7.1.1,>=5.6.3)",
91485+
"psutil<=7.1.1,>=5.6.3",
91486+
"pypdf (>=4.0)",
91487+
"pypdf>=4.0",
91488+
"python-docx (>=1.0)",
91489+
"python-docx>=1.0",
91490+
"python-pptx (>=1.0)",
91491+
"python-pptx>=1.0",
91492+
"pyyaml (>=6.0)",
91493+
"pyyaml>=6.0",
91494+
"requests (>=2.28.0)",
91495+
"requests>=2.28.0",
91496+
"rich (>=13.0.0)",
91497+
"rich>=13.0.0"
91498+
]
91499+
}
91500+
],
91501+
"summary": "Azure CLI extension for rapid prototype generation using AI agents and GitHub Copilot",
91502+
"version": "0.2.1b2"
91503+
},
91504+
"sha256Digest": "44fb52c3384973cd2e73fe2de48f4f62dbe9eed98f2934b4a8f2d418853082ee"
91505+
}
91506+
],
9142391507
"providerhub": [
9142491508
{
9142591509
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/providerhub-0.1.0-py3-none-any.whl",
@@ -117606,4 +117690,4 @@
117606117690
]
117607117691
},
117608117692
"formatVersion": "1"
117609-
}
117693+
}

0 commit comments

Comments
 (0)