Skip to content

First stable release

Choose a tag to compare

@penguinolog penguinolog released this 10 Nov 19:18
· 473 commits to master since this release
  • Drop historical code and update documentation

Development was started with re-using of historic code,
but now it's clean package with minimal requirements
(funcsigs looks like copy-paste from inspect.signature + adoption to use on python 2.7
(Enum is not available, not using enum34 package)).

  • Mark package as stable (tested by unit tests and external run).