Skip to content

Conversation

@jonathanslenders
Copy link
Member

For prompt_toolkit 3.0, we'd like at least the following:

  • Type annotations everywhere, and type checking with mypy.
  • Asyncio natively.

This pull request adds type annotations (still work in progress).

@jonathanslenders jonathanslenders force-pushed the type-annotations branch 3 times, most recently from c217827 to a868756 Compare April 16, 2019 21:03
@jonathanslenders jonathanslenders force-pushed the type-annotations branch 16 times, most recently from 50bfc66 to 9d0740f Compare April 27, 2019 20:28
@jonathanslenders jonathanslenders force-pushed the type-annotations branch 10 times, most recently from 2a1e146 to 305527f Compare May 3, 2019 20:19
@jonathanslenders jonathanslenders force-pushed the type-annotations branch 17 times, most recently from 3b447de to 36bc9c8 Compare May 7, 2019 21:03
This is a rewrite that starts taking advantage of Python 3 functionality. - It uses native asyncio coroutines and async generators everywhere. - We have type annotations in most of the code. - Python 2 support has been dropped (usage of six has been removed). - Use of ContextVars for keeping track of the currently running application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants