cosmol-viewer 0.1.1.dev4__cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.1.2.dev1__cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.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.

Binary file
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cosmol-viewer
3
- Version: 0.1.1.dev4
3
+ Version: 0.1.2.dev1
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
7
+ Project-URL: Repository, https://github.com/COSMol-repl/COSMol-viewer
7
8
 
8
9
  # COSMol-viewer
9
10
 
@@ -21,14 +22,12 @@ A high-performance molecular visualization library built with Rust and WebGPU, d
21
22
 
22
23
  # Installation
23
24
 
24
- install with
25
25
  ```sh
26
- pip install cosmol-viewer==0.1.1.dev4
26
+ pip install cosmol-viewer
27
27
  ```
28
28
 
29
29
  # Usage
30
30
 
31
- python:
32
31
  ```python
33
32
  from cosmol_viewer import Scene, Viewer, parse_sdf, Molecules
34
33
 
@@ -37,7 +36,7 @@ with open("molecule.sdf", "r") as f:
37
36
  sdf = f.read()
38
37
  mol = Molecules(parse_sdf(sdf)).centered()
39
38
 
40
- scene = Scene.create_viewer()
39
+ scene = Scene()
41
40
  scene.scale(0.1)
42
41
  scene.add_shape(mol, "mol")
43
42
 
@@ -0,0 +1,5 @@
1
+ cosmol_viewer-0.1.2.dev1.dist-info/METADATA,sha256=YrDpbLXlsppUywcd1TnDixAHD2MDkufV5wUkagbP6qc,1647
2
+ cosmol_viewer-0.1.2.dev1.dist-info/WHEEL,sha256=bbrojQ83PK7I0zmHhicp0WQJje1TeBjxHIwxaEslnRE,129
3
+ cosmol_viewer/__init__.py,sha256=K33zoYpHqUVvpFdMVxmCtw4uKj9ZXrGuQD4D4DuUmjk,135
4
+ cosmol_viewer/cosmol_viewer.abi3.so,sha256=CHpX8ZHoIpp_6L3MurMWuuhI1mR-3jUIr0rZp7cr1fw,16929968
5
+ cosmol_viewer-0.1.2.dev1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.0)
2
+ Generator: maturin (1.9.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64
@@ -1,5 +0,0 @@
1
- cosmol_viewer-0.1.1.dev4.dist-info/METADATA,sha256=mCFfDYwbZbtAF0JqE_85PUpNSLml9YuzGC8z_8l4lYU,1624
2
- cosmol_viewer-0.1.1.dev4.dist-info/WHEEL,sha256=M69PLAbmqkv1jBq0wnyDAg_BHQBjlSpKJsm-274nXGk,129
3
- cosmol_viewer/__init__.py,sha256=K33zoYpHqUVvpFdMVxmCtw4uKj9ZXrGuQD4D4DuUmjk,135
4
- cosmol_viewer/cosmol_viewer.abi3.so,sha256=0zXjOcjOllqokO_lBXz6oFM1bqpcnaU0gRQlIF_9Qnk,19818880
5
- cosmol_viewer-0.1.1.dev4.dist-info/RECORD,,