Check difference between two responses of API.
https://tadashi-aikawa.github.io/jumeaux/
There is a 🎥demo, too.
See quick start in documentation.
- uv
- make
- Development on master and if you need branches and issues, create them
- Commit with prefix emoji such as "📝", and suffix issue number like "#120"
$ uv sync
$ uv run jumeaux/main.py <args>
$ make serve-docs
$ make test
$ make test-e2e
$ git commit -m "📝 Update release note"
$ git push
If you can't or don't want to use GitHub Actions, you can release locally as following.
- Windows is not supported!!!
- uv (with pypi authentications)
- make
make release version=x.y.z
This software is released under the MIT License, see LICENSE.txt.