Metadata-Version: 2.1
Name: RC-Functools
Version: 0.0.5
Summary: Extended functional tools and None-handling for Python
Home-page: https://github.com/sorrowfulT-Rex/Python-Functools
Author: Sorrowful T-Rex
Author-email: yc4120@ic.ac.uk
License: UNKNOWN
Description: # Python-Functools
        
        Since I just had some courses on Haskell and Kotlin, I found it intriguing to implement some of the functional tools in Python. For example, forEach and mapIndexed from Kotlin and ($) and scanl from Haskell. I've also included more intricate functions such as filter_acc, which can be used to build cool one-liners such as prime filterer with the Sieve of Eratosthenes. Check for the examples provided in the code.
        
        Additionally, I've added some null-handling (None-handling?) functions, such as one that imitates the Elvis Operator in Kotlin/Swift.
        
        I'll aim to make a fuller documentation during Christmas.
        
        
        Sorrowful T-Rex on 15 Dec. 2020
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
