jarvisplot 1.0.1__tar.gz → 1.0.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.
Potentially problematic release.
This version of jarvisplot might be problematic. Click here for more details.
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/PKG-INFO +11 -1
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/README.md +6 -0
- jarvisplot-1.0.3/jarvisplot/Figure/__init__.py +1 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cli.py +2 -1
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/client.py +2 -1
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/core.py +2 -2
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot.egg-info/PKG-INFO +11 -1
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot.egg-info/SOURCES.txt +1 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot.egg-info/requires.txt +4 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/pyproject.toml +5 -1
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/Figure/adapters.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/Figure/cards/std_axes_adapter_config.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/Figure/data_pipelines.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/Figure/figure.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/Figure/helper.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/Figure/load_data.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/__init__.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/1x1/ternary.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/2x1/rect.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/2x1/rect5x1.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/2x1/rect_cmap.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/2x1/ternary.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/2x1/ternary_cmap.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/4x1/rect.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/4x1/rect_cmap.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/4x1/ternary.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/a4paper/4x1/ternary_cmap.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/args.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/colors/colormaps.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/default/output.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/gambit/1x1/ternary.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/gambit/2x1/rect_cmap.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/gambit/2x1/ternary.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/gambit/2x1/ternary_cmap.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/icons/JarvisHEP.png +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/icons/gambit.png +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/icons/gambit_small.png +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/cards/style_preference.json +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/config.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/data_loader.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/inner_func.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/utils/__init__.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/utils/cmaps.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot/utils/interpolator.py +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot.egg-info/dependency_links.txt +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot.egg-info/entry_points.txt +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/jarvisplot.egg-info/top_level.txt +0 -0
- {jarvisplot-1.0.1 → jarvisplot-1.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jarvisplot
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: JarvisPLOT: YAML-driven plotting engine
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -10,6 +10,10 @@ Requires-Dist: jsonschema
|
|
|
10
10
|
Requires-Dist: numpy
|
|
11
11
|
Requires-Dist: pandas
|
|
12
12
|
Requires-Dist: matplotlib
|
|
13
|
+
Requires-Dist: h5py
|
|
14
|
+
Requires-Dist: sympy
|
|
15
|
+
Requires-Dist: scipy
|
|
16
|
+
Requires-Dist: shapely
|
|
13
17
|
|
|
14
18
|
# JarvisPLOT
|
|
15
19
|
|
|
@@ -20,6 +24,12 @@ It provides a simple command-line interface (CLI) to generate publication-qualit
|
|
|
20
24
|
|
|
21
25
|
---
|
|
22
26
|
|
|
27
|
+
## Installation
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
pip install jarvisplot
|
|
31
|
+
```
|
|
32
|
+
|
|
23
33
|
## Command-Line Usage
|
|
24
34
|
|
|
25
35
|
Display help information:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# JarvisPLOT Figure subpackage
|
|
@@ -6,7 +6,8 @@ import os, sys
|
|
|
6
6
|
|
|
7
7
|
# --- version import fallback ---
|
|
8
8
|
try:
|
|
9
|
-
from .
|
|
9
|
+
from importlib.metadata import version as _pkg_version
|
|
10
|
+
JPLOT_VERSION = _pkg_version("jarvisplot")
|
|
10
11
|
except Exception:
|
|
11
12
|
JPLOT_VERSION = "0.0.0"
|
|
12
13
|
|
|
@@ -16,14 +16,13 @@ from .Figure.data_pipelines import SharedContent, DataContext
|
|
|
16
16
|
|
|
17
17
|
class JarvisPLOT():
|
|
18
18
|
def __init__(self) -> None:
|
|
19
|
-
self.dataset = {}
|
|
20
19
|
self.variables = {}
|
|
21
20
|
self.yaml = ConfigLoader()
|
|
22
21
|
self.style = {}
|
|
23
22
|
self.profiles = {}
|
|
24
23
|
self.cli = CLI()
|
|
25
24
|
self.logger = None
|
|
26
|
-
self.dataset:
|
|
25
|
+
self.dataset: list[DataSet] = []
|
|
27
26
|
self.shared = None
|
|
28
27
|
self.ctx = None
|
|
29
28
|
self.interpolators = None
|
|
@@ -164,6 +163,7 @@ class JarvisPLOT():
|
|
|
164
163
|
self.cli.args.print_help()
|
|
165
164
|
help_text = buf.getvalue()
|
|
166
165
|
self.logger.warning("JarvisPLOT " + help_text)
|
|
166
|
+
sys.exit(2)
|
|
167
167
|
except Exception:
|
|
168
168
|
pass
|
|
169
169
|
return
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jarvisplot
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: JarvisPLOT: YAML-driven plotting engine
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -10,6 +10,10 @@ Requires-Dist: jsonschema
|
|
|
10
10
|
Requires-Dist: numpy
|
|
11
11
|
Requires-Dist: pandas
|
|
12
12
|
Requires-Dist: matplotlib
|
|
13
|
+
Requires-Dist: h5py
|
|
14
|
+
Requires-Dist: sympy
|
|
15
|
+
Requires-Dist: scipy
|
|
16
|
+
Requires-Dist: shapely
|
|
13
17
|
|
|
14
18
|
# JarvisPLOT
|
|
15
19
|
|
|
@@ -20,6 +24,12 @@ It provides a simple command-line interface (CLI) to generate publication-qualit
|
|
|
20
24
|
|
|
21
25
|
---
|
|
22
26
|
|
|
27
|
+
## Installation
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
pip install jarvisplot
|
|
31
|
+
```
|
|
32
|
+
|
|
23
33
|
## Command-Line Usage
|
|
24
34
|
|
|
25
35
|
Display help information:
|
|
@@ -13,6 +13,7 @@ jarvisplot.egg-info/dependency_links.txt
|
|
|
13
13
|
jarvisplot.egg-info/entry_points.txt
|
|
14
14
|
jarvisplot.egg-info/requires.txt
|
|
15
15
|
jarvisplot.egg-info/top_level.txt
|
|
16
|
+
jarvisplot/Figure/__init__.py
|
|
16
17
|
jarvisplot/Figure/adapters.py
|
|
17
18
|
jarvisplot/Figure/data_pipelines.py
|
|
18
19
|
jarvisplot/Figure/figure.py
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "jarvisplot"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.3"
|
|
8
8
|
description = "JarvisPLOT: YAML-driven plotting engine"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -15,6 +15,10 @@ dependencies = [
|
|
|
15
15
|
"numpy",
|
|
16
16
|
"pandas",
|
|
17
17
|
"matplotlib",
|
|
18
|
+
"h5py",
|
|
19
|
+
"sympy",
|
|
20
|
+
"scipy",
|
|
21
|
+
"shapely"
|
|
18
22
|
]
|
|
19
23
|
|
|
20
24
|
[project.scripts]
|
|
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
|
|
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
|