expit 1.0.11__py3-none-any.whl → 1.0.12__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.
expit/core/__init__.py CHANGED
@@ -15,7 +15,7 @@ def function(x: float) -> float:
15
15
  return 1 / (1 + p)
16
16
 
17
17
 
18
- @preparse.PreParser(posix=False).click()
18
+ @preparse.PreParser().click()
19
19
  @click.command(add_help_option=False)
20
20
  @click.help_option("-h", "--help")
21
21
  @click.version_option(None, "-V", "--version")
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: expit
3
- Version: 1.0.11
3
+ Version: 1.0.12
4
4
  Summary: This project provides an implementation of the expit function.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -40,7 +40,8 @@ Requires-Python: >=3.11
40
40
  Description-Content-Type: text/x-rst
41
41
  License-File: LICENSE.txt
42
42
  Requires-Dist: click>=8.1.7
43
- Requires-Dist: preparse>=0.0.3
43
+ Requires-Dist: preparse>=0.1.0.dev0
44
+ Dynamic: license-file
44
45
 
45
46
  =====
46
47
  expit
@@ -0,0 +1,10 @@
1
+ expit/__init__.py,sha256=_6zfbxGbD_Ca4EPx7eJ7h7SU1L6QXdBe9MkpSu5tzvU,90
2
+ expit/__main__.py,sha256=vtuVmp_tcHYg_kJhOYt6cRPinFrpMR4yV_6b8tx4n-Q,62
3
+ expit/core/__init__.py,sha256=6F3b0e67BrPF_LUHDdu6FcnrIE1-y0H8wU5OQL82XNE,583
4
+ expit/tests/__init__.py,sha256=vTK8DNdf2ozNTfNEtgxXbhfdrjc8h5LgTdY9jmUHPd4,226
5
+ expit/tests/test_easy.py,sha256=9dmpNM9_Lfa5t4UFZlAGIWjI1dJAWcRYjHNmyw9H96k,4200
6
+ expit-1.0.12.dist-info/licenses/LICENSE.txt,sha256=4_wW1qomV3dbE2RahXvz_BOPr_JNzdKxC90VCXXc74o,1086
7
+ expit-1.0.12.dist-info/METADATA,sha256=hHuYViCQ0QLAYdpX2Z2BV23x57S74FftxxGV-X4dRrI,2377
8
+ expit-1.0.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ expit-1.0.12.dist-info/top_level.txt,sha256=WDTulZQtgreaVuxzGQhRWdINPuLlCvMWl0gGgmVnsa0,6
10
+ expit-1.0.12.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- expit/__init__.py,sha256=_6zfbxGbD_Ca4EPx7eJ7h7SU1L6QXdBe9MkpSu5tzvU,90
2
- expit/__main__.py,sha256=vtuVmp_tcHYg_kJhOYt6cRPinFrpMR4yV_6b8tx4n-Q,62
3
- expit/core/__init__.py,sha256=5F0GasCTXxsu7k8KSvurS7R6d0bHSqjww7Vw0Pq0x2Y,594
4
- expit/tests/__init__.py,sha256=vTK8DNdf2ozNTfNEtgxXbhfdrjc8h5LgTdY9jmUHPd4,226
5
- expit/tests/test_easy.py,sha256=9dmpNM9_Lfa5t4UFZlAGIWjI1dJAWcRYjHNmyw9H96k,4200
6
- expit-1.0.11.dist-info/LICENSE.txt,sha256=4_wW1qomV3dbE2RahXvz_BOPr_JNzdKxC90VCXXc74o,1086
7
- expit-1.0.11.dist-info/METADATA,sha256=5lpH_HEm9X5zDXYY8F_MTdrV7Vb2ZcoMxjqDf30KwdY,2350
8
- expit-1.0.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
- expit-1.0.11.dist-info/top_level.txt,sha256=WDTulZQtgreaVuxzGQhRWdINPuLlCvMWl0gGgmVnsa0,6
10
- expit-1.0.11.dist-info/RECORD,,