Metadata-Version: 2.1
Name: makefun
Version: 1.4.0
Summary: Small library to dynamically create python functions.
Home-page: https://github.com/smarie/python-makefun
Maintainer: Sylvain MARIE
Maintainer-email: sylvain.marie@se.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-makefun/tarball/1.4.0
Keywords: dynamic function generation definition signature args wrapper
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: funcsigs ; python_version < "3.3"

makefun
=======

|Python versions| |Build Status| |Tests Status| |codecov|

|Documentation| |PyPI| |Downloads| |Downloads per week| |GitHub stars|

Small library to dynamically create python functions.

The documentation for users is available here:
https://smarie.github.io/python-makefun/

A readme for developers is available here:
https://github.com/smarie/python-makefun

.. |Python versions| image:: https://img.shields.io/pypi/pyversions/makefun.svg
   :target: https://pypi.python.org/pypi/makefun/
.. |Build Status| image:: https://travis-ci.org/smarie/python-makefun.svg?branch=master
   :target: https://travis-ci.org/smarie/python-makefun
.. |Tests Status| image:: https://smarie.github.io/python-makefun/junit/junit-badge.svg?dummy=8484744
   :target: https://smarie.github.io/python-makefun/junit/report.html
.. |codecov| image:: https://codecov.io/gh/smarie/python-makefun/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/smarie/python-makefun
.. |Documentation| image:: https://img.shields.io/badge/doc-latest-blue.svg
   :target: https://smarie.github.io/python-makefun/
.. |PyPI| image:: https://img.shields.io/pypi/v/makefun.svg
   :target: https://pypi.python.org/pypi/makefun/
.. |Downloads| image:: https://pepy.tech/badge/makefun
   :target: https://pepy.tech/project/makefun
.. |Downloads per week| image:: https://pepy.tech/badge/makefun/week
   :target: https://pepy.tech/project/makefun
.. |GitHub stars| image:: https://img.shields.io/github/stars/smarie/python-makefun.svg
   :target: https://github.com/smarie/python-makefun/stargazers


