Kentzo / git-archive-all

A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEP 484 compatible typing

Kentzo opened this issue · comments

Currently most of the methods are annotated with epydoc-style types. Some IDEs, like PyCharm, do recognize it. But it's better to use the appropriate Python 2.6 compatible typing annotations.