mpope9 / nba-sql

:basketball: An application to build an NBA database backed by MySQL, Postgres, or SQLite
Apache License 2.0
175 stars 20 forks source link

Splitting Gooey code out for slim cmdline build, Dockerfile for linux builds #71

Closed mpope9 closed 2 years ago

mpope9 commented 2 years ago

To address mpope9#69

scripts/release/build_docker.sh will create a Linux executable without Gooey, much smaller. scripts/release/build.sh will create the Gooey executable. No docker for that yet.

Moved Gooey code to stats/gui.py, stats/nba_sql.py not defaults to a slim cmdline client.

New requirements.txt file to not include Gooey and wx.