wtpython icon indicating copy to clipboard operation
wtpython copied to clipboard

Automatically find solutions when your Python code encounters an issue.

Results 37 wtpython issues
Sort by recently updated
recently updated
newest added

This uses a new Rich 10.8.0 feature, so you may have to run `poetry install` again before running this branch.

Add .devcontainer to make development more streamlined and easier for windows users.

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0. Changelog Sourced from pytest-cov's changelog. 3.0.0 (2021-10-04) Note that this release drops support for Python 2.7 and Python 3.5. Added support for Python 3.10...

dependencies
python

**Is your feature request related to a problem? Please describe.** We currently test only for 3.9 while we lint for multiple versions of python. **Describe the solution you'd like** We...

enhancement
github_actions

As suggested in the [code review](https://github.com/python-discord/cj8/pull/6) from Python Discord, it would be beneficial to have a Github Actions workflow that publishes the package to PyPI on commits to main, or...

enhancement

Right now, in `wtpython.formatters` we have `PythonCodeConverter` which assumes all `` blocks are python code. This is certainly a good assumption given our code, but it's likely we'll encounter non-python...

enhancement

There should be a flag allowed to specify what tags you want for the StackOverflow to filter through, or multiple different custom settings, like when running, something like ``wtpython file.py...

enhancement

# Suggestion Once WTPython becomes more modular, add a backend for an error database with common errors and how to solve them. # Implementation ideas - A small list of...

enhancement

We should try to create styles like the following to make things a bit more consistent across the application ```python from rich.console import Console from rich.theme import Theme custom_theme =...

Setup tox to allow for testing multiple versions of python locally. This can also be used to ensure the same testing configuration is used in github actions.