molscope 0.6.1__tar.gz → 0.6.2__tar.gz
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.
- {molscope-0.6.1 → molscope-0.6.2}/PKG-INFO +2 -2
- {molscope-0.6.1 → molscope-0.6.2}/README.md +1 -1
- {molscope-0.6.1 → molscope-0.6.2}/molscope/__init__.py +1 -1
- {molscope-0.6.1 → molscope-0.6.2}/molscope.egg-info/PKG-INFO +2 -2
- {molscope-0.6.1 → molscope-0.6.2}/pyproject.toml +1 -1
- {molscope-0.6.1 → molscope-0.6.2}/LICENSE +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/__main__.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/cli.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/coarsegrain.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/contactmap.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/descriptors.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/elements.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/ensemble.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/graph.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/io.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/molecule.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope/plotting.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope.egg-info/SOURCES.txt +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope.egg-info/dependency_links.txt +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope.egg-info/entry_points.txt +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope.egg-info/requires.txt +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/molscope.egg-info/top_level.txt +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/setup.cfg +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_clustering.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_coarsegrain.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_contactmap.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_descriptors.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_features.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_graph.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_io.py +0 -0
- {molscope-0.6.1 → molscope-0.6.2}/tests/test_molecule.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: molscope
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: Lightweight molecular structure analysis, visualisation, graph export, and coarse-graining in Python.
|
|
5
5
|
Author-email: Roshan Shrestha <roshanpra@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,7 +40,7 @@ coordinate loops, not a full mmCIF syntax implementation.
|
|
|
40
40
|
|
|
41
41
|
| 3D structure rendering | Residue contact map | Coarse-grained beads |
|
|
42
42
|
| --- | --- | --- |
|
|
43
|
-
|  |  |  |
|
|
43
|
+
|  |  |  |
|
|
44
44
|
|
|
45
45
|
## What it does
|
|
46
46
|
|
|
@@ -13,7 +13,7 @@ coordinate loops, not a full mmCIF syntax implementation.
|
|
|
13
13
|
|
|
14
14
|
| 3D structure rendering | Residue contact map | Coarse-grained beads |
|
|
15
15
|
| --- | --- | --- |
|
|
16
|
-
|  |  |  |
|
|
16
|
+
|  |  |  |
|
|
17
17
|
|
|
18
18
|
## What it does
|
|
19
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: molscope
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: Lightweight molecular structure analysis, visualisation, graph export, and coarse-graining in Python.
|
|
5
5
|
Author-email: Roshan Shrestha <roshanpra@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,7 +40,7 @@ coordinate loops, not a full mmCIF syntax implementation.
|
|
|
40
40
|
|
|
41
41
|
| 3D structure rendering | Residue contact map | Coarse-grained beads |
|
|
42
42
|
| --- | --- | --- |
|
|
43
|
-
|  |  |  |
|
|
43
|
+
|  |  |  |
|
|
44
44
|
|
|
45
45
|
## What it does
|
|
46
46
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "molscope"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.2"
|
|
8
8
|
description = "Lightweight molecular structure analysis, visualisation, graph export, and coarse-graining in Python."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|