Hi Carl,
Yes, we would like to put all skeletons for third-party libraries in a single
repo and manage the repo via GitHub pull requests. A single repo with works
well for DefinitelyTyped, a collection of TypeScript stubs similar to Python
skeletons https://github.com/borisyankov/DefinitelyType
Hi Andrey,
I think this is a great proposition that can help many static analysis tools.
However, it makes me very sad that you have chosen the docutils format for
parameters and return types:
:type x: float
:param x: The X coordinate.
:type y: float
:param y: The Y coordinate.
:rtype: int
You