plotlp 0.1.5__tar.gz → 0.1.7__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.
Files changed (60) hide show
  1. {plotlp-0.1.5 → plotlp-0.1.7}/PKG-INFO +1 -1
  2. {plotlp-0.1.5 → plotlp-0.1.7}/pyproject.toml +6 -3
  3. plotlp-0.1.7/src/plotlp/__init__.py +45 -0
  4. plotlp-0.1.7/src/plotlp/modules/StyledAxes_LP/functions/__template__.py +19 -0
  5. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledAxes_LP/test_StyledAxes.py +1 -1
  6. plotlp-0.1.7/src/plotlp/modules/StyledFigure_LP/functions/__template__.py +19 -0
  7. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledFigure_LP/test_StyledFigure.py +1 -1
  8. plotlp-0.1.7/src/plotlp/modules/cmap_LP/functions/__template__.py +19 -0
  9. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/cmap_LP/test_cmap.py +1 -1
  10. plotlp-0.1.7/src/plotlp/modules/color_LP/functions/__template__.py +19 -0
  11. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/color_LP/test_color.py +1 -1
  12. plotlp-0.1.7/src/plotlp/modules/figure_LP/functions/__template__.py +19 -0
  13. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/figure_LP/test_figure.py +1 -1
  14. plotlp-0.1.7/src/plotlp/modules/imgfigure_LP/functions/__template__.py +19 -0
  15. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/imgfigure_LP/test_imgfigure.py +1 -1
  16. plotlp-0.1.7/src/plotlp/modules/plt_LP/__init__.py +0 -0
  17. plotlp-0.1.7/src/plotlp/modules/plt_LP/functions/__init__.py +0 -0
  18. plotlp-0.1.7/src/plotlp/modules/plt_LP/functions/__template__.py +19 -0
  19. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/plt_LP/test_plt.py +1 -1
  20. plotlp-0.1.7/src/plotlp/modules/style_LP/__init__.py +0 -0
  21. plotlp-0.1.7/src/plotlp/modules/style_LP/functions/__init__.py +0 -0
  22. plotlp-0.1.7/src/plotlp/modules/style_LP/functions/__template__.py +19 -0
  23. plotlp-0.1.7/src/plotlp/modules/style_LP/styles/__init__.py +0 -0
  24. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/test_style.py +1 -1
  25. plotlp-0.1.7/src/plotlp/modules/subplots_LP/__init__.py +0 -0
  26. plotlp-0.1.7/src/plotlp/modules/subplots_LP/functions/__init__.py +0 -0
  27. plotlp-0.1.7/src/plotlp/modules/subplots_LP/functions/__template__.py +19 -0
  28. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/subplots_LP/test_subplots.py +1 -1
  29. plotlp-0.1.7/src/plotlp/py.typed +0 -0
  30. plotlp-0.1.7/src/plotlp/routines/__init__.py +0 -0
  31. plotlp-0.1.5/src/plotlp/__init__.py +0 -23
  32. plotlp-0.1.5/src/plotlp/modules.json +0 -56
  33. plotlp-0.1.5/src/plotlp/scripts.json +0 -1
  34. {plotlp-0.1.5 → plotlp-0.1.7}/README.md +0 -0
  35. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledAxes_LP/StyledAxes.py +0 -0
  36. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledAxes_LP/__init__.py +0 -0
  37. {plotlp-0.1.5/src/plotlp/modules/StyledFigure_LP → plotlp-0.1.7/src/plotlp/modules/StyledAxes_LP/functions}/__init__.py +0 -0
  38. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledFigure_LP/StyledFigure.py +0 -0
  39. {plotlp-0.1.5/src/plotlp/modules → plotlp-0.1.7/src/plotlp/modules/StyledFigure_LP}/__init__.py +0 -0
  40. {plotlp-0.1.5/src/plotlp/modules/cmap_LP → plotlp-0.1.7/src/plotlp/modules/StyledFigure_LP/functions}/__init__.py +0 -0
  41. {plotlp-0.1.5/src/plotlp/modules/color_LP → plotlp-0.1.7/src/plotlp/modules}/__init__.py +0 -0
  42. {plotlp-0.1.5/src/plotlp/modules/figure_LP → plotlp-0.1.7/src/plotlp/modules/cmap_LP}/__init__.py +0 -0
  43. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/cmap_LP/cmap.py +0 -0
  44. {plotlp-0.1.5/src/plotlp/modules/imgfigure_LP → plotlp-0.1.7/src/plotlp/modules/cmap_LP/functions}/__init__.py +0 -0
  45. {plotlp-0.1.5/src/plotlp/modules/plt_LP → plotlp-0.1.7/src/plotlp/modules/color_LP}/__init__.py +0 -0
  46. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/color_LP/color.py +0 -0
  47. {plotlp-0.1.5/src/plotlp/modules/style_LP → plotlp-0.1.7/src/plotlp/modules/color_LP/functions}/__init__.py +0 -0
  48. {plotlp-0.1.5/src/plotlp/modules/style_LP/styles → plotlp-0.1.7/src/plotlp/modules/figure_LP}/__init__.py +0 -0
  49. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/figure_LP/figure.py +0 -0
  50. {plotlp-0.1.5/src/plotlp/modules/subplots_LP → plotlp-0.1.7/src/plotlp/modules/figure_LP/functions}/__init__.py +0 -0
  51. {plotlp-0.1.5/src/plotlp/scripts → plotlp-0.1.7/src/plotlp/modules/imgfigure_LP}/__init__.py +0 -0
  52. /plotlp-0.1.5/src/plotlp/py.typed → /plotlp-0.1.7/src/plotlp/modules/imgfigure_LP/functions/__init__.py +0 -0
  53. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/imgfigure_LP/imgfigure.py +0 -0
  54. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/plt_LP/plt.py +0 -0
  55. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/style.py +0 -0
  56. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/darkLP.py +0 -0
  57. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/default.py +0 -0
  58. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/lightLP.py +0 -0
  59. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/styleLP.py +0 -0
  60. {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/subplots_LP/subplots.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: plotlp
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: A library wrapper around matplotlib for custom plots.
5
5
  Requires-Dist: corelp
6
6
  Requires-Dist: cycler
@@ -1,19 +1,22 @@
1
1
  [project]
2
2
  name = "plotlp"
3
- version = "0.1.5"
3
+ version = "0.1.7"
4
4
  description = "A library wrapper around matplotlib for custom plots."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
7
7
  dependencies = [ "corelp", "cycler", "matplotlib", "numpy", "pillow",]
8
8
 
9
9
  [build-system]
10
- requires = [ "uv_build>=0.8.8,<0.9.0",]
10
+ requires = [ "uv_build",]
11
11
  build-backend = "uv_build"
12
12
 
13
13
  [dependency-groups]
14
- dev = [ "pytest",]
14
+ tests = [ "pytest",]
15
15
  docs = [ "sphinx", "sphinx-design", "sphinx-rtd-theme", "toml",]
16
16
  anaconda = [ "ipykernel", "spyder-kernels",]
17
17
 
18
18
  [tool.uv]
19
19
  required-environments = [ "sys_platform == 'linux' and platform_machine == 'x86_64'", "sys_platform == 'win32' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",]
20
+
21
+ [tool.uv.sources.corelp]
22
+ workspace = true
@@ -0,0 +1,45 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Date : 2025-08-28
4
+ # Author : Lancelot PINCET
5
+ # GitHub : https://github.com/LancelotPincet
6
+ # Library : plotLP
7
+
8
+ """
9
+ A library wrapper around matplotlib for custom plots.
10
+ """
11
+
12
+
13
+
14
+ # %% Source import
15
+ sources = {
16
+ 'StyledAxes': 'plotlp.modules.StyledAxes_LP.StyledAxes',
17
+ 'StyledFigure': 'plotlp.modules.StyledFigure_LP.StyledFigure',
18
+ 'cmap': 'plotlp.modules.cmap_LP.cmap',
19
+ 'color': 'plotlp.modules.color_LP.color',
20
+ 'figure': 'plotlp.modules.figure_LP.figure',
21
+ 'imgfigure': 'plotlp.modules.imgfigure_LP.imgfigure',
22
+ 'plt': 'plotlp.modules.plt_LP.plt',
23
+ 'style': 'plotlp.modules.style_LP.style',
24
+ 'subplots': 'plotlp.modules.subplots_LP.subplots'
25
+ }
26
+
27
+
28
+
29
+ # %% Hidden imports
30
+ if False :
31
+ import plotlp.modules.StyledAxes_LP.StyledAxes
32
+ import plotlp.modules.StyledFigure_LP.StyledFigure
33
+ import plotlp.modules.cmap_LP.cmap
34
+ import plotlp.modules.color_LP.color
35
+ import plotlp.modules.figure_LP.figure
36
+ import plotlp.modules.imgfigure_LP.imgfigure
37
+ import plotlp.modules.plt_LP.plt
38
+ import plotlp.modules.style_LP.style
39
+ import plotlp.modules.subplots_LP.subplots
40
+
41
+
42
+
43
+ # %% Lazy imports
44
+ from corelp import getmodule
45
+ __getattr__, __all__ = getmodule(sources)
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ StyledAxes : A class using stored styles inside.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  from plotlp import StyledAxes
20
20
  debug_folder = debug(__file__)
21
21
 
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ StyledFigure : A class defining figures with custom styles included inside.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  from plotlp import StyledFigure
20
20
  debug_folder = debug(__file__)
21
21
 
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ cmap : This module adds custom cmaps to matplotlib.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  import pytest
20
20
  from plotlp import cmap
21
21
  from matplotlib import pyplot as plt
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ color : Gets a custom Color object.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  import pytest
20
20
  from plotlp import color
21
21
  from matplotlib import pyplot as plt
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ figure : Wrapper function defining a StyledFigure.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  from plotlp import figure, plt
20
20
  import numpy as np
21
21
  debug_folder = debug(__file__)
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ imgfigure : Figure function for showing images.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  from plotlp import imgfigure, plt
20
20
  import numpy as np
21
21
  debug_folder = debug(__file__)
File without changes
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ plt : matplotlib.pyplot shortcut
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  from plotlp import plt
20
20
  debug_folder = debug(__file__)
21
21
 
File without changes
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ style : This module defines style informations for matplotlib.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  import pytest
20
20
  from plotlp import style
21
21
  from matplotlib import pyplot as plt
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # Author : Lancelot PINCET
4
+ # GitHub : https://github.com/LancelotPincet
5
+
6
+
7
+
8
+ # %% Libraries
9
+
10
+
11
+
12
+
13
+ # %% Function
14
+ def temp(**kwargs) :
15
+ '''
16
+ TODO
17
+ '''
18
+
19
+ print('Hello world!')
@@ -15,7 +15,7 @@ subplots : Wrapper function defining subplots in a StyledFigure.
15
15
 
16
16
 
17
17
  # %% Libraries
18
- from corelp import print, debug
18
+ from corelp import debug
19
19
  from plotlp import subplots, plt
20
20
  import numpy as np
21
21
  debug_folder = debug(__file__)
File without changes
File without changes
@@ -1,23 +0,0 @@
1
- #!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
- # Date : 2025-08-28
4
- # Author : Lancelot PINCET
5
- # GitHub : https://github.com/LancelotPincet
6
- # Library : plotLP
7
-
8
- """
9
- A library wrapper around matplotlib for custom plots.
10
- """
11
-
12
-
13
-
14
- # %% Lazy imports
15
- from corelp import getmodule
16
- __getattr__, __all__ = getmodule(__file__)
17
-
18
-
19
-
20
- # %% Test function run
21
- if __name__ == "__main__":
22
- from corelp import test
23
- test(__file__)
@@ -1,56 +0,0 @@
1
- {
2
- "StyledAxes": {
3
- "date": "2025-12-11",
4
- "description": "A class using stored styles inside.",
5
- "module": "modules/StyledAxes_LP/StyledAxes",
6
- "object": "StyledAxes"
7
- },
8
- "StyledFigure": {
9
- "date": "2025-12-11",
10
- "description": "A class defining figures with custom styles included inside.",
11
- "module": "modules/StyledFigure_LP/StyledFigure",
12
- "object": "StyledFigure"
13
- },
14
- "cmap": {
15
- "date": "2025-11-17",
16
- "description": "This module adds custom cmaps to matplotlib.",
17
- "module": "modules/cmap_LP/cmap",
18
- "object": "cmap"
19
- },
20
- "color": {
21
- "date": "2025-11-16",
22
- "description": "Gets a custom Color object.",
23
- "module": "modules/color_LP/color",
24
- "object": "color"
25
- },
26
- "figure": {
27
- "date": "2025-12-11",
28
- "description": "Wrapper function defining a StyledFigure.",
29
- "module": "modules/figure_LP/figure",
30
- "object": "figure"
31
- },
32
- "imgfigure": {
33
- "date": "2025-12-11",
34
- "description": "Figure function for showing images.",
35
- "module": "modules/imgfigure_LP/imgfigure",
36
- "object": "imgfigure"
37
- },
38
- "plt": {
39
- "date": "2025-12-11",
40
- "description": "matplotlib.pyplot shortcut",
41
- "module": "modules/plt_LP/plt",
42
- "object": "plt"
43
- },
44
- "style": {
45
- "date": "2025-11-16",
46
- "description": "This module defines style informations for matplotlib.",
47
- "module": "modules/style_LP/style",
48
- "object": "style"
49
- },
50
- "subplots": {
51
- "date": "2025-12-11",
52
- "description": "Wrapper function defining subplots in a StyledFigure.",
53
- "module": "modules/subplots_LP/subplots",
54
- "object": "subplots"
55
- }
56
- }
@@ -1 +0,0 @@
1
- {}
File without changes