Open Issues Need Help
View All on GitHubTools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
Tools to support converting a Python project into a standalone native application.
AI Summary: Convert the project's README file from reStructuredText (reST) format to GitHub Flavored Markdown (GFM). This involves using a tool like Pandoc to perform the conversion, then manually verifying and cleaning up the resulting Markdown file to ensure identical rendering, and finally deleting the original reST file.
Tools to support converting a Python project into a standalone native application.
AI Summary: The task involves resolving a series of code style issues flagged by the Ruff linter in the Briefcase Python project. This requires uncommenting and fixing each issue individually, then removing the corresponding rule from the project's ignore list. The process is iterative, requiring repeated linting and code correction until all issues are resolved.
Tools to support converting a Python project into a standalone native application.
AI Summary: The task involves refactoring Briefcase's dependency management to utilize PEP 735 dependency groups for development, documentation, and testing dependencies. This includes updating `pyproject.toml`, Tox configuration, contribution documentation, and potentially ReadTheDocs configuration to leverage dependency groups, possibly replacing RTD's implicit build with a `tox -e docs` call for improved consistency.
Tools to support converting a Python project into a standalone native application.
AI Summary: Add a `--fix` argument to the `ruff-check` pre-commit hook configuration for the Briefcase project to automatically fix fixable code style issues during pre-commit checks. This involves modifying the `.pre-commit-config.yaml` file to include the `--fix` flag in the `ruff-check` hook.
Tools to support converting a Python project into a standalone native application.
AI Summary: The task involves resolving a set of code style issues flagged by the Ruff linter in the Briefcase Python project. This requires uncommenting ignored rules one by one in the `pyproject.toml` file, fixing the corresponding code violations, and then removing the now-resolved rules from the ignore list. The goal is to have a clean codebase that passes all Ruff checks.
Tools to support converting a Python project into a standalone native application.
AI Summary: Improve the Briefcase iOS packaging process by creating a new documentation page explaining how to test an iOS app on a physical device using Xcode after running `briefcase package iOS`. The `briefcase package iOS` command should then be updated to link to this new documentation page, providing users with clear next steps.
Tools to support converting a Python project into a standalone native application.