functionalthreading 0.6.2__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.4/LICENSE +7 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/PKG-INFO +3 -2
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading.egg-info/PKG-INFO +3 -2
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/pyproject.toml +4 -4
- functionalthreading-0.6.2/LICENSE +0 -6
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/README.md +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading/__init__.py +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading/classes/__init__.py +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading/functions/__init__.py +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading.egg-info/SOURCES.txt +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading.egg-info/dependency_links.txt +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading.egg-info/top_level.txt +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/setup.cfg +0 -0
- {functionalthreading-0.6.2 → functionalthreading-0.6.4}/setup.py +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
This is free and unencumbered software released into the public domain.
|
|
2
|
+
|
|
3
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
|
|
4
|
+
|
|
5
|
+
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -1,9 +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://pypi.org/project/functionalthreading/
|
|
7
8
|
Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
|
|
8
9
|
Classifier: Programming Language :: Python :: 3
|
|
9
10
|
Classifier: Operating System :: OS Independent
|
{functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading.egg-info/PKG-INFO
RENAMED
|
@@ -1,9 +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://pypi.org/project/functionalthreading/
|
|
7
8
|
Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
|
|
8
9
|
Classifier: Programming Language :: Python :: 3
|
|
9
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
|
]
|
|
@@ -11,9 +11,9 @@ classifiers = [
|
|
|
11
11
|
"Programming Language :: Python :: 3",
|
|
12
12
|
"Operating System :: OS Independent",
|
|
13
13
|
]
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
license = "Unlicense"
|
|
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"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
The CLOUT Free and Open Source Software License (CFOSS)
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.
|
|
4
|
-
|
|
5
|
-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE, OR IN THE USE OF OR OTHER DEALINGS OF THE SOFTWARE.
|
|
6
|
-
|
|
File without changes
|
|
File without changes
|
{functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading/classes/__init__.py
RENAMED
|
File without changes
|
{functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading/functions/__init__.py
RENAMED
|
File without changes
|
{functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{functionalthreading-0.6.2 → functionalthreading-0.6.4}/functionalthreading.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|