cosmol-viewer 0.1.2.dev4__cp37-abi3-win32.whl → 0.1.2.dev5__cp37-abi3-win32.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.
Potentially problematic release.
This version of cosmol-viewer might be problematic. Click here for more details.
- cosmol_viewer/cosmol_viewer.pyd +0 -0
- {cosmol_viewer-0.1.2.dev4.dist-info → cosmol_viewer-0.1.2.dev5.dist-info}/METADATA +14 -1
- cosmol_viewer-0.1.2.dev5.dist-info/RECORD +5 -0
- cosmol_viewer-0.1.2.dev4.dist-info/RECORD +0 -5
- {cosmol_viewer-0.1.2.dev4.dist-info → cosmol_viewer-0.1.2.dev5.dist-info}/WHEEL +0 -0
cosmol_viewer/cosmol_viewer.pyd
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cosmol-viewer
|
|
3
|
-
Version: 0.1.2.
|
|
3
|
+
Version: 0.1.2.dev5
|
|
4
4
|
Summary: Molecular visualization tools
|
|
5
5
|
Author-email: 95028 <wjt@cosmol.org>
|
|
6
6
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
@@ -8,6 +8,15 @@ Project-URL: Repository, https://github.com/COSMol-repl/COSMol-viewer
|
|
|
8
8
|
|
|
9
9
|
# COSMol-viewer
|
|
10
10
|
|
|
11
|
+
<div align="center">
|
|
12
|
+
<a href="https://crates.io/crates/cosmol_viewer">
|
|
13
|
+
<img src="https://img.shields.io/crates/v/cosmol_viewer.svg" alt="crates.io Latest Release"/>
|
|
14
|
+
</a>
|
|
15
|
+
<a href="https://pypi.org/project/cosmol_viewer/">
|
|
16
|
+
<img src="https://img.shields.io/pypi/v/cosmol_viewer.svg" alt="PyPi Latest Release"/>
|
|
17
|
+
</a>
|
|
18
|
+
</div>
|
|
19
|
+
|
|
11
20
|
A high-performance molecular visualization library built with Rust and WebGPU, designed for seamless integration into Python workflows.
|
|
12
21
|
|
|
13
22
|
- ⚡ Fast: Native-speed rendering powered by Rust and GPU acceleration
|
|
@@ -26,6 +35,10 @@ A high-performance molecular visualization library built with Rust and WebGPU, d
|
|
|
26
35
|
pip install cosmol-viewer
|
|
27
36
|
```
|
|
28
37
|
|
|
38
|
+
# Examples
|
|
39
|
+
|
|
40
|
+
See examples in [Google Colab](https://colab.research.google.com/drive/1Sw72QWjQh_sbbY43jGyBOfF1AQCycmIx?usp=sharing).
|
|
41
|
+
|
|
29
42
|
# Usage
|
|
30
43
|
|
|
31
44
|
```python
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
cosmol_viewer-0.1.2.dev5.dist-info/METADATA,sha256=qchjYXdOHaYS7JlZbV5bJ-b4pdoHbDuudJ9vtwXCkQ8,2177
|
|
2
|
+
cosmol_viewer-0.1.2.dev5.dist-info/WHEEL,sha256=UcECe7RMSN54PK7UjTb4XiJPfalDkexpKph-K5Oo0Os,90
|
|
3
|
+
cosmol_viewer/__init__.py,sha256=K33zoYpHqUVvpFdMVxmCtw4uKj9ZXrGuQD4D4DuUmjk,135
|
|
4
|
+
cosmol_viewer/cosmol_viewer.pyd,sha256=RrHYKgzjAVB5Ptb4YUEgyPizraEy7VvNXY4OI-L4ihI,12839936
|
|
5
|
+
cosmol_viewer-0.1.2.dev5.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
cosmol_viewer-0.1.2.dev4.dist-info/METADATA,sha256=3yu_5UB4P907c9cnKCT8u0_NuD8HlrI1VcoTpfWvs5A,1695
|
|
2
|
-
cosmol_viewer-0.1.2.dev4.dist-info/WHEEL,sha256=UcECe7RMSN54PK7UjTb4XiJPfalDkexpKph-K5Oo0Os,90
|
|
3
|
-
cosmol_viewer/__init__.py,sha256=K33zoYpHqUVvpFdMVxmCtw4uKj9ZXrGuQD4D4DuUmjk,135
|
|
4
|
-
cosmol_viewer/cosmol_viewer.pyd,sha256=JBFh-HYXXyk-zv_Ss7nLX68nIVeE739RW07gpm6QCDY,7288832
|
|
5
|
-
cosmol_viewer-0.1.2.dev4.dist-info/RECORD,,
|
|
File without changes
|