Metadata-Version: 2.0
Name: fuf
Version: 0.6.1
Summary: Funced-Up Functions
Home-page: UNKNOWN
Author: Matt Soucy
Author-email: msoucy@csh.rit.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: six

funced-up-functions
===================

.. image:: https://pypip.in/download/fuf/badge.svg
    :target: https://pypi.python.org/pypi/fuf/
    :alt: Downloads

.. image:: https://pypip.in/version/fuf/badge.svg
    :target: https://pypi.python.org/pypi/fuf/
    :alt: Latest Version

.. image:: https://pypip.in/py_versions/fuf/badge.svg
    :target: https://pypi.python.org/pypi/fuf/
    :alt: Supported Python Versions

.. image:: https://pypip.in/implementation/fuf/badge.svg
    :target: https://pypi.python.org/pypi/fuf/
    :alt: Supported Python Implementations

.. image:: https://pypip.in/format/fuf/badge.svg
    :target: https://pypi.python.org/pypi/fuf/
    :alt: Download Format

.. image:: https://pypip.in/license/fuf/badge.svg
    :target: https://pypi.python.org/pypi/fuf/
    :alt: License

Various function-related manipulators

This is meant to be a relatively simple library that adds support for miscellaneous tricks with functions.

Some of the tools include:

- Overload sets with argument constraints
- A slightly-improved version of functools.wraps, which also copies the signature of the function
- Set of functions that gets dispatched based on the first argument - proof of concept
- A dictionary class that dispatches to another dictionary if a lookup fails



