Releases: magmax/python-readchar
Releases · magmax/python-readchar
v4.2.1
v4.2.0
v4.1.0
v4.0.6
v4.0.5
v4.0.4
v4.0.4 preview 2
this is a preview version for testing. It should enable mypy to analyse readchar. See #100 for details
It should now actually contain the changes and incorperates the updated deploy workflow that allows for releases from development branches
You can install this version via on of the commands:
pip install -U --pre readchar==4.0.4.dev2
pip install -U git+https://github.com/magmax/python-readchar@v4.0.4-dev2
v4.1 preview
this is a preview version for testing. It introduces a new Context-Manager (named ReadChar
). See #96 for details
You can install this version via on of the commands:
pip install -U --pre readchar==4.1.0.dev1
pip install -U git+https://github.com/magmax/python-readchar@v4.1.0-dev1
v4.0.3
removed
wheel
is no longer a install-requirement, only a build requiremnt (if user wants wheel support, he can install it, but we shouldn't force it)tests_require
fromsetup.cfg
, it's not used anyway
changed
- small README formating fixups
- simplifyed dev-install.
requirements.txt
now containes the editable-self-install. one less setp is reuqired for setup.
added
mdformat
as pre-commit hook
v4.0.2
added
config
class. This static class hold constants that can be changed by the user to change the libarys behavior. Use the class-attributes directly, you don't need to create instances of it!
currently it only holdsINTERRUPT_KEYS
, a list of keys that will result in anKeyboardInterrupt
beeing raised.editorconfig
changed
- documentation is now in Markdown instead of rst