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 +8 -0
- alidade-0.0.0.dist-info/METADATA +35 -0
- alidade-0.0.0.dist-info/RECORD +4 -0
- alidade-0.0.0.dist-info/WHEEL +4 -0
alidade/__init__.py
ADDED
|
@@ -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,,
|