All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
CHANGELOG.md
.gitignore
- [WIP] refactor SIM868 controller
- [WIP] unit tests
- implemented GitHub Action for automated CI workflow
- implemented linting using
ruff
- implemented static type checking using
mypy
- implemented unit testing using
pytest
- added copyright notice in
LICENSE
for the scope of this fork - converted
setup.py
topyproject.toml
for PEP-517/518 compliance - converted project structure to
src
layout - moved forked implementation of the controller to
pywaveshare.boards.sim868
- made minor changes in
README.md
setup.cfg