Refactored project structure and utilized pyproject.toml #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I want to contribute to this HA plugin if there is a need for that.
First of all, i have an idea of cleaning up the structure a bit getting rid of setup.py and makefile replacing them with pyproject.toml. In addition i also have added the source code underneath the src folder according to best practice.
In the githubaction i have added matrix-build verifying various python versions.
Consider this a work in progress, and please give me feedback if this is something that is wanted or if this is not in line with the direction of the project.
Going forward i want to start adding more testing and also refactor functionality which is already written getting to know the code and also make it more clean.