punctional 0.1.2__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.2"
16
+ __version__ = "0.1.3"
17
17
 
18
18
  __all__ = [
19
19
  # Core
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: punctional
3
- Version: 0.1.2
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
@@ -15,8 +15,7 @@ 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
21
  Requires-Python: >=3.10
@@ -26,7 +25,7 @@ Description-Content-Type: text/markdown
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=CUSYY084_Vkm9_ql59owgyVtoMKJzsiN4cJN740MeKQ,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.2.dist-info/METADATA,sha256=Bc3ZwYvYZlxGLW64TwiUCiZvHIId_mJn0TQOK5CCrRg,12049
11
- punctional-0.1.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
12
- punctional-0.1.2.dist-info/licenses/LICENSE,sha256=-iDh_gcypGAb576TWRWkMhTMvuAaOML4rZwKV1s8Xoo,1070
13
- punctional-0.1.2.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,,