mergeron 2025.739355.17__py3-none-any.whl → 2025.739355.19__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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: mergeron
|
|
3
|
-
Version: 2025.739355.
|
|
3
|
+
Version: 2025.739355.19
|
|
4
4
|
Summary: Python for analyzing merger enforcement policy
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: merger enforcement policy,merger guidelines,merger screening,enforcement presumptions,concentration standards,diversion ratio,upward pricing pressure,GUPPI
|
|
@@ -60,14 +60,14 @@ mergeron: Python for analyzing merger enforcement policy
|
|
|
60
60
|
.. image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
|
|
61
61
|
:target: https://python-poetry.org/
|
|
62
62
|
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
|
|
63
|
-
:target: https://github.com/astral-sh/ruff
|
|
63
|
+
:target: https://github.com/astral-sh/ruff/
|
|
64
64
|
.. image:: https://www.mypy-lang.org/static/mypy_badge.svg
|
|
65
65
|
:target: https://mypy-lang.org/
|
|
66
66
|
.. image:: https://img.shields.io/badge/code%20style-black-000000
|
|
67
|
-
:target: https://github.com/psf/black
|
|
67
|
+
:target: https://github.com/psf/black/
|
|
68
68
|
.. image:: https://img.shields.io/badge/License-MIT-yellow
|
|
69
69
|
:alt: License: MIT
|
|
70
|
-
:target: https://opensource.org/licenses/MIT
|
|
70
|
+
:target: https://opensource.org/licenses/MIT/
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
*Visualize* the sets of mergers falling within specified concentration and diversion-ratio thresholds. *Analyze* merger investigations data published by the U.S. Federal Trade Commission in various reports on extended merger investigations (Second Requests) during 1996 to 2011.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
mergeron/__init__.py,sha256=
|
|
1
|
+
mergeron/__init__.py,sha256=qUv2lsCMLTChcBHNDPGbjU6-E8kUZAEHeA9IHhm3wG8,5788
|
|
2
2
|
mergeron/core/__init__.py,sha256=4Y_q-Qu7gXENVKHS-lNebn5mPZDy9oPHFwUV7fAW9Nw,3269
|
|
3
3
|
mergeron/core/empirical_margin_distribution.py,sha256=aqQ7JYpliHSjHpzyPRkYW9LhJfp-aAlSifRxYx3Dmbo,11623
|
|
4
4
|
mergeron/core/ftc_merger_investigations_data.py,sha256=ccPN81wE6Z-jUguXtAr01JUJVovWzP8Vxlha9g3r8yI,28788
|
|
@@ -15,6 +15,6 @@ mergeron/gen/data_generation_functions.py,sha256=GQaeIzdiBXrYWMb9-kO2QPBY7YAVtUx
|
|
|
15
15
|
mergeron/gen/enforcement_stats.py,sha256=etTax-sBSn8DveF-IxuBJDdX0XSBD6oFU9vaZe6cYks,14387
|
|
16
16
|
mergeron/gen/upp_tests.py,sha256=gRJISQ2jGmIDmFOvaTIkvYooI4mK-QbgkfgL46RrRio,7445
|
|
17
17
|
mergeron/py.typed,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
18
|
-
mergeron-2025.739355.
|
|
19
|
-
mergeron-2025.739355.
|
|
20
|
-
mergeron-2025.739355.
|
|
18
|
+
mergeron-2025.739355.19.dist-info/METADATA,sha256=5p0kLMpsU_m0x-wHCYSzq4WD32l3jOs4VIka5ZbmGOk,4066
|
|
19
|
+
mergeron-2025.739355.19.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
20
|
+
mergeron-2025.739355.19.dist-info/RECORD,,
|
|
File without changes
|