Metadata-Version: 2.0
Name: ducktest
Version: 0.1.10
Summary: Generate type hints from unit tests
Home-page: https://github.com/markuswissinger/ducktestpy
Author: Markus Wissinger
Author-email: markus.wissinger@gmail.com
License: Apache License 2.0
Keywords: development tool type hinting unittest living documentation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: future
Requires-Dist: mock

ducktest
========

ducktest is a command line tool to generate type hints from unit tests.

ducktest executes tests in given folders and collects the types of call parameters and return values. Then it writes
that information into the corresponding method docstrings.

github: https://github.com/markuswissinger/ducktestpy/

readthedocs: http://markuswissinger.readthedocs.io/en/latest/

