Skip to content

Develop#42

Merged
Jamalludeen merged 5 commits into
mainfrom
develop
May 30, 2026
Merged

Develop#42
Jamalludeen merged 5 commits into
mainfrom
develop

Conversation

@Jamalludeen

Copy link
Copy Markdown
Owner

No description provided.

@Jamalludeen Jamalludeen self-assigned this May 30, 2026
Copilot AI review requested due to automatic review settings May 30, 2026 17:59

@Jamalludeen Jamalludeen left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue #40 and #41 is solved in these commits.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds package metadata helpers and small usability refinements for the port scanner app, including a reusable CLI parser and clearer GUI help text.

Changes:

  • Adds APP_NAME, documents get_version(), and tests package exports.
  • Refactors CLI parser construction into build_parser() and uses APP_NAME for version output.
  • Updates clipboard handling and help dialog text.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
portscanner/__init__.py Adds APP_NAME, updates version metadata, and exports it.
main.py Introduces build_parser() and uses shared app metadata for --version.
portscanner/utils.py Flushes clipboard updates with update_idletasks().
portscanner/gui.py Adds legacy wrapper guidance to the help dialog.
tests/test_package.py Adds tests for package metadata helpers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread portscanner/__init__.py
"""Public package exports for the port scanner app."""

APP_NAME = "python-port-scanner-app"
__version__ = "0.2.1"

@Jamalludeen Jamalludeen left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cover shared name and version helpers

@Jamalludeen Jamalludeen merged commit 2579420 into main May 30, 2026
2 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants