mergeron 2024.739079.12__py3-none-any.whl → 2024.739079.13__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.
Potentially problematic release.
This version of mergeron might be problematic. Click here for more details.
- mergeron/__init__.py +1 -1
- mergeron/core/excel_helper.py +2 -2
- {mergeron-2024.739079.12.dist-info → mergeron-2024.739079.13.dist-info}/METADATA +1 -1
- {mergeron-2024.739079.12.dist-info → mergeron-2024.739079.13.dist-info}/RECORD +5 -5
- {mergeron-2024.739079.12.dist-info → mergeron-2024.739079.13.dist-info}/WHEEL +0 -0
mergeron/__init__.py
CHANGED
mergeron/core/excel_helper.py
CHANGED
|
@@ -118,7 +118,7 @@ def write_header(
|
|
|
118
118
|
"".join([
|
|
119
119
|
f"&L{left_header}" if left_header else "",
|
|
120
120
|
f"&C{center_header}" if center_header else "",
|
|
121
|
-
f"&{right_header}" if right_header else "",
|
|
121
|
+
f"&R{right_header}" if right_header else "",
|
|
122
122
|
])
|
|
123
123
|
)
|
|
124
124
|
|
|
@@ -161,7 +161,7 @@ def write_footer(
|
|
|
161
161
|
"".join([
|
|
162
162
|
f"&L{left_footer}" if left_footer else "",
|
|
163
163
|
f"&C{center_footer}" if center_footer else "",
|
|
164
|
-
f"&{right_footer}" if right_footer else "",
|
|
164
|
+
f"&R{right_footer}" if right_footer else "",
|
|
165
165
|
])
|
|
166
166
|
)
|
|
167
167
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mergeron
|
|
3
|
-
Version: 2024.739079.
|
|
3
|
+
Version: 2024.739079.13
|
|
4
4
|
Summary: Merger Policy Analysis using Python
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: merger policy analysis,merger guidelines,merger screening,policy presumptions,concentration standards,upward pricing pressure,GUPPI
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
mergeron/License.txt,sha256=7iX-y0EyjkbVJKJLS4ZKzuuE1wd0lryfsD_IytLG8lQ,1246
|
|
2
|
-
mergeron/__init__.py,sha256=
|
|
2
|
+
mergeron/__init__.py,sha256=LCTDy3JKYCbKAjEFxXbRWUjibgwXwh3TdiB59cfqw2k,1648
|
|
3
3
|
mergeron/core/__init__.py,sha256=KtjBlZOl7jwBCAUhrTJB9PdrN39YLYytNiSUSM_gRmA,62
|
|
4
4
|
mergeron/core/damodaran_margin_data.py,sha256=pjI1rSK_O1-3Oel5b9KXH6ctnInjX1Vii7fypt00gV8,8541
|
|
5
|
-
mergeron/core/excel_helper.py,sha256=
|
|
5
|
+
mergeron/core/excel_helper.py,sha256=FfepqRVHzwkMVnXTwixNuc8OZFylJUh-oWTvBLXDLtQ,10444
|
|
6
6
|
mergeron/core/ftc_merger_investigations_data.py,sha256=ZaV2DO7UZabV8eX0Ubq_ToIor7tIRzcvYC54ADliuTk,27931
|
|
7
7
|
mergeron/core/guidelines_boundaries.py,sha256=__OHme8aGtwOgRXKp56WdX7k4vssAVQ8Ub54XwpS7mg,15621
|
|
8
8
|
mergeron/core/guidelines_boundary_functions.py,sha256=rXjncqTn7NPgI2KY9Wuv3WNrsjmv74hpH9-mUI56NgQ,29714
|
|
@@ -31,6 +31,6 @@ mergeron/gen/enforcement_stats.py,sha256=1Mrx2p2-tXN9RdUQgRyk25xPvwh42EtjUHQgHMd
|
|
|
31
31
|
mergeron/gen/market_sample.py,sha256=4AxzF8WYPsfZaWGMtm0LMkLrEPSgRUNXd_z_ddP9-vE,2303
|
|
32
32
|
mergeron/gen/upp_tests.py,sha256=U2smV53VBnORIQpn3KCSdneSyegrq4dq-zT_6Eg-PIE,17302
|
|
33
33
|
mergeron/py.typed,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
34
|
-
mergeron-2024.739079.
|
|
35
|
-
mergeron-2024.739079.
|
|
36
|
-
mergeron-2024.739079.
|
|
34
|
+
mergeron-2024.739079.13.dist-info/METADATA,sha256=4Dwvb55YuJxkmLfs-01LzDMpN2fhPOVUKh1--38UwTs,8691
|
|
35
|
+
mergeron-2024.739079.13.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
36
|
+
mergeron-2024.739079.13.dist-info/RECORD,,
|
|
File without changes
|