Skip to content

tadashi-aikawa/jumeaux

Repository files navigation

Jumeaux

pypi Versions Actions Status codecov license

Check difference between two responses of API.

📚 Documentation

https://tadashi-aikawa.github.io/jumeaux/

There is a 🎥demo, too.

🦉 Install

See quick start in documentation.

💻 For developer

Requirements

  • poetry
  • make

Flow

  1. Development on master and if you need branches and issues, create them
  2. Commit with prefix emoji such as "📝", and suffix issue number like "#120"

Commands

Create environment

$ poetry env use <path of python 3.12>
$ poetry install

Run

$ poetry run python jumeaux/main.py <args>

Serve docs

$ make serve-docs

Unit test

$ make test

Integration test

$ make test-e2e

📦 Release

1. Update release note (mkdocs/ja/releases/*)

$ git commit -m "📝 Update release note"
$ git push

2. Release with GitHub Actions

https://github.com/tadashi-aikawa/jumeaux/actions/workflows/release.yaml?query=workflow%3ARelease


(Appendix) Another way

If you can't or don't want to use GitHub Actions, you can release locally as following.

(a1) Requirements

  • Windows is not supported!!!
  • poetry (with pypi authentications)
  • make

(a2) Commands

make release version=x.y.z

🎫 Licence

MIT

This software is released under the MIT License, see LICENSE.txt.

About

Check difference between two responses of API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages