- 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).