punctional 0.1.1__py3-none-any.whl → 0.1.3__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.
punctional/__init__.py CHANGED
@@ -13,7 +13,7 @@ from .string import ToUpper, ToLower, Contains
13
13
  from .list_filters import Map, FilterList, Reduce
14
14
  from .monads import Option, Some, Nothing, Result, Ok, Error, some, try_result
15
15
 
16
- __version__ = "0.1.1"
16
+ __version__ = "0.1.3"
17
17
 
18
18
  __all__ = [
19
19
  # Core
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: punctional
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: A functional programming framework for Python — composable filters, method chaining, and expressive data pipelines with Option and Result monads.
5
5
  Project-URL: Homepage, https://github.com/peghaz/punctional
6
6
  Project-URL: Repository, https://github.com/peghaz/punctional
7
7
  Project-URL: Documentation, https://github.com/peghaz/punctional#readme
8
8
  Project-URL: Issues, https://github.com/peghaz/punctional/issues
9
- Author-email: Mehdi Peghaz <peghaz@example.com>
9
+ Author-email: Mehdi Yaminli <mehdiyamin@gmail.com>
10
10
  License: MIT
11
11
  License-File: LICENSE
12
12
  Keywords: composition,data-pipeline,filters,functional-programming,method-chaining,monads,option,pipe-operator,result
@@ -15,18 +15,17 @@ Classifier: Intended Audience :: Developers
15
15
  Classifier: License :: OSI Approved :: MIT License
16
16
  Classifier: Operating System :: OS Independent
17
17
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.12
19
- Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
20
  Classifier: Typing :: Typed
22
- Requires-Python: >=3.12
21
+ Requires-Python: >=3.10
23
22
  Description-Content-Type: text/markdown
24
23
 
25
24
  # Punctional
26
25
 
27
26
  > Functional programming for Python — monads, composable filters, and expressive data pipelines.
28
27
 
29
- [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
28
+ [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
30
29
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
31
30
 
32
31
  ## What is Punctional?
@@ -1,4 +1,4 @@
1
- punctional/__init__.py,sha256=0fzsSIiCBnYKBug88xYWHVCWtngDcHIAM_enuqkHmKc,1271
1
+ punctional/__init__.py,sha256=g_gQO8aiR01xSQQpBT9FxaiDQ0y_MNrPH4o89uaw3aI,1271
2
2
  punctional/arithmetic.py,sha256=TzU5wJqu0olmEyh-TuHIpMH_2mw-EFoDRxmK6kAFbUU,1071
3
3
  punctional/comparison.py,sha256=X9SzAXbNXUR5_lmPaZPaTMqM_0zwlvNPb93pcpipogI,850
4
4
  punctional/core.py,sha256=g3VuKNpfbIBoNf8OEAUDtc5bLdr-PAbbMwupnkz8wPE,2838
@@ -7,7 +7,7 @@ punctional/logical.py,sha256=3TR0Bgv-SwUjo4o177hHe8YLTr3jG4Kb13GZBGmEb9w,980
7
7
  punctional/monads.py,sha256=zDGr7GMhiGc5whNj81lQTDgxfJtBOuh8IuNGpT7gq5g,9739
8
8
  punctional/string.py,sha256=E8Ajo7_Rok55_ZNbDFQgCub0VCM4-fW_bUNswyUqDds,607
9
9
  punctional/types.py,sha256=gS8Z3XtHKT0dttuGUMFsZWMoiLKuE51cRZMOVVaNKJw,1724
10
- punctional-0.1.1.dist-info/METADATA,sha256=LObRFwN3ERvb3uJBYtiinfCbWrR4d6oCq-AJ1A2bnR4,12046
11
- punctional-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
12
- punctional-0.1.1.dist-info/licenses/LICENSE,sha256=-iDh_gcypGAb576TWRWkMhTMvuAaOML4rZwKV1s8Xoo,1070
13
- punctional-0.1.1.dist-info/RECORD,,
10
+ punctional-0.1.3.dist-info/METADATA,sha256=iNeCYfMuKtdzYr-mqdt2zKoMzSjzKwVU4Y4BwbErr1M,11998
11
+ punctional-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
12
+ punctional-0.1.3.dist-info/licenses/LICENSE,sha256=-iDh_gcypGAb576TWRWkMhTMvuAaOML4rZwKV1s8Xoo,1070
13
+ punctional-0.1.3.dist-info/RECORD,,