plotlp 0.1.14__tar.gz → 0.1.16__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.
- plotlp-0.1.16/PKG-INFO +35 -0
- plotlp-0.1.16/README.md +15 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/pyproject.toml +4 -1
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/style_LP/style.py +2 -2
- plotlp-0.1.14/PKG-INFO +0 -45
- plotlp-0.1.14/README.md +0 -30
- plotlp-0.1.14/src/plotlp/routines/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/.docignore +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledAxes_LP/StyledAxes.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledAxes_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledAxes_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledAxes_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledAxes_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledAxes_LP/_functions/scalebar.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledAxes_LP/test_StyledAxes.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledFigure_LP/StyledFigure.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledFigure_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledFigure_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledFigure_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledFigure_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledFigure_LP/test_StyledFigure.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/cmap_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/cmap_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/cmap_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/cmap_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/cmap_LP/cmap.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/cmap_LP/test_cmap.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/color_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/color_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/color_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/color_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/color_LP/color.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/color_LP/test_color.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/figure_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/figure_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/figure_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/figure_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/figure_LP/figure.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/figure_LP/test_figure.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/gridsubplots_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/gridsubplots_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/gridsubplots_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/gridsubplots_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/gridsubplots_LP/gridsubplots.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/gridsubplots_LP/test_gridsubplots.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/imgfigure_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/imgfigure_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/imgfigure_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/imgfigure_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/imgfigure_LP/imgfigure.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/imgfigure_LP/test_imgfigure.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/make_animation_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/make_animation_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/make_animation_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/make_animation_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/make_animation_LP/make_animation.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/make_animation_LP/test_make_animation.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/plt_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/plt_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/plt_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/plt_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/plt_LP/plt.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/plt_LP/test_plt.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/style_LP/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/style_LP/_doctype.txt +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/style_LP/_functions/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/style_LP/_functions/__template__.py +0 -0
- /plotlp-0.1.14/src/plotlp/modules/style_LP/styles/darkLP.py → /plotlp-0.1.16/src/plotlp/modules/style_LP/_functions/_darkLP.py +0 -0
- /plotlp-0.1.14/src/plotlp/modules/style_LP/styles/default.py → /plotlp-0.1.16/src/plotlp/modules/style_LP/_functions/_default.py +0 -0
- /plotlp-0.1.14/src/plotlp/modules/style_LP/styles/lightLP.py → /plotlp-0.1.16/src/plotlp/modules/style_LP/_functions/_lightLP.py +0 -0
- /plotlp-0.1.14/src/plotlp/modules/style_LP/styles/styleLP.py → /plotlp-0.1.16/src/plotlp/modules/style_LP/_functions/_styleLP.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/style_LP/test_style.py +0 -0
- {plotlp-0.1.14/src/plotlp/modules/style_LP/styles → plotlp-0.1.16/src/plotlp/modules/subplots_LP}/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/subplots_LP/_doctype.txt +0 -0
- {plotlp-0.1.14/src/plotlp/modules/subplots_LP → plotlp-0.1.16/src/plotlp/modules/subplots_LP/_functions}/__init__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/subplots_LP/_functions/__template__.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/subplots_LP/subplots.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/subplots_LP/test_subplots.py +0 -0
- {plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/py.typed +0 -0
- {plotlp-0.1.14/src/plotlp/modules/subplots_LP/_functions → plotlp-0.1.16/src/plotlp/routines}/__init__.py +0 -0
plotlp-0.1.16/PKG-INFO
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: plotlp
|
|
3
|
+
Version: 0.1.16
|
|
4
|
+
Summary: A library wrapper around matplotlib for custom plots.
|
|
5
|
+
Requires-Dist: corelp
|
|
6
|
+
Requires-Dist: cycler
|
|
7
|
+
Requires-Dist: imageio
|
|
8
|
+
Requires-Dist: imageio-ffmpeg
|
|
9
|
+
Requires-Dist: matplotlib
|
|
10
|
+
Requires-Dist: numpy
|
|
11
|
+
Requires-Dist: pillow
|
|
12
|
+
Requires-Dist: tifffile
|
|
13
|
+
Requires-Dist: sphinx ; extra == 'docs'
|
|
14
|
+
Requires-Dist: sphinx-design ; extra == 'docs'
|
|
15
|
+
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
|
16
|
+
Requires-Dist: toml ; extra == 'docs'
|
|
17
|
+
Requires-Python: >=3.12
|
|
18
|
+
Provides-Extra: docs
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
|
|
21
|
+
# plotLP
|
|
22
|
+
|
|
23
|
+
```text
|
|
24
|
+
Author : Lancelot PINCET
|
|
25
|
+
GitHub : https://github.com/LancelotPincet/plotLP
|
|
26
|
+
HTTPS : https://github.com/LancelotPincet/plotLP.git
|
|
27
|
+
SSH : git@github.com:LancelotPincet/plotLP.git
|
|
28
|
+
PyPI : https://pypi.org/project/plotLP
|
|
29
|
+
Docs : https://plotLP.readthedocs.io
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
**A library wrapper around matplotlib for custom plots.**
|
|
33
|
+
|
|
34
|
+
**plotLP** is available on [PyPI](https://pypi.org/project/plotLP) for pip installs.
|
|
35
|
+
For more information, do not hesitate to consult the [Documentation](https://plotLP.readthedocs.io).
|
plotlp-0.1.16/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# plotLP
|
|
2
|
+
|
|
3
|
+
```text
|
|
4
|
+
Author : Lancelot PINCET
|
|
5
|
+
GitHub : https://github.com/LancelotPincet/plotLP
|
|
6
|
+
HTTPS : https://github.com/LancelotPincet/plotLP.git
|
|
7
|
+
SSH : git@github.com:LancelotPincet/plotLP.git
|
|
8
|
+
PyPI : https://pypi.org/project/plotLP
|
|
9
|
+
Docs : https://plotLP.readthedocs.io
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
**A library wrapper around matplotlib for custom plots.**
|
|
13
|
+
|
|
14
|
+
**plotLP** is available on [PyPI](https://pypi.org/project/plotLP) for pip installs.
|
|
15
|
+
For more information, do not hesitate to consult the [Documentation](https://plotLP.readthedocs.io).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "plotlp"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.16"
|
|
4
4
|
description = "A library wrapper around matplotlib for custom plots."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
@@ -15,6 +15,9 @@ tests = [ "pytest",]
|
|
|
15
15
|
docs = [ "sphinx", "sphinx-design", "sphinx-rtd-theme", "toml",]
|
|
16
16
|
anaconda = [ "ipykernel", "spyder-kernels",]
|
|
17
17
|
|
|
18
|
+
[project.optional-dependencies]
|
|
19
|
+
docs = [ "sphinx", "sphinx-design", "sphinx-rtd-theme", "toml",]
|
|
20
|
+
|
|
18
21
|
[tool.uv]
|
|
19
22
|
required-environments = [ "sys_platform == 'linux' and platform_machine == 'x86_64'", "sys_platform == 'win32' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",]
|
|
20
23
|
|
|
@@ -53,10 +53,10 @@ def style(name:str="plt") :
|
|
|
53
53
|
|
|
54
54
|
return get_dict(name)
|
|
55
55
|
|
|
56
|
-
styles = sorted([file.stem for file in (Path(__file__).parent / "
|
|
56
|
+
styles = sorted([file.stem[1:] for file in (Path(__file__).parent / "_functions").iterdir() if not file.name.startswith("__")])
|
|
57
57
|
def get_dict(name) :
|
|
58
58
|
if name in styles :
|
|
59
|
-
module = importlib.import_module(f".
|
|
59
|
+
module = importlib.import_module(f"._functions._{name}", package=__package__)
|
|
60
60
|
base = getattr(module, "base")
|
|
61
61
|
style = getattr(module, "style")
|
|
62
62
|
main_dict = {} if base is None else get_dict(base)
|
plotlp-0.1.14/PKG-INFO
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: plotlp
|
|
3
|
-
Version: 0.1.14
|
|
4
|
-
Summary: A library wrapper around matplotlib for custom plots.
|
|
5
|
-
Requires-Dist: corelp
|
|
6
|
-
Requires-Dist: cycler
|
|
7
|
-
Requires-Dist: imageio
|
|
8
|
-
Requires-Dist: imageio-ffmpeg
|
|
9
|
-
Requires-Dist: matplotlib
|
|
10
|
-
Requires-Dist: numpy
|
|
11
|
-
Requires-Dist: pillow
|
|
12
|
-
Requires-Dist: tifffile
|
|
13
|
-
Requires-Python: >=3.12
|
|
14
|
-
Description-Content-Type: text/markdown
|
|
15
|
-
|
|
16
|
-
# plotLP
|
|
17
|
-
|
|
18
|
-
```text
|
|
19
|
-
Author : Lancelot PINCET
|
|
20
|
-
GitHub : https://github.com/LancelotPincet/plotLP
|
|
21
|
-
HTTPS : https://github.com/LancelotPincet/plotLP.git
|
|
22
|
-
SSH : git@github.com:LancelotPincet/plotLP.git
|
|
23
|
-
PyPI : https://pypi.org/project/plotLP
|
|
24
|
-
Docs : https://plotLP.readthedocs.io
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
**A library wrapper around matplotlib for custom plots.**
|
|
28
|
-
|
|
29
|
-
plotLP is available on [PyPI](https://pypi.org/project/plotLP) for pip installs.
|
|
30
|
-
For more information, do not hesitate to consult the [Documentation](https://plotLP.readthedocs.io).
|
|
31
|
-
|
|
32
|
-
---
|
|
33
|
-
|
|
34
|
-
## MIT License
|
|
35
|
-
|
|
36
|
-
<details>
|
|
37
|
-
<summary>details</summary>
|
|
38
|
-
|
|
39
|
-
Intellectual property behind this Library is protected via an [MIT license](LICENSE). This means everyone can *freely* use it in a personnal, academic or commercial manner, if they **keep the copyright name** at the top of the codes.
|
|
40
|
-
|
|
41
|
-
The library can be redistributed, *with or without modifications*, in open or closed projects. However the **MIT license must be conserved**. For example in a commercial closed project, this means the **copyright and license must be visible somewhere**, like in the documentation or credits.
|
|
42
|
-
|
|
43
|
-
The license also explains that the **code performances are not warrantied**, and you are responsible for how you are using it. For more information on your rights and obligations please refer to [descriptive websites](https://en.wikipedia.org/wiki/MIT_License), or contact author for approvales.
|
|
44
|
-
|
|
45
|
-
</details>
|
plotlp-0.1.14/README.md
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# plotLP
|
|
2
|
-
|
|
3
|
-
```text
|
|
4
|
-
Author : Lancelot PINCET
|
|
5
|
-
GitHub : https://github.com/LancelotPincet/plotLP
|
|
6
|
-
HTTPS : https://github.com/LancelotPincet/plotLP.git
|
|
7
|
-
SSH : git@github.com:LancelotPincet/plotLP.git
|
|
8
|
-
PyPI : https://pypi.org/project/plotLP
|
|
9
|
-
Docs : https://plotLP.readthedocs.io
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
**A library wrapper around matplotlib for custom plots.**
|
|
13
|
-
|
|
14
|
-
plotLP is available on [PyPI](https://pypi.org/project/plotLP) for pip installs.
|
|
15
|
-
For more information, do not hesitate to consult the [Documentation](https://plotLP.readthedocs.io).
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## MIT License
|
|
20
|
-
|
|
21
|
-
<details>
|
|
22
|
-
<summary>details</summary>
|
|
23
|
-
|
|
24
|
-
Intellectual property behind this Library is protected via an [MIT license](LICENSE). This means everyone can *freely* use it in a personnal, academic or commercial manner, if they **keep the copyright name** at the top of the codes.
|
|
25
|
-
|
|
26
|
-
The library can be redistributed, *with or without modifications*, in open or closed projects. However the **MIT license must be conserved**. For example in a commercial closed project, this means the **copyright and license must be visible somewhere**, like in the documentation or credits.
|
|
27
|
-
|
|
28
|
-
The license also explains that the **code performances are not warrantied**, and you are responsible for how you are using it. For more information on your rights and obligations please refer to [descriptive websites](https://en.wikipedia.org/wiki/MIT_License), or contact author for approvales.
|
|
29
|
-
|
|
30
|
-
</details>
|
|
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
|
{plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/StyledFigure_LP/_functions/__template__.py
RENAMED
|
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
|
{plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/gridsubplots_LP/_functions/__template__.py
RENAMED
|
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
|
{plotlp-0.1.14 → plotlp-0.1.16}/src/plotlp/modules/make_animation_LP/_functions/__template__.py
RENAMED
|
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
|