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.dev2pip install -U git+https://github.com/magmax/python-readchar@v4.0.4-dev2v4.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.dev1pip install -U git+https://github.com/magmax/python-readchar@v4.1.0-dev1v4.0.3
removed
wheelis 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_requirefromsetup.cfg, it's not used anyway
changed
- small README formating fixups
- simplifyed dev-install.
requirements.txtnow containes the editable-self-install. one less setp is reuqired for setup.
added
mdformatas pre-commit hook
v4.0.2
added
configclass. 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 anKeyboardInterruptbeeing raised.editorconfig
changed
- documentation is now in Markdown instead of rst