sawnergy 1.0.2__py3-none-any.whl → 1.0.3__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.
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sawnergy
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Toolkit for transforming molecular dynamics (MD) trajectories into rich graph representations
5
5
  Home-page: https://github.com/Yehor-Mishchyriak/SAWNERGY
6
6
  Author: Yehor Mishchyriak
7
7
  License: Apache-2.0
8
+ Project-URL: Source, https://github.com/Yehor-Mishchyriak/SAWNERGY
9
+ Project-URL: Tracker, https://github.com/Yehor-Mishchyriak/SAWNERGY/issues
8
10
  Classifier: Programming Language :: Python :: 3
9
11
  Classifier: License :: OSI Approved :: Apache Software License
10
12
  Classifier: Operating System :: OS Independent
@@ -25,12 +27,17 @@ Dynamic: description-content-type
25
27
  Dynamic: home-page
26
28
  Dynamic: license
27
29
  Dynamic: license-file
30
+ Dynamic: project-url
28
31
  Dynamic: requires-dist
29
32
  Dynamic: requires-python
30
33
  Dynamic: summary
31
34
 
32
35
  # SAWNERGY
33
36
 
37
+ [![PyPI](https://img.shields.io/pypi/v/sawnergy)](https://pypi.org/project/sawnergy/)
38
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/LICENSE)
39
+ ![Python](https://img.shields.io/badge/python-3.11%2B-blue)
40
+
34
41
  A toolkit for transforming molecular dynamics (MD) trajectories into rich graph representations, sampling
35
42
  random and self-avoiding walks, learning node embeddings, and visualising residue interaction networks (RINs). SAWNERGY
36
43
  keeps the full workflow — from `cpptraj` output to skip-gram embeddings (node2vec approach) — inside Python, backed by efficient Zarr-based archives and optional GPU acceleration.
@@ -72,8 +79,8 @@ node indexing, and RNG seeds stay consistent across the toolchain.
72
79
  ---
73
80
 
74
81
  ## Small visual example (constructed fully from trajectory and topology files)
75
- ![rin](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/rin.png)
76
- ![embedding](https://github.com/Yehor-Mishchyriak/SAWNERGY/blob/main/assets/embedding.png)
82
+ ![RIN](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/rin.png)
83
+ ![Embedding](https://raw.githubusercontent.com/Yehor-Mishchyriak/SAWNERGY/main/assets/embedding.png)
77
84
 
78
85
  ---
79
86
 
@@ -14,9 +14,9 @@ sawnergy/visual/visualizer_util.py,sha256=C9W22CJmfJuTV5_uYsEnG8YChR4nH7OHKbNz26
14
14
  sawnergy/walks/__init__.py,sha256=Z_Kaffhn3oUX13z9jbY0V5Ncdwj9Cnr--n9D-s7gh5k,250
15
15
  sawnergy/walks/walker.py,sha256=Yj8FlIGYXNR1lK5ORE-TICr74k8ifargp1Ddswl5aFc,36808
16
16
  sawnergy/walks/walker_util.py,sha256=ETdyPNIDwDQCA8Z5t38keBhYBJ56_ksT_0NhOCY-tHE,15361
17
- sawnergy-1.0.2.dist-info/licenses/LICENSE,sha256=cElK4bCsDhyAEON3H05s35bQZvxBcXBiCOrOdiUhDCY,11346
18
- sawnergy-1.0.2.dist-info/licenses/NOTICE,sha256=eVTbuSasZrmMJVtKoWOzsKyu4ZNm7Ks7dzI3Tx5tEHc,109
19
- sawnergy-1.0.2.dist-info/METADATA,sha256=gIHmEUZEFDKPN_4h4jU_8-cH7cKalHe3OeUTJxU-5v8,12904
20
- sawnergy-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- sawnergy-1.0.2.dist-info/top_level.txt,sha256=-67FQD6FD9Gjt74WTmO9hNYA3MLB4HaSxci0sEKC5Lo,9
22
- sawnergy-1.0.2.dist-info/RECORD,,
17
+ sawnergy-1.0.3.dist-info/licenses/LICENSE,sha256=cElK4bCsDhyAEON3H05s35bQZvxBcXBiCOrOdiUhDCY,11346
18
+ sawnergy-1.0.3.dist-info/licenses/NOTICE,sha256=eVTbuSasZrmMJVtKoWOzsKyu4ZNm7Ks7dzI3Tx5tEHc,109
19
+ sawnergy-1.0.3.dist-info/METADATA,sha256=m3cQkU2KNUCGJuNYne1mAyHkasiTyw6MeRZMbknuzsI,13367
20
+ sawnergy-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
+ sawnergy-1.0.3.dist-info/top_level.txt,sha256=-67FQD6FD9Gjt74WTmO9hNYA3MLB4HaSxci0sEKC5Lo,9
22
+ sawnergy-1.0.3.dist-info/RECORD,,