RETIRED, further work has moved to Debian project infrastructure
Go to file
Alessandro Molina dc2d95a617 typo 2017-03-18 00:27:22 +01:00
crank Test for functions decorated with __wrapped__ 2017-03-17 23:56:16 +01:00
tests Test for functions decorated with __wrapped__ 2017-03-17 23:56:16 +01:00
.coveragerc Add travis and coveralls informations 2013-12-04 13:29:07 +01:00
.hgignore initial framework for crank, no tests yet 2010-03-12 14:55:06 -05:00
.hgtags Added tag 0.6.4 for changeset 3147f43810ad 2012-08-16 11:33:37 -06:00
.travis.yml Tweak travis 2017-03-17 23:57:55 +01:00
LICENSE.txt Preparing project for github ecosystem 2013-12-04 13:24:33 +01:00
README.rst typo 2017-03-18 00:27:22 +01:00
setup.cfg added setup.cfg 2010-03-13 13:16:35 -05:00
setup.py Version 0.8.1 2017-03-18 00:26:16 +01:00

README.rst

Crank

image

image

Generalized Object based Dispatch mechanism for use across frameworks.

License

Crank is licensed under an MIT-style license (see LICENSE.txt). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use.

ChangeLog

0.8.1

  • Improved support for decorated functions that provide __wrapped__.

0.8.0

0.7.3

  • Add initial support for Python 3.5

0.7.2

  • Fix issue with parameters with None value when preparing positional arguments for dispatch.

0.7.1

  • Fix issue that in some cased caused _lookup to not be called for RestDispatcher
  • Speedup permission checks, in some conditions they were performed twice
  • Python 3.4 is now officially supported