combidata


Namecombidata JSON
Version 0.2.9 PyPI version JSON
download
home_pagehttps://warrfie.github.io/combidata
SummaryPackage for random data generation and combination different cases
upload_time2023-12-13 08:47:24
maintainer
docs_urlNone
authorKuklikov Maxim (Warrfie)
requires_python>=3.10, <4
license
keywords qa random data data generation testing api testing autotesting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPi Package Version](https://img.shields.io/pypi/v/combidata.svg)](https://pypi.python.org/pypi/combidata)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/combidata.svg)](https://pypi.python.org/pypi/combidata)
[![PyPi status](https://img.shields.io/pypi/status/combidata.svg?style=flat-square)](https://pypi.python.org/pypi/combidata)

# Combidata
<p align="center">
  <img src="docs/assets/logo.svg" alt="Combidata Logo" width="200" height="200"/>
</p>
Combidata is a case-oriented library designed for compositional testing of combinatorics in IT product functionalities.

## Installation


```
pip install combidata
```

## Table of Contents

- [Installation](https://warrfie.github.io/combidata/Installation)
- [All entities](https://warrfie.github.io/combidata/Cases)
  - [Process](https://warrfie.github.io/combidata/Process)
  - [Cases](https://warrfie.github.io/combidata/Cases)
  - [Combination](https://warrfie.github.io/combidata/Combination)
  - [DataGenerator](https://warrfie.github.io/combidata/DataGenerator)
- [Quick Start Guide](https://warrfie.github.io/combidata/QSG)

## Overview

Combidata provides a comprehensive solution for compositional testing, allowing users to efficiently test various combinations of functionalities in IT products. With its unique approach to case-oriented testing, Combidata streamlines the testing process, ensuring robust and reliable results.

## Features

- **Case-Oriented Testing**: Focus on specific test cases to ensure thorough testing of functionalities.
- **Compositional Testing**: Test combinations of functionalities to ensure interoperability and compatibility.
- **Efficient Workflow**: Streamlined processes for test generation, execution, and reporting.
- **Extensive Documentation**: Comprehensive guides and tutorials to help you get started and make the most of Combidata.

## Getting Started

To get started with Combidata, visit our [Quick Start Guide](https://warrfie.github.io/combidata/QSG) which provides step-by-step instructions on setting up and using the library.

## Support
If you need help with Combidata or have any questions, please open an issue on GitHub or contact the maintainers directly 

Telegram — https://t.me/sasisochka

Linkedin — https://www.linkedin.com/in/yasasisochka/

## License

Combidata is licensed under [MIT License](LICENSE).


            

Raw data

            {
    "_id": null,
    "home_page": "https://warrfie.github.io/combidata",
    "name": "combidata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10, <4",
    "maintainer_email": "",
    "keywords": "QA,random data,data generation,testing API,testing,autotesting",
    "author": "Kuklikov Maxim (Warrfie)",
    "author_email": "warrfie@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/9c/dd029cf4b7274f214a6d2b82f8ddc65114c2d419cea3e8f9695e2bca8d0e/combidata-0.2.9.tar.gz",
    "platform": null,
    "description": "[![PyPi Package Version](https://img.shields.io/pypi/v/combidata.svg)](https://pypi.python.org/pypi/combidata)\r\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/combidata.svg)](https://pypi.python.org/pypi/combidata)\r\n[![PyPi status](https://img.shields.io/pypi/status/combidata.svg?style=flat-square)](https://pypi.python.org/pypi/combidata)\r\n\r\n# Combidata\r\n<p align=\"center\">\r\n  <img src=\"docs/assets/logo.svg\" alt=\"Combidata Logo\" width=\"200\" height=\"200\"/>\r\n</p>\r\nCombidata is a case-oriented library designed for compositional testing of combinatorics in IT product functionalities.\r\n\r\n## Installation\r\n\r\n\r\n```\r\npip install combidata\r\n```\r\n\r\n## Table of Contents\r\n\r\n- [Installation](https://warrfie.github.io/combidata/Installation)\r\n- [All entities](https://warrfie.github.io/combidata/Cases)\r\n  - [Process](https://warrfie.github.io/combidata/Process)\r\n  - [Cases](https://warrfie.github.io/combidata/Cases)\r\n  - [Combination](https://warrfie.github.io/combidata/Combination)\r\n  - [DataGenerator](https://warrfie.github.io/combidata/DataGenerator)\r\n- [Quick Start Guide](https://warrfie.github.io/combidata/QSG)\r\n\r\n## Overview\r\n\r\nCombidata provides a comprehensive solution for compositional testing, allowing users to efficiently test various combinations of functionalities in IT products. With its unique approach to case-oriented testing, Combidata streamlines the testing process, ensuring robust and reliable results.\r\n\r\n## Features\r\n\r\n- **Case-Oriented Testing**: Focus on specific test cases to ensure thorough testing of functionalities.\r\n- **Compositional Testing**: Test combinations of functionalities to ensure interoperability and compatibility.\r\n- **Efficient Workflow**: Streamlined processes for test generation, execution, and reporting.\r\n- **Extensive Documentation**: Comprehensive guides and tutorials to help you get started and make the most of Combidata.\r\n\r\n## Getting Started\r\n\r\nTo get started with Combidata, visit our [Quick Start Guide](https://warrfie.github.io/combidata/QSG) which provides step-by-step instructions on setting up and using the library.\r\n\r\n## Support\r\nIf you need help with Combidata or have any questions, please open an issue on GitHub or contact the maintainers directly \r\n\r\nTelegram \u0432\u0402\u201d https://t.me/sasisochka\r\n\r\nLinkedin \u0432\u0402\u201d https://www.linkedin.com/in/yasasisochka/\r\n\r\n## License\r\n\r\nCombidata is licensed under [MIT License](LICENSE).\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Package for random data generation and combination different cases",
    "version": "0.2.9",
    "project_urls": {
        "Homepage": "https://warrfie.github.io/combidata",
        "Main page": "https://github.com/Warrfie/combidata",
        "Telegram": "https://t.me/sasisochka"
    },
    "split_keywords": [
        "qa",
        "random data",
        "data generation",
        "testing api",
        "testing",
        "autotesting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a09cdd029cf4b7274f214a6d2b82f8ddc65114c2d419cea3e8f9695e2bca8d0e",
                "md5": "1ee752463118658d9066e6b3038d3e3b",
                "sha256": "7e738d83e8fa170d3003c8aeace3abfb0bb3f8b40b4e1f6eb21bfa39445a2ec9"
            },
            "downloads": -1,
            "filename": "combidata-0.2.9.tar.gz",
            "has_sig": false,
            "md5_digest": "1ee752463118658d9066e6b3038d3e3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10, <4",
            "size": 11967,
            "upload_time": "2023-12-13T08:47:24",
            "upload_time_iso_8601": "2023-12-13T08:47:24.734309Z",
            "url": "https://files.pythonhosted.org/packages/a0/9c/dd029cf4b7274f214a6d2b82f8ddc65114c2d419cea3e8f9695e2bca8d0e/combidata-0.2.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 08:47:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Warrfie",
    "github_project": "combidata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "combidata"
}
        
Elapsed time: 0.17087s