While interpreter languages do not necessarily require a Makefile, it is a nice addition to have to be able to be able to set up requirements, dependency updation, and to lint the code.
Utilization of the make utility would allow for a toolkit agnostic initialization procedure.
Unfortunately, there isn't a method to activate a virtualenv without going in a roundabout fashion.
As such, that particular idea has been discarded in favor of simplicity.
Changelog
[x] Addition of a Makefile.
[x] Project specific make functionality.
[x] The black lint utility has been added to the package list.
[x] Code has been formatted to display the usage of black.
Why do we need a Makefile?
While interpreter languages do not necessarily require a Makefile, it is a nice addition to have to be able to be able to set up requirements, dependency updation, and to lint the code.
Utilization of the
make
utility would allow for a toolkit agnostic initialization procedure.Unfortunately, there isn't a method to
activate
a virtualenv without going in a roundabout fashion. As such, that particular idea has been discarded in favor of simplicity.Changelog
make
functionality.black
lint utility has been added to the package list.black
.