functionalthreading 0.6.3__tar.gz → 0.6.4__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.
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/PKG-INFO +2 -2
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading.egg-info/PKG-INFO +2 -2
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/pyproject.toml +2 -2
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/LICENSE +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/README.md +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading/__init__.py +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading/classes/__init__.py +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading/functions/__init__.py +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading.egg-info/SOURCES.txt +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading.egg-info/dependency_links.txt +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading.egg-info/top_level.txt +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/setup.cfg +0 -0
- {functionalthreading-0.6.3 → functionalthreading-0.6.4}/setup.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: functionalthreading
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.4
|
|
4
4
|
Summary: Concurrent functional programming with thread-based parallelism
|
|
5
5
|
Author-email: Richard Tong <richytong@gmail.com>
|
|
6
6
|
License-Expression: Unlicense
|
|
7
|
-
Project-URL: Homepage, https://
|
|
7
|
+
Project-URL: Homepage, https://pypi.org/project/functionalthreading/
|
|
8
8
|
Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
{functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading.egg-info/PKG-INFO
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: functionalthreading
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.4
|
|
4
4
|
Summary: Concurrent functional programming with thread-based parallelism
|
|
5
5
|
Author-email: Richard Tong <richytong@gmail.com>
|
|
6
6
|
License-Expression: Unlicense
|
|
7
|
-
Project-URL: Homepage, https://
|
|
7
|
+
Project-URL: Homepage, https://pypi.org/project/functionalthreading/
|
|
8
8
|
Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "functionalthreading"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.4"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name="Richard Tong", email="richytong@gmail.com" },
|
|
6
6
|
]
|
|
@@ -15,5 +15,5 @@ license = "Unlicense"
|
|
|
15
15
|
license-files = ["LICENSE"]
|
|
16
16
|
|
|
17
17
|
[project.urls]
|
|
18
|
-
Homepage = "https://
|
|
18
|
+
Homepage = "https://pypi.org/project/functionalthreading/"
|
|
19
19
|
Issues = "https://github.com/richytong/functionalthreading/issues"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading/classes/__init__.py
RENAMED
|
File without changes
|
{functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading/functions/__init__.py
RENAMED
|
File without changes
|
{functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{functionalthreading-0.6.3 → functionalthreading-0.6.4}/functionalthreading.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|