jumeaux


Namejumeaux JSON
Version 4.1.0 PyPI version JSON
download
home_pagehttps://tadashi-aikawa.github.io/jumeaux
SummaryCheck difference between two responses of API.
upload_time2023-11-05 04:59:38
maintainer
docs_urlNone
authortadashi-aikawa
requires_python>=3.8.0,<4.0.0
licenseMIT
keywords diff rest api response regression test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Jumeaux

[![pypi](https://img.shields.io/pypi/v/jumeaux.svg)](https://pypi.org/project/jumeaux/)
[![Versions](https://img.shields.io/pypi/pyversions/jumeaux.svg)](https://pypi.org/project/jumeaux/)
[![Actions Status](https://github.com/tadashi-aikawa/jumeaux/workflows/Tests/badge.svg)](https://github.com/tadashi-aikawa/jumeaux/actions)
[![codecov](https://codecov.io/gh/tadashi-aikawa/jumeaux/branch/master/graph/badge.svg)](https://codecov.io/gh/tadashi-aikawa/jumeaux)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tadashi-aikawa/jumeaux/blob/master/LICENSE)

<img src="https://github.com/tadashi-aikawa/jumeaux/blob/master/logo.png?raw=true" width=400 height=400 />

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](https://tadashi-aikawa.github.io/jumeaux/ja/getstarted/quickstart/).


## πŸ’» 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.8>
$ 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?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

```bash
make release version=x.y.z
```


## 🎫 Licence

### MIT

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://tadashi-aikawa.github.io/jumeaux",
    "name": "jumeaux",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0,<4.0.0",
    "maintainer_email": "",
    "keywords": "diff rest api response regression test",
    "author": "tadashi-aikawa",
    "author_email": "syou.maman@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# Jumeaux\n\n[![pypi](https://img.shields.io/pypi/v/jumeaux.svg)](https://pypi.org/project/jumeaux/)\n[![Versions](https://img.shields.io/pypi/pyversions/jumeaux.svg)](https://pypi.org/project/jumeaux/)\n[![Actions Status](https://github.com/tadashi-aikawa/jumeaux/workflows/Tests/badge.svg)](https://github.com/tadashi-aikawa/jumeaux/actions)\n[![codecov](https://codecov.io/gh/tadashi-aikawa/jumeaux/branch/master/graph/badge.svg)](https://codecov.io/gh/tadashi-aikawa/jumeaux)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/tadashi-aikawa/jumeaux/blob/master/LICENSE)\n\n<img src=\"https://github.com/tadashi-aikawa/jumeaux/blob/master/logo.png?raw=true\" width=400 height=400 />\n\nCheck difference between two responses of API.\n\n## \ud83d\udcda Documentation\n\nhttps://tadashi-aikawa.github.io/jumeaux/\n\nThere is a \ud83c\udfa5demo, too.\n\n\n## \ud83e\udd89 Install\n\nSee [quick start in documentation](https://tadashi-aikawa.github.io/jumeaux/ja/getstarted/quickstart/).\n\n\n## \ud83d\udcbb For developer\n\n### Requirements\n\n* poetry\n* make\n\n### Flow\n\n1. Development on master and if you need branches and issues, create them\n2. Commit with prefix emoji such as \"\ud83d\udcdd\", and suffix issue number like \"#120\"\n\n### Commands\n\n#### Create environment\n\n```\n$ poetry env use <path of python 3.8>\n$ poetry install\n```\n\n#### Run\n\n```\n$ poetry run python jumeaux/main.py <args>\n```\n\n#### Serve docs\n\n```\n$ make serve-docs\n```\n\n#### Unit test\n\n```\n$ make test\n```\n\n#### Integration test\n\n```\n$ make test-e2e\n```\n\n\n\n## \ud83d\udce6 Release\n\n### 1. Update release note (mkdocs/ja/releases/*)\n\n```\n$ git commit -m \"\ud83d\udcdd Update release note\"\n$ git push\n```\n\n### 2. Release with GitHub Actions\n\nhttps://github.com/tadashi-aikawa/jumeaux/actions?query=workflow%3ARelease\n\n----\n\n### (Appendix) Another way\n\nIf you can't or don't want to use GitHub Actions, you can release locally as following.\n\n#### (a1) Requirements\n\n* **Windows is not supported!!!**\n* poetry (with pypi authentications)\n* make\n\n#### (a2) Commands\n\n```bash\nmake release version=x.y.z\n```\n\n\n## \ud83c\udfab Licence\n\n### MIT\n\nThis software is released under the MIT License, see LICENSE.txt.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Check difference between two responses of API.",
    "version": "4.1.0",
    "project_urls": {
        "Documentation": "https://tadashi-aikawa.github.io/jumeaux",
        "Homepage": "https://tadashi-aikawa.github.io/jumeaux",
        "Repository": "https://github.com/tadashi-aikawa/jumeaux/blob/master/README.md"
    },
    "split_keywords": [
        "diff",
        "rest",
        "api",
        "response",
        "regression",
        "test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62c2c0e9ee3a9c82cb204c75026c5d6a6adb7e937504ed6ca7ad55a8c7933304",
                "md5": "5f6ca4782ce5e79f75bce3d840e81c17",
                "sha256": "e548ee59c6f12803371ca5f210c657e1845c37238056d8901649be4acee19d13"
            },
            "downloads": -1,
            "filename": "jumeaux-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f6ca4782ce5e79f75bce3d840e81c17",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0,<4.0.0",
            "size": 99780,
            "upload_time": "2023-11-05T04:59:38",
            "upload_time_iso_8601": "2023-11-05T04:59:38.318316Z",
            "url": "https://files.pythonhosted.org/packages/62/c2/c0e9ee3a9c82cb204c75026c5d6a6adb7e937504ed6ca7ad55a8c7933304/jumeaux-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 04:59:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tadashi-aikawa",
    "github_project": "jumeaux",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "jumeaux"
}
        
Elapsed time: 0.15043s