Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.18 KB

README.rst

File metadata and controls

62 lines (37 loc) · 2.18 KB

image

image

image

image

image

image


image

image

image

image

image

image

Welcome to func_args Documentation

func_args is a library that can help you create a wrapper function with key word arguments, type hint on top of an existing third party function with ugly API design. See example.

Install

func_args is released on PyPI, so all you need is:

$ pip install func_args

To upgrade to latest version:

$ pip install --upgrade func_args