loongson/pypi/: singledispatch-3.7.0 metadata and description

Homepage Simple index

Backport functools.singledispatch from Python 3.4 to Python 2.6-3.3.

author Jason R. Coombs
author_email jaraco@jaraco.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.2
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
keywords single,dispatch,generic,functions,singledispatch,genericfunctions,decorator,backport
platform
  • UNKNOWN
provides_extras testing
requires_dist
  • six
  • ordereddict ; python_version < "2.7"
  • sphinx ; extra == 'docs'
  • jaraco.packaging (>=8.2) ; extra == 'docs'
  • rst.linker (>=1.9) ; extra == 'docs'
  • pytest (>=4.6) ; extra == 'testing'
  • pytest-flake8 ; extra == 'testing'
  • pytest-cov ; extra == 'testing'
  • pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing'
  • unittest2 ; (python_version < "3") and extra == 'testing'
  • pytest-checkdocs (>=2.4) ; (python_version > "3.6") and extra == 'testing'
requires_python >=2.6

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
singledispatch-3.7.0-py2.py3-none-any.whl
Size
9 KB
Type
Python Wheel
Python
2.7
https://img.shields.io/pypi/v/singledispatch.svg https://img.shields.io/pypi/pyversions/singledispatch.svg tests Code style: Black https://img.shields.io/badge/skeleton-2021-informational

PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions.

This library is a backport of this functionality and its evolution.

Refer to the upstream documentation for API guidance. To use the backport, simply use from singledispatch import singledispatch, singledispatchmethod in place of from functools import singledispatch, singledispatchmethod.

Maintenance

This backport is maintained on Github by Jason R. Coombs, one of the members of the core CPython team: