mergeron_extra 2024.739099.6__tar.gz → 2024.739148.0__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.
- {mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/PKG-INFO +3 -3
- {mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/README.rst +1 -1
- {mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/pyproject.toml +2 -2
- {mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/src/mergeron_extra/__init__.py +0 -0
- {mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/src/mergeron_extra/proportions_tests.py +0 -0
- {mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/src/mergeron_extra/tol_colors.py +0 -0
- {mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/src/mergeron_extra/xlsxw_helper.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mergeron_extra
|
|
3
|
-
Version: 2024.
|
|
3
|
+
Version: 2024.739148.0
|
|
4
4
|
Summary: Tools for users of the mergeron package.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Murthy Kambhampaty
|
|
@@ -20,12 +20,12 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
20
20
|
Requires-Dist: aenum (>=3.1.15,<4.0.0)
|
|
21
21
|
Requires-Dist: certifi (>=2023.11.17)
|
|
22
22
|
Requires-Dist: matplotlib (>=3.8)
|
|
23
|
-
Requires-Dist: numpy (>=1.26
|
|
23
|
+
Requires-Dist: numpy (>=1.26)
|
|
24
24
|
Requires-Dist: scipy (>=1.12)
|
|
25
25
|
Requires-Dist: xlsxwriter (>=3.1)
|
|
26
26
|
Description-Content-Type: text/x-rst
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
mergeron-extra: Support package for users of `mergeron`
|
|
29
29
|
=======================================================
|
|
30
30
|
|
|
31
31
|
Modules potentially useful to users of the :code:`mergeron` package, but which do not implement the principal functions of the package, and are hence considered "extras" or "external" modules. One of these modules is, in fact, repackaged here although published independently.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
mergeron-extra: Support package for users of `mergeron`
|
|
2
2
|
=======================================================
|
|
3
3
|
|
|
4
4
|
Modules potentially useful to users of the :code:`mergeron` package, but which do not implement the principal functions of the package, and are hence considered "extras" or "external" modules. One of these modules is, in fact, repackaged here although published independently.
|
|
@@ -4,7 +4,7 @@ description = "Tools for users of the mergeron package."
|
|
|
4
4
|
authors = ["Murthy Kambhampaty <smk@capeconomics.com>"]
|
|
5
5
|
license = "MIT"
|
|
6
6
|
readme = "README.rst"
|
|
7
|
-
version = "2024.
|
|
7
|
+
version = "2024.739148.0"
|
|
8
8
|
|
|
9
9
|
classifiers = [
|
|
10
10
|
"Development Status :: 4 - Beta",
|
|
@@ -30,7 +30,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
30
30
|
# if poetry dependency resolution appears to hang (read the page at link to the end)
|
|
31
31
|
aenum = "^3.1.15"
|
|
32
32
|
matplotlib = ">=3.8"
|
|
33
|
-
numpy = ">=1.26
|
|
33
|
+
numpy = ">=1.26"
|
|
34
34
|
python = "^3.12"
|
|
35
35
|
scipy = ">=1.12"
|
|
36
36
|
xlsxwriter = ">=3.1"
|
{mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/src/mergeron_extra/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/src/mergeron_extra/tol_colors.py
RENAMED
|
File without changes
|
{mergeron_extra-2024.739099.6 → mergeron_extra-2024.739148.0}/src/mergeron_extra/xlsxw_helper.py
RENAMED
|
File without changes
|