candore


Namecandore JSON
Version 1.2.6 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-04-26 14:03:02
maintainerJitendra Yejare
docs_urlNone
authorJitendra Yejare
requires_pythonNone
licenseNone
keywords api data distutils hatch upgrades validation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Candore

## Introduction

`Candore` is the command line interface data integrity tool. The tool is build to verify the change made in a product has any impact on data in product.   

**The change** could be:
- Upgrade of the product to new version
- Some Patch applied to the product
- Developers made code changes locally / upstream etc
- Or any kind of change that we could  think of

**Verifications** that candore supports is:

- **Data loss** - The major impact that candore cares
- **Data Altered** - The change in data entity
- **Relation between the entities** -  Verifies if the link is not broken between entities


## Installation

```
$ mkdir ~/candore && cd ~/candore
$ pip install candore
```

## Configuration

The `candore` uses the `DynaConf` configuration python module to access the data in `settings.yaml`, it also allows an unique way of declaring secrets via Environment variables instead of putting in plain `settings.yaml`.

e.g: The password field can be set via environment variable by exporting the environment variable

```
# export CANDORE_CANDORE_PASSWORD = myPa$$worb"
```

### Configuration with PyPi package:

Copy/Download `settings.yaml.template` to local `~/candore` directory as `settings.yaml`, update it with the details and other configuration details for successful run.


## Usage Examples


* candore help:

```
# candore --help

Usage: candore [OPTIONS] COMMAND [ARGS]...

  A data integrity validation CLI tool for products post change

Options:
  --version                   Installed version of candore
  -s, --settings-file TEXT    Settings file path
  -c, --components-file TEXT  Components file path
  --help                      Show this message and exit.

Commands:
  apis     List API lister endpoints from Product
  compare  Compare pre and post upgrade data
  extract  Extract and save data using API lister endpoints
  reader   JSON Reader for reading the specific path data from entities...
```

There are 3 stages in which candore works:

1. Read data from the web server using APIs, before change:

```
# candore extract -o pre_entities.json --mode pre
```
This reads all data from web server before the change and saves in the json file in the current directory.


2. Read data from the web server using APIs, after change:

```
# candore extract -o post_entities.json --mode post
```
This reads all data from web server after the change and saves in the json file in the current directory.


3. Use the json data files to compare the data integrity:

```
# candore compare -t csv -o results.csv --pre pre_entities.json --post post_entities.json
```
This compares two json datasets and generates the reports of data integrity in CSV format in CSV file.

Reports could be generated in json:
```
# candore compare -t json -o results.json --pre pre_entities.json --post post_entities.json
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "candore",
    "maintainer": "Jitendra Yejare",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "api, data, distutils, hatch, upgrades, validation",
    "author": "Jitendra Yejare",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/50/a2/1607f7061a96466c71da8457457602430d4e6bdaa8973daf14dd3e720298/candore-1.2.6.tar.gz",
    "platform": null,
    "description": "# Candore\n\n## Introduction\n\n`Candore` is the command line interface data integrity tool. The tool is build to verify the change made in a product has any impact on data in product.   \n\n**The change** could be:\n- Upgrade of the product to new version\n- Some Patch applied to the product\n- Developers made code changes locally / upstream etc\n- Or any kind of change that we could  think of\n\n**Verifications** that candore supports is:\n\n- **Data loss** - The major impact that candore cares\n- **Data Altered** - The change in data entity\n- **Relation between the entities** -  Verifies if the link is not broken between entities\n\n\n## Installation\n\n```\n$ mkdir ~/candore && cd ~/candore\n$ pip install candore\n```\n\n## Configuration\n\nThe `candore` uses the `DynaConf` configuration python module to access the data in `settings.yaml`, it also allows an unique way of declaring secrets via Environment variables instead of putting in plain `settings.yaml`.\n\ne.g: The password field can be set via environment variable by exporting the environment variable\n\n```\n# export CANDORE_CANDORE_PASSWORD = myPa$$worb\"\n```\n\n### Configuration with PyPi package:\n\nCopy/Download `settings.yaml.template` to local `~/candore` directory as `settings.yaml`, update it with the details and other configuration details for successful run.\n\n\n## Usage Examples\n\n\n* candore help:\n\n```\n# candore --help\n\nUsage: candore [OPTIONS] COMMAND [ARGS]...\n\n  A data integrity validation CLI tool for products post change\n\nOptions:\n  --version                   Installed version of candore\n  -s, --settings-file TEXT    Settings file path\n  -c, --components-file TEXT  Components file path\n  --help                      Show this message and exit.\n\nCommands:\n  apis     List API lister endpoints from Product\n  compare  Compare pre and post upgrade data\n  extract  Extract and save data using API lister endpoints\n  reader   JSON Reader for reading the specific path data from entities...\n```\n\nThere are 3 stages in which candore works:\n\n1. Read data from the web server using APIs, before change:\n\n```\n# candore extract -o pre_entities.json --mode pre\n```\nThis reads all data from web server before the change and saves in the json file in the current directory.\n\n\n2. Read data from the web server using APIs, after change:\n\n```\n# candore extract -o post_entities.json --mode post\n```\nThis reads all data from web server after the change and saves in the json file in the current directory.\n\n\n3. Use the json data files to compare the data integrity:\n\n```\n# candore compare -t csv -o results.csv --pre pre_entities.json --post post_entities.json\n```\nThis compares two json datasets and generates the reports of data integrity in CSV format in CSV file.\n\nReports could be generated in json:\n```\n# candore compare -t json -o results.json --pre pre_entities.json --post post_entities.json\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.2.6",
    "project_urls": null,
    "split_keywords": [
        "api",
        " data",
        " distutils",
        " hatch",
        " upgrades",
        " validation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b280dd3dd5ac6bd13c3dd5f71ebda6c5b7373a96dcaf2d374275b02e2a7d6c3",
                "md5": "8deae547c04b673624436f916fed808d",
                "sha256": "8b3486d93ad218bac69df38b711320721fa286730612f88c1df97afed4dd2f87"
            },
            "downloads": -1,
            "filename": "candore-1.2.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8deae547c04b673624436f916fed808d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 33104,
            "upload_time": "2024-04-26T14:03:00",
            "upload_time_iso_8601": "2024-04-26T14:03:00.623254Z",
            "url": "https://files.pythonhosted.org/packages/4b/28/0dd3dd5ac6bd13c3dd5f71ebda6c5b7373a96dcaf2d374275b02e2a7d6c3/candore-1.2.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50a21607f7061a96466c71da8457457602430d4e6bdaa8973daf14dd3e720298",
                "md5": "7518d62cd0e4e13c9afcd284647fecaa",
                "sha256": "3124434ce2d58127a460d19a25e7ceaf929922a11a8cda0d6b5c6facc9ee3950"
            },
            "downloads": -1,
            "filename": "candore-1.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7518d62cd0e4e13c9afcd284647fecaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26654,
            "upload_time": "2024-04-26T14:03:02",
            "upload_time_iso_8601": "2024-04-26T14:03:02.267541Z",
            "url": "https://files.pythonhosted.org/packages/50/a2/1607f7061a96466c71da8457457602430d4e6bdaa8973daf14dd3e720298/candore-1.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 14:03:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "candore"
}
        
Elapsed time: 0.27959s