cloudwright-ai-web 0.2.26__tar.gz → 0.3.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.
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/PKG-INFO +7 -2
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/cloudwright_web/__init__.py +1 -1
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/cloudwright_web/app.py +1 -1
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/pyproject.toml +6 -1
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/.gitignore +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/README.md +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/cloudwright_web/py.typed +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/cloudwright_web/static/assets/index-BZV40eAE.css +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/cloudwright_web/static/assets/index-fjOZ8Gop.js +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/cloudwright_web/static/index.html +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/index.html +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/package-lock.json +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/package.json +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/App.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/ArchitectureDiagram.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/BoundaryNode.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/CloudServiceNode.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/CostTable.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/DiagramControls.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/DiagramLegend.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/ExportPanel.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/NodeSidePanel.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/SpecPanel.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/SummaryBar.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/ValidationPanel.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/lib/icons.ts +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/main.tsx +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/tsconfig.json +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/vite.config.ts +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/tests/__init__.py +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/tests/test_api.py +0 -0
- {cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/tests/test_diagram_api.py +0 -0
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudwright-ai-web
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Web UI for Cloudwright architecture intelligence
|
|
5
5
|
Project-URL: Homepage, https://github.com/xmpuspus/cloudwright
|
|
6
6
|
Project-URL: Repository, https://github.com/xmpuspus/cloudwright
|
|
7
|
+
Project-URL: Issues, https://github.com/xmpuspus/cloudwright/issues
|
|
8
|
+
Project-URL: Changelog, https://github.com/xmpuspus/cloudwright/blob/main/CHANGELOG.md
|
|
7
9
|
Author: Xavier Puspus
|
|
8
10
|
License-Expression: MIT
|
|
9
11
|
Keywords: architecture,cloud,fastapi,web
|
|
10
|
-
Classifier: Development Status ::
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Environment :: Web Environment
|
|
11
14
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Topic :: System :: Systems Administration
|
|
13
18
|
Requires-Python: >=3.12
|
|
14
19
|
Requires-Dist: cloudwright-ai<1,>=0.1.0
|
|
15
20
|
Requires-Dist: fastapi<1,>=0.116
|
|
@@ -27,7 +27,7 @@ from starlette.middleware.base import BaseHTTPMiddleware
|
|
|
27
27
|
|
|
28
28
|
log = logging.getLogger(__name__)
|
|
29
29
|
|
|
30
|
-
app = FastAPI(title="Cloudwright", version="0.2.
|
|
30
|
+
app = FastAPI(title="Cloudwright", version="0.2.27", description="Architecture intelligence for cloud engineers")
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class PathTraversalMiddleware(BaseHTTPMiddleware):
|
|
@@ -12,9 +12,12 @@ authors = [{name = "Xavier Puspus"}]
|
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
keywords = ["cloud", "web", "architecture", "fastapi"]
|
|
14
14
|
classifiers = [
|
|
15
|
-
"Development Status ::
|
|
15
|
+
"Development Status :: 4 - Beta",
|
|
16
|
+
"Environment :: Web Environment",
|
|
16
17
|
"License :: OSI Approved :: MIT License",
|
|
17
18
|
"Programming Language :: Python :: 3.12",
|
|
19
|
+
"Programming Language :: Python :: 3.13",
|
|
20
|
+
"Topic :: System :: Systems Administration",
|
|
18
21
|
]
|
|
19
22
|
dependencies = [
|
|
20
23
|
"cloudwright-ai>=0.1.0,<1",
|
|
@@ -25,6 +28,8 @@ dependencies = [
|
|
|
25
28
|
[project.urls]
|
|
26
29
|
Homepage = "https://github.com/xmpuspus/cloudwright"
|
|
27
30
|
Repository = "https://github.com/xmpuspus/cloudwright"
|
|
31
|
+
Issues = "https://github.com/xmpuspus/cloudwright/issues"
|
|
32
|
+
Changelog = "https://github.com/xmpuspus/cloudwright/blob/main/CHANGELOG.md"
|
|
28
33
|
|
|
29
34
|
[tool.hatch.version]
|
|
30
35
|
path = "cloudwright_web/__init__.py"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/BoundaryNode.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/CloudServiceNode.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/CostTable.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/DiagramControls.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/DiagramLegend.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/ExportPanel.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/NodeSidePanel.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/SpecPanel.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/SummaryBar.tsx
RENAMED
|
File without changes
|
{cloudwright_ai_web-0.2.26 → cloudwright_ai_web-0.3.0}/frontend/src/components/ValidationPanel.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|