Skip to content

Commit

Permalink
Prepare binary implementation (#29)
Browse files Browse the repository at this point in the history
* refactor(main.py): added an entrypoint to run the program

this is necessary in order to create a binary using pyinstaller

* build(poetry): added pyinstaller dependency

the dependency was added in a "build" section. It will help to create project binaries for different platforms (windows, mac os, etc...)

* test(main.py): skipped entrypoint from coverage report

the condition "if __name__ == '__main__'" is not important for coverage
  • Loading branch information
lewoudar authored Jan 14, 2024
1 parent c8aa6d9 commit 69c5d75
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 407 deletions.
Loading

0 comments on commit 69c5d75

Please sign in to comment.