rephorm 1.1.0__py3-none-any.whl → 1.1.2__py3-none-any.whl
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.
- rephorm/__init__.py +1 -1
- rephorm/object_mappers/chart_mapper.py +1 -1
- {rephorm-1.1.0.dist-info → rephorm-1.1.2.dist-info}/METADATA +5 -5
- {rephorm-1.1.0.dist-info → rephorm-1.1.2.dist-info}/RECORD +7 -7
- {rephorm-1.1.0.dist-info → rephorm-1.1.2.dist-info}/WHEEL +0 -0
- {rephorm-1.1.0.dist-info → rephorm-1.1.2.dist-info}/licenses/LICENSE +0 -0
- {rephorm-1.1.0.dist-info → rephorm-1.1.2.dist-info}/top_level.txt +0 -0
rephorm/__init__.py
CHANGED
|
@@ -11,7 +11,7 @@ from rephorm.objects.footnote import Footnote
|
|
|
11
11
|
from rephorm.objects.chart_series import ChartSeries
|
|
12
12
|
from rephorm.objects.table_series import TableSeries
|
|
13
13
|
|
|
14
|
-
__version__ = "1.1.
|
|
14
|
+
__version__ = "1.1.2"
|
|
15
15
|
__author__ = 'OGResearch team'
|
|
16
16
|
__credits__ = 'OGResearch'
|
|
17
17
|
__license__ = 'Copyright 2025 OGResearch, all rights reserved'
|
|
@@ -109,7 +109,7 @@ class ChartMapper:
|
|
|
109
109
|
# span.end.to_python_date(position="end")]
|
|
110
110
|
|
|
111
111
|
if self.chart.settings.highlight is not None:
|
|
112
|
-
irispie.
|
|
112
|
+
irispie.ez_plotly.highlight(self.figure, self.chart._get_highlight(),
|
|
113
113
|
color=resolve_highlight_color(
|
|
114
114
|
self.chart.settings.styles["chart"]["highlight_color"], alpha=0.25))
|
|
115
115
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rephorm
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Python package for generating PDF reports through code
|
|
5
5
|
Author-email: OGResearch <it@ogresearch.com>
|
|
6
6
|
Maintainer-email: Sergey Plotnikov <sergey.plotnikov@ogresearch.com>, Martynas Vycas <martynas.vycas@ogresearch.com>
|
|
@@ -32,13 +32,13 @@ Classifier: Operating System :: OS Independent
|
|
|
32
32
|
Requires-Python: >=3.12
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
License-File: LICENSE
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist:
|
|
35
|
+
Requires-Dist: plotly==6.3.1
|
|
36
|
+
Requires-Dist: irispie>=0.68.1
|
|
37
|
+
Requires-Dist: fpdf2==2.8.4
|
|
37
38
|
Requires-Dist: PyMuPDF==1.25.1
|
|
38
39
|
Requires-Dist: twine==6.1.0
|
|
39
40
|
Requires-Dist: pkginfo==1.12.1.2
|
|
40
|
-
Requires-Dist: kaleido==
|
|
41
|
-
Requires-Dist: kaleido==0.2.1; platform_system != "Windows"
|
|
41
|
+
Requires-Dist: kaleido==1.1.0
|
|
42
42
|
Dynamic: license-file
|
|
43
43
|
|
|
44
44
|
Rephorm is a Python package for generating PDF reports through code. It builds on the capabilities of fpdf2 for PDF
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
rephorm/__init__.py,sha256=
|
|
1
|
+
rephorm/__init__.py,sha256=W75jh4QA9yOAN8wf1jUGNCmVXB-wffaGlF1IMNHv2R8,661
|
|
2
2
|
rephorm/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
rephorm/decorators/settings_validation.py,sha256=FEikLkxMgiPGzSTeF6dJmu4mBPAU8dvy-EFFWVj9KDY,1973
|
|
4
4
|
rephorm/dict/__init__.py,sha256=M0NZuQ7-112l8K2h1eayVvSmvQrufrOcD5AYKgIf_Is,1
|
|
@@ -10,7 +10,7 @@ rephorm/dict/update_traces.py,sha256=VFbBoIjLV5qba3MrHgiDFeKslFADRploLZytx4lDjrs
|
|
|
10
10
|
rephorm/object_mappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
rephorm/object_mappers/_globals.py,sha256=FnyT7yPXjUpt5A_18l8WFAguaihAdwvay_0Sg0Gm4sA,285
|
|
12
12
|
rephorm/object_mappers/chapter_mapper.py,sha256=yPaa4GUkVlA1obPQ3jsRpO774Y8j7Vh6cbKQ-x9O3Ig,4007
|
|
13
|
-
rephorm/object_mappers/chart_mapper.py,sha256=
|
|
13
|
+
rephorm/object_mappers/chart_mapper.py,sha256=BjRF847cJQfRCgx41rXd7WZxyMEDM-YwnHm5RTD7f80,4729
|
|
14
14
|
rephorm/object_mappers/chart_series_mapper.py,sha256=bAO-rNSoczV0hDo_Vhsv8F9robtu2TQ6WwHiX90jyFA,1915
|
|
15
15
|
rephorm/object_mappers/grid_mapper.py,sha256=gbuZF-vS9SAZyGLC0hfGV9snGPs8LKS7ZiY0wwtdKNQ,4650
|
|
16
16
|
rephorm/object_mappers/page_break_mapper.py,sha256=3db07DBaFgwMcizexmHOJIBQWg2zEvNJZb4rcyGL_sw,185
|
|
@@ -66,8 +66,8 @@ rephorm/utility/report/report_utility.py,sha256=oG5HmpnUY1uU64fWSV6Tbr5v1xRCKLTq
|
|
|
66
66
|
rephorm/utility/report/resolve_color.py,sha256=VMs3MHR8g1emzZZrB3nVetKHatNWq7_2PsZGHcAQOYQ,1220
|
|
67
67
|
rephorm/utility/report/table_utility.py,sha256=mMEnR8doZ1I0xR3Jq_55ols7zDXdJ0GRf_u5NnkH9qE,1659
|
|
68
68
|
rephorm/utility/report/title_utility.py,sha256=da2p6ad9nCm2RhUN09S9QxuE7H4sL3l5cA3llcDdVIo,1742
|
|
69
|
-
rephorm-1.1.
|
|
70
|
-
rephorm-1.1.
|
|
71
|
-
rephorm-1.1.
|
|
72
|
-
rephorm-1.1.
|
|
73
|
-
rephorm-1.1.
|
|
69
|
+
rephorm-1.1.2.dist-info/licenses/LICENSE,sha256=J7qNT6dA5AkN4QCfd9uPlNftEs8jRiulHfO1ESxE3GU,1067
|
|
70
|
+
rephorm-1.1.2.dist-info/METADATA,sha256=BycVnmumJiR2xWWsx5kn3wB5ziUon3u0uvu82dVPVH8,2343
|
|
71
|
+
rephorm-1.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
72
|
+
rephorm-1.1.2.dist-info/top_level.txt,sha256=akVppyH53yfIlJ5BbtNzKZF4306s-1XJycsOZOhDbQ0,8
|
|
73
|
+
rephorm-1.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|