DiaModality 0.2.2__tar.gz → 0.2.3__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.
- {diamodality-0.2.2/src/DiaModality.egg-info → diamodality-0.2.3}/PKG-INFO +3 -2
- {diamodality-0.2.2 → diamodality-0.2.3}/pyproject.toml +2 -1
- diamodality-0.2.3/src/DiaModality/_version.py +1 -0
- {diamodality-0.2.2 → diamodality-0.2.3/src/DiaModality.egg-info}/PKG-INFO +3 -2
- {diamodality-0.2.2 → diamodality-0.2.3}/src/DiaModality.egg-info/requires.txt +1 -1
- diamodality-0.2.2/src/DiaModality/_version.py +0 -1
- {diamodality-0.2.2 → diamodality-0.2.3}/LICENSE +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/MANIFEST.in +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/README.md +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/setup.cfg +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/src/DiaModality/ModalityPlot.py +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/src/DiaModality/__init__.py +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/src/DiaModality/__main__.py +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/src/DiaModality.egg-info/SOURCES.txt +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/src/DiaModality.egg-info/dependency_links.txt +0 -0
- {diamodality-0.2.2 → diamodality-0.2.3}/src/DiaModality.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: DiaModality
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Tool to plot modality vector diagrams
|
|
5
5
|
Author-email: konung-yaropolk <yaropolk1995@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -25,6 +25,7 @@ License: MIT License
|
|
|
25
25
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
26
|
SOFTWARE.
|
|
27
27
|
Project-URL: Homepage, https://github.com/konung-yaropolk/DiaModality
|
|
28
|
+
Project-URL: Repository, https://github.com/konung-yaropolk/DiaModality.git
|
|
28
29
|
Project-URL: Issues, https://github.com/konung-yaropolk/DiaModality/issues
|
|
29
30
|
Keywords: Visualization,Science,Plotting,Matplotlib
|
|
30
31
|
Classifier: Programming Language :: Python
|
|
@@ -41,7 +42,7 @@ Description-Content-Type: text/markdown
|
|
|
41
42
|
License-File: LICENSE
|
|
42
43
|
Requires-Dist: numpy
|
|
43
44
|
Requires-Dist: matplotlib
|
|
44
|
-
Requires-Dist: scsv
|
|
45
|
+
Requires-Dist: scsv>=0.1.4
|
|
45
46
|
|
|
46
47
|
# DiaModality - The Modality Diagram
|
|
47
48
|
|
|
@@ -27,11 +27,12 @@ classifiers = [
|
|
|
27
27
|
dependencies = [
|
|
28
28
|
"numpy",
|
|
29
29
|
"matplotlib",
|
|
30
|
-
"scsv",
|
|
30
|
+
"scsv>=0.1.4",
|
|
31
31
|
]
|
|
32
32
|
|
|
33
33
|
[project.urls]
|
|
34
34
|
Homepage = "https://github.com/konung-yaropolk/DiaModality"
|
|
35
|
+
Repository = "https://github.com/konung-yaropolk/DiaModality.git"
|
|
35
36
|
Issues = "https://github.com/konung-yaropolk/DiaModality/issues"
|
|
36
37
|
|
|
37
38
|
[tool.setuptools.dynamic]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.3"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: DiaModality
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Tool to plot modality vector diagrams
|
|
5
5
|
Author-email: konung-yaropolk <yaropolk1995@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -25,6 +25,7 @@ License: MIT License
|
|
|
25
25
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
26
|
SOFTWARE.
|
|
27
27
|
Project-URL: Homepage, https://github.com/konung-yaropolk/DiaModality
|
|
28
|
+
Project-URL: Repository, https://github.com/konung-yaropolk/DiaModality.git
|
|
28
29
|
Project-URL: Issues, https://github.com/konung-yaropolk/DiaModality/issues
|
|
29
30
|
Keywords: Visualization,Science,Plotting,Matplotlib
|
|
30
31
|
Classifier: Programming Language :: Python
|
|
@@ -41,7 +42,7 @@ Description-Content-Type: text/markdown
|
|
|
41
42
|
License-File: LICENSE
|
|
42
43
|
Requires-Dist: numpy
|
|
43
44
|
Requires-Dist: matplotlib
|
|
44
|
-
Requires-Dist: scsv
|
|
45
|
+
Requires-Dist: scsv>=0.1.4
|
|
45
46
|
|
|
46
47
|
# DiaModality - The Modality Diagram
|
|
47
48
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.2"
|
|
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
|