Metadata-Version: 2.1
Name: libfuncpy
Version: 0.0.0
Summary: Functional Programming tools in Python.
Home-page: https://github.com/joaomcteixeira/libfuncpy
Author: Joao Miguel Correia Teixeira
Author-email: joaomcteixeira@gmail.com
License: MIT License
Project-URL: webpage, https://github.com/joaomcteixeira/libfuncpy
Project-URL: Documentation, https://libfuncpy.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/joaomcteixeira/libfuncpy/blob/main/docs/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/joaomcteixeira/libfuncpy/issues
Project-URL: Discussion Forum, https://github.com/joaomcteixeira/libfuncpy/discussions
Description: =========
        libfuncpy
        =========
        
        .. image:: https://github.com/joaomcteixeira/libfuncpy/workflows/Tests/badge.svg?branch=main
            :target: https://github.com/joaomcteixeira/libfuncpy/actions?workflow=Tests
            :alt: Test Status
        
        .. image:: https://github.com/joaomcteixeira/libfuncpy/workflows/Package%20Build/badge.svg?branch=main
            :target: https://github.com/joaomcteixeira/libfuncpy/actions?workflow=Package%20Build
            :alt: Package Build
        
        .. image:: https://codecov.io/gh/joaomcteixeira/libfuncpy/branch/main/graph/badge.svg
            :target: https://codecov.io/gh/joaomcteixeira/libfuncpy
            :alt: Codecov
        
        .. image:: https://img.shields.io/codacy/grade/ae042ac066554bfab398024b0beea6a5/main?label=Codacy
            :target: https://app.codacy.com/manual/joaomcteixeira/libfuncpy/dashboard
            :alt: Codacy
        
        .. image:: https://api.codeclimate.com/v1/badges/d96cc9a1841a819cd4f5/maintainability
           :target: https://codeclimate.com/github/joaomcteixeira/libfuncpy/maintainability
           :alt: Maintainability
        
        .. image:: https://img.shields.io/codeclimate/tech-debt/joaomcteixeira/libfuncpy
            :target: https://codeclimate.com/github/joaomcteixeira/libfuncpy
            :alt: Code Climate technical debt
        
        .. image:: https://img.shields.io/readthedocs/libfuncpy/latest?label=Read%20the%20Docs
            :target: https://libfuncpy.readthedocs.io/en/latest/index.html
            :alt: Read the Docs
        
        Summary
        =======
        
        Functional Programming tools in Python - extending beyond map, filter,
        reduce, and partial.
        
        Version
        =======
        
        v0.0.0
        
        .. _discussion: https://github.com/joaomcteixeira/libfuncpy/discussions
        .. _documentation: https://libfuncpy.readthedocs.io/
        
        
        Changelog
        =========
        
        * Initial library commit
        
Keywords: functional programming
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7, <3.10
Description-Content-Type: text/x-rst
