A meta-package simplifying the installation of the BeeWare suite of tools

2 Open Issues Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Convert the BeeWare 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 to the original reST file. Finally, the original reST file should be deleted.

Complexity: 2/5
enhancement good first issue

A meta-package simplifying the installation of the BeeWare suite of tools

AI Summary: This task involves migrating a Python project from using Flake8, isort, and Black for linting and formatting to using Ruff. This includes updating configuration files (pyproject.toml, .pre-commit-config.yaml, tox.ini), running pre-commit hooks, creating an ignore list for Ruff, and making minimal code changes to address any conflicts. The process will be split into multiple pull requests, addressing related Ruff rule sets individually.

Complexity: 4/5
enhancement good first issue

A meta-package simplifying the installation of the BeeWare suite of tools