This release add the possibility to call keyboa object, for example: `keyboa()` instead of `keyboa.keyboard` `keyboa(slice(2, 5))` instead of `keyboa.slice(slice(2, 5))`
3.0.1
3.0.0
Please do not automatically upgrade from version 2 to version 3, because some code adjustments will be needed.
Now you can just import Keyboa object from keyboa and use its methods for keyboard generation (read new guidelines in README)
2.2.8
**Mostly technical release**: * Improved error handling when entering incorrect data types * The internal structure of the module has been greatly simplified
2.2.7
Installation with wheels were added to the package, nothing changed inside package itself.