Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jumeaux

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jumeaux

Check difference between two responses of API.

  • 5.0.5
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc