expit 1.0.5__py3-none-any.whl → 1.0.6__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/__init__.py CHANGED
@@ -18,7 +18,7 @@ def function(x: float):
18
18
 
19
19
 
20
20
  @_click.command()
21
- @_click.argument("x", "the argument for the expit function")
21
+ @_click.argument("x", help="the argument for the expit function")
22
22
  def main(x: float):
23
23
  _click.echo(function(x))
24
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: expit
3
- Version: 1.0.5
3
+ Version: 1.0.6
4
4
  Summary: The expit function.
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -0,0 +1,7 @@
1
+ expit/__init__.py,sha256=X-MW3sKXrAbLyX1XOPecZ-bIbH884DDYzX5Mz0MBbuQ,473
2
+ expit/__main__.py,sha256=vtuVmp_tcHYg_kJhOYt6cRPinFrpMR4yV_6b8tx4n-Q,62
3
+ expit-1.0.6.dist-info/LICENSE.txt,sha256=4_wW1qomV3dbE2RahXvz_BOPr_JNzdKxC90VCXXc74o,1086
4
+ expit-1.0.6.dist-info/METADATA,sha256=u5t3kza3n3TxjfhT5A10iUBT1Ee9lpqiE1MRFLeSGz4,2675
5
+ expit-1.0.6.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
6
+ expit-1.0.6.dist-info/top_level.txt,sha256=WDTulZQtgreaVuxzGQhRWdINPuLlCvMWl0gGgmVnsa0,6
7
+ expit-1.0.6.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- expit/__init__.py,sha256=7Y6vw6pJGUFNdzvTDqwlgrayNUlwT0fLUGeyw5UxLLQ,468
2
- expit/__main__.py,sha256=vtuVmp_tcHYg_kJhOYt6cRPinFrpMR4yV_6b8tx4n-Q,62
3
- expit-1.0.5.dist-info/LICENSE.txt,sha256=4_wW1qomV3dbE2RahXvz_BOPr_JNzdKxC90VCXXc74o,1086
4
- expit-1.0.5.dist-info/METADATA,sha256=ZcbG-rAlTUhZTgouzWFRGtfN0Q9AhTZjuw8c9Rn2UYs,2675
5
- expit-1.0.5.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
6
- expit-1.0.5.dist-info/top_level.txt,sha256=WDTulZQtgreaVuxzGQhRWdINPuLlCvMWl0gGgmVnsa0,6
7
- expit-1.0.5.dist-info/RECORD,,
File without changes