[console_scripts]
specatalog-configuration = specatalog.cli:configure_db
specatalog-gui = specatalog.gui.gui_launcher:start_gui
specatalog-init-db = specatalog.helpers.create_database:specatalog_init_db
specatalog-sync-download = specatalog.helpers.remote_folder:cli_download
specatalog-sync-upload = specatalog.helpers.remote_folder:cli_upload
specatalog-update-db = specatalog.helpers.create_database:run_alembic_upgrade
specatalog-welcome = specatalog.cli:print_welcome
