alidade 0.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.
alidade/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """alidade — Python client for the alidade 3D viewer/controller.
2
+
3
+ Phase 0: placeholder. Real client functionality arrives in Phase 5.
4
+ """
5
+
6
+ __version__: str = "0.0.0"
7
+
8
+ __all__ = ["__version__"]
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: alidade
3
+ Version: 0.0.0
4
+ Summary: Python client and build123d integration for alidade — a 3D viewer/controller for CAD and volumetric scenes.
5
+ Project-URL: Homepage, https://github.com/djoshea/alidade
6
+ Project-URL: Repository, https://github.com/djoshea/alidade
7
+ Project-URL: Documentation, https://github.com/djoshea/alidade/blob/main/docs/PLAN.md
8
+ Author: Daniel J. O'Shea
9
+ License-Expression: PolyForm-Noncommercial-1.0.0
10
+ Keywords: 3d,build123d,cad,viewer,visualization
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
18
+ Classifier: Topic :: Scientific/Engineering :: Visualization
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/markdown
21
+
22
+ # alidade (Python)
23
+
24
+ Python client for [alidade](https://github.com/djoshea/alidade), a 3D viewer
25
+ and controller for CAD and volumetric scenes. The Python package is a
26
+ websocket client of the alidade server: build a model with `build123d`,
27
+ tessellate, and ship it to the server for rendering.
28
+
29
+ Source-available, free for noncommercial use — see
30
+ [LICENSE.md](https://github.com/djoshea/alidade/blob/main/LICENSE.md)
31
+ (PolyForm Noncommercial 1.0.0).
32
+
33
+ ## Status
34
+
35
+ Phase 0 — placeholder. Real client functionality arrives in Phase 5.
@@ -0,0 +1,4 @@
1
+ alidade/__init__.py,sha256=DUUiwmA45O1D9SwU-fo26K3l_BMblMnuhCwTw4BCYYs,195
2
+ alidade-0.0.0.dist-info/METADATA,sha256=nL3SOi_3Vl799BtvHVhIgZSnFrMzaBAKyNCq4HZ1hTg,1512
3
+ alidade-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ alidade-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any