Added Stubfiles to help with accessing typehints #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added and wrote you guys a new Stub-file with a new tool that I'm currently working for research but I plan to do a bigger pull request to cython in the future with this new feature I'm working on that will allow users to better have access to readability and type-hints but also to be able to have access to a hover table of functions in Visual Studio Code. I found this library to be a lot better than and faster than JS2PY from a web-scraping perspective when it came to cracking slow-aes java-script in html5 and foiling bot-checkers , so at the same time I wanted to return the favor...
I also added support for Cython Language level 3 even though I don't currently know if anyone is using python 2 but let me know if you still are.