🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

libfuncpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libfuncpy

Functional Programming tools in Python.

0.0.4
PyPI
Maintainers
1

========= 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/build/badge.svg?branch=main :target: https://github.com/joaomcteixeira/libfuncpy/actions?workflow=build :alt: Package Build

.. image:: https://codecov.io/gh/joaomcteixeira/libfuncpy/branch/main/graph/badge.svg?token=AOJFM3HPJF :target: https://codecov.io/gh/joaomcteixeira/libfuncpy :alt: Codecov

.. image:: https://api.codeclimate.com/v1/badges/262a24f8c06d6f27ebd6/maintainability :target: https://codeclimate.com/github/joaomcteixeira/libfuncpy/maintainability :alt: Maintainability

.. image:: https://readthedocs.org/projects/libfuncpy/badge/?version=latest :target: https://libfuncpy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/pypi/pyversions/libfuncpy :target: https://pypi.org/project/libfuncpy/ :alt: PyPI - Python Version

.. image:: https://img.shields.io/pypi/v/libfuncpy :target: https://pypi.org/project/libfuncpy/ :alt: PyPI

Motivation

Functional Programming tools in Python - extending beyond map, filter, reduce, and partial.

.. _discussion: https://github.com/joaomcteixeira/libfuncpy/discussions .. _documentation: https://libfuncpy.readthedocs.io/

Changelog

v0.0.4 (2021-07-19)

  • Add docstrings
  • add mapc
  • add new names and list of deprecates
  • disable isort checks

v0.0.3 (2021-06-29)

  • implemented make_iterable

v0.0.2 (2021-06-29)

  • corrected git actions

v0.0.1 (2021-06-29)

  • PyPI badges

v0.0.0 (2021-06-29)

  • Initial library commit

Keywords

functional programming

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts