fixme

Use AI to automatically fix bugs


License
Apache-2.0
Install
pip install fixme==0.1

Documentation

fixme

PyPI Changelog Tests License

Use AI to automatically fix bugs

Installation

Install this tool using pip:

pip install fixme

Usage

For help, run:

fixme --help

You can also use:

python -m fixme --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd fixme
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest