Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Were these manually generated? #17

Open
iloveitaly opened this issue Aug 16, 2024 · 1 comment
Open

Were these manually generated? #17

iloveitaly opened this issue Aug 16, 2024 · 1 comment

Comments

@iloveitaly
Copy link

If so, amazing feat!

I've attempted to autogen some really basic types for my funcy-pipe project, which is why I'm curious how this is done: https://github.com/iloveitaly/funcy-pipe/pull/18/files

@ruancomelli
Copy link
Owner

Hello @iloveitaly!

I actually started out by running the mypy stubgen tool, which generated the initial project structure with some basic annotations.
Unfortunately, that tool generated either overly specific or overly generic (Any) annotations, so I had to review and adjust all of the generated PYI files.

I'm curious as to how you've done it now that so many months have passed 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants