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
https://github.com/tadashi-aikawa/jumeaux/actions/workflows/release.yaml?query=workflow%3ARelease
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.