expit 1.0.12__tar.gz → 1.0.14__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.
- {expit-1.0.12/src/expit.egg-info → expit-1.0.14}/PKG-INFO +4 -4
- {expit-1.0.12 → expit-1.0.14}/pyproject.toml +5 -5
- {expit-1.0.12 → expit-1.0.14/src/expit.egg-info}/PKG-INFO +4 -4
- expit-1.0.14/src/expit.egg-info/requires.txt +2 -0
- expit-1.0.12/src/expit.egg-info/requires.txt +0 -2
- {expit-1.0.12 → expit-1.0.14}/LICENSE.txt +0 -0
- {expit-1.0.12 → expit-1.0.14}/MANIFEST.in +0 -0
- {expit-1.0.12 → expit-1.0.14}/README.rst +0 -0
- {expit-1.0.12 → expit-1.0.14}/setup.cfg +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit/__init__.py +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit/__main__.py +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit/core/__init__.py +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit/tests/__init__.py +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit/tests/test_easy.py +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit.egg-info/SOURCES.txt +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit.egg-info/dependency_links.txt +0 -0
- {expit-1.0.12 → expit-1.0.14}/src/expit.egg-info/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: expit
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.14
|
|
4
4
|
Summary: This project provides an implementation of the expit function.
|
|
5
|
-
Author-email: Johannes <johannes
|
|
5
|
+
Author-email: Johannes <johannes.programming@gmail.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
7
7
|
|
|
8
8
|
Copyright (c) 2023 Johannes Programming
|
|
@@ -39,8 +39,8 @@ Classifier: Typing :: Typed
|
|
|
39
39
|
Requires-Python: >=3.11
|
|
40
40
|
Description-Content-Type: text/x-rst
|
|
41
41
|
License-File: LICENSE.txt
|
|
42
|
-
Requires-Dist: click
|
|
43
|
-
Requires-Dist: preparse
|
|
42
|
+
Requires-Dist: click<9,>=8.2
|
|
43
|
+
Requires-Dist: preparse<2,>=0.1.6
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
|
|
46
46
|
=====
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[build-system]
|
|
2
2
|
build-backend = "setuptools.build_meta"
|
|
3
3
|
requires = [
|
|
4
|
-
"setuptools>=61.0
|
|
4
|
+
"setuptools>=61.0",
|
|
5
5
|
]
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
authors = [
|
|
9
|
-
{ email = "johannes
|
|
9
|
+
{ email = "johannes.programming@gmail.com", name = "Johannes" },
|
|
10
10
|
]
|
|
11
11
|
classifiers = [
|
|
12
12
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -19,15 +19,15 @@ classifiers = [
|
|
|
19
19
|
"Typing :: Typed",
|
|
20
20
|
]
|
|
21
21
|
dependencies = [
|
|
22
|
-
"click>=8.
|
|
23
|
-
"preparse>=0.1.
|
|
22
|
+
"click>=8.2,<9",
|
|
23
|
+
"preparse>=0.1.6,<2",
|
|
24
24
|
]
|
|
25
25
|
description = "This project provides an implementation of the expit function."
|
|
26
26
|
keywords = []
|
|
27
27
|
name = "expit"
|
|
28
28
|
readme = "README.rst"
|
|
29
29
|
requires-python = ">=3.11"
|
|
30
|
-
version = "1.0.
|
|
30
|
+
version = "1.0.14"
|
|
31
31
|
|
|
32
32
|
[project.license]
|
|
33
33
|
file = "LICENSE.txt"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: expit
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.14
|
|
4
4
|
Summary: This project provides an implementation of the expit function.
|
|
5
|
-
Author-email: Johannes <johannes
|
|
5
|
+
Author-email: Johannes <johannes.programming@gmail.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
7
7
|
|
|
8
8
|
Copyright (c) 2023 Johannes Programming
|
|
@@ -39,8 +39,8 @@ Classifier: Typing :: Typed
|
|
|
39
39
|
Requires-Python: >=3.11
|
|
40
40
|
Description-Content-Type: text/x-rst
|
|
41
41
|
License-File: LICENSE.txt
|
|
42
|
-
Requires-Dist: click
|
|
43
|
-
Requires-Dist: preparse
|
|
42
|
+
Requires-Dist: click<9,>=8.2
|
|
43
|
+
Requires-Dist: preparse<2,>=0.1.6
|
|
44
44
|
Dynamic: license-file
|
|
45
45
|
|
|
46
46
|
=====
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|