functionalthreading 0.6.1__tar.gz → 0.6.3__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.
@@ -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,8 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: functionalthreading
3
- Version: 0.6.1
3
+ Version: 0.6.3
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
+ License-Expression: Unlicense
6
7
  Project-URL: Homepage, https://github.com/richytong/functionalthreading
7
8
  Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
8
9
  Classifier: Programming Language :: Python :: 3
@@ -13,7 +14,7 @@ License-File: LICENSE
13
14
  Dynamic: license-file
14
15
 
15
16
  # functionalthreading
16
- functionalthreading - Functional programming with thread-based parallelism
17
+ functionalthreading - Concurrent functional programming with thread-based parallelism
17
18
 
18
19
  ```python
19
20
  from functionalthreading import chain, tap, tmap
@@ -30,6 +31,9 @@ chain(
30
31
  ## Introduction
31
32
  The functionalthreading module provides functions for concurrent functional programming with thread-based parallelism. Functional programming is a programming paradigm where a program is thought to be a tree of functions. This module offers functions and classes that enable the functional programming paradigm and concurrent programming in Python.
32
33
 
34
+ ## Functional Programming
35
+ See [Functional Programming HOWTO](https://docs.python.org/3/howto/functional.html).
36
+
33
37
  ## Reference
34
38
 
35
39
  ### Thread(group=None, target=None, name=None, args=(), kwargs={}, *, daemon=None, context=None)
@@ -1,5 +1,5 @@
1
1
  # functionalthreading
2
- functionalthreading - Functional programming with thread-based parallelism
2
+ functionalthreading - Concurrent functional programming with thread-based parallelism
3
3
 
4
4
  ```python
5
5
  from functionalthreading import chain, tap, tmap
@@ -16,6 +16,9 @@ chain(
16
16
  ## Introduction
17
17
  The functionalthreading module provides functions for concurrent functional programming with thread-based parallelism. Functional programming is a programming paradigm where a program is thought to be a tree of functions. This module offers functions and classes that enable the functional programming paradigm and concurrent programming in Python.
18
18
 
19
+ ## Functional Programming
20
+ See [Functional Programming HOWTO](https://docs.python.org/3/howto/functional.html).
21
+
19
22
  ## Reference
20
23
 
21
24
  ### Thread(group=None, target=None, name=None, args=(), kwargs={}, *, daemon=None, context=None)
@@ -1,8 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: functionalthreading
3
- Version: 0.6.1
3
+ Version: 0.6.3
4
4
  Summary: Concurrent functional programming with thread-based parallelism
5
5
  Author-email: Richard Tong <richytong@gmail.com>
6
+ License-Expression: Unlicense
6
7
  Project-URL: Homepage, https://github.com/richytong/functionalthreading
7
8
  Project-URL: Issues, https://github.com/richytong/functionalthreading/issues
8
9
  Classifier: Programming Language :: Python :: 3
@@ -13,7 +14,7 @@ License-File: LICENSE
13
14
  Dynamic: license-file
14
15
 
15
16
  # functionalthreading
16
- functionalthreading - Functional programming with thread-based parallelism
17
+ functionalthreading - Concurrent functional programming with thread-based parallelism
17
18
 
18
19
  ```python
19
20
  from functionalthreading import chain, tap, tmap
@@ -30,6 +31,9 @@ chain(
30
31
  ## Introduction
31
32
  The functionalthreading module provides functions for concurrent functional programming with thread-based parallelism. Functional programming is a programming paradigm where a program is thought to be a tree of functions. This module offers functions and classes that enable the functional programming paradigm and concurrent programming in Python.
32
33
 
34
+ ## Functional Programming
35
+ See [Functional Programming HOWTO](https://docs.python.org/3/howto/functional.html).
36
+
33
37
  ## Reference
34
38
 
35
39
  ### Thread(group=None, target=None, name=None, args=(), kwargs={}, *, daemon=None, context=None)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "functionalthreading"
3
- version = "0.6.1"
3
+ version = "0.6.3"
4
4
  authors = [
5
5
  { name="Richard Tong", email="richytong@gmail.com" },
6
6
  ]
@@ -11,8 +11,8 @@ classifiers = [
11
11
  "Programming Language :: Python :: 3",
12
12
  "Operating System :: OS Independent",
13
13
  ]
14
- # license = "CFOSS"
15
- # license-files = ["LICENSE"]
14
+ license = "Unlicense"
15
+ license-files = ["LICENSE"]
16
16
 
17
17
  [project.urls]
18
18
  Homepage = "https://github.com/richytong/functionalthreading"
@@ -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 &quot;Software&quot;), 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
-