The entire project has been refactored. Modules logic has changed a bit, for better separation and readability.
Some exception handling has also been added.
Switched from setup.py
to pyproject.toml
Finally, test coverage has been improved.
Resolved Issues
None
Known Issues
Issue #1. This mouse integration bug is still present with py_cui
v1.3.0, its fix should finally be implemented in v1.4.0
Future plans
- Try to create a testing environment with Docker to have a full test coverage.
- Implement any relevant new
py_cui
features.