poodle-test


Namepoodle-test JSON
Version 0.0.1a6 PyPI version JSON
download
home_page
SummaryMutation Testing Tool
upload_time2023-12-07 00:20:27
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2023 WiredNerd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords test coverage quality mutation pytest pit pitest pittest mutmut mutatest
VCS
bugtrack_url
requirements click tomli pytest pytest-sort pytest-cov
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![python>=3.9](https://img.shields.io/badge/python->=3.8-orange)](https://pypi.org/project/poodle-test)
[![PyPI - Version](https://img.shields.io/pypi/v/poodle-test)](https://pypi.org/project/poodle-test)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/poodle-test)](https://pypi.org/project/poodle-test)
[![Homepage](https://img.shields.io/badge/Homepage-github-white)](https://github.com/WiredNerd/poodle)


[![Code Coverage](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FWiredNerd%2Fpoodle%2Fmain%2Fcode-coverage.json&query=%24.totals.percent_covered_display&suffix=%25&label=Code%20Coverage&color=teal)](https://pytest-cov.readthedocs.io)
[![Mutation Coverage](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2FWiredNerd%2Fpoodle%2Fmain%2Fmutation-testing-report.xml&query=round((%2F%2Ftestsuites%5B1%5D%2F%40tests%20-%20%2F%2Ftestsuites%5B1%5D%2F%40disabled%20-%20%2F%2Ftestsuites%5B1%5D%2F%40failures%20-%20%2F%2Ftestsuites%5B1%5D%2F%40errors)div(%2F%2Ftestsuites%5B1%5D%2F%40tests%20-%20%2F%2Ftestsuites%5B1%5D%2F%40disabled)*100)&suffix=%25&label=Mutation%20Coverage&color=orange)](https://mutmut.readthedocs.io/)
[![Documentation Status](https://readthedocs.org/projects/poodle/badge/?version=docs)](https://poodle.readthedocs.io/)

[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Code Style: black](https://img.shields.io/badge/Code_Style-Black-black)](https://black.readthedocs.io)
[![Linter: ruff](https://img.shields.io/badge/Linter-ruff-purple)](https://beta.ruff.rs/docs/)
<!-- [![Snyk Security](https://img.shields.io/badge/Snyk%20Security-monitored-FF66FF)](https://snyk.io/) -->
[![PyPI - License](https://img.shields.io/pypi/l/poodle-test)](https://github.com/WiredNerd/poodle/blob/main/LICENSE)

**!!! ALPHA BUILD !!!**  
The current version is an alpha build.  Intended functionality for the first release is still a work in progress.

# Poodle

Poodle is an tool for performing Mutation Testing on Python projects.

## Features

* Multi-Threaded Mutation Testing
* Configurable
* Pluggable

## Quick Start

Installation:

```
pip install poodle-test --upgrade
```

Running:
```
poodle
```

## Documentation:

- https://poodle.readthedocs.io/

## Contribute

- Issue Tracker: https://github.com/WiredNerd/poodle/issues
- Source Code: https://github.com/WiredNerd/poodle

## Support

If you are having issues, please let us know.

I can be contacted at: pbuschmail-poodle@yahoo.com

Or by opening an issue: https://github.com/WiredNerd/poodle/issues

## License

The project is licensed under the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "poodle-test",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "WiredNerd <pbuschmail-poodle@yahoo.com>",
    "keywords": "test,coverage,quality,mutation,pytest,pit,pitest,pittest,mutmut,mutatest",
    "author": "",
    "author_email": "WiredNerd <pbuschmail-poodle@yahoo.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/54/fc8e5a192198cd83c1f2a1b50efd62dd687a326480191d4d2c00d070e374/poodle-test-0.0.1a6.tar.gz",
    "platform": null,
    "description": "[![python>=3.9](https://img.shields.io/badge/python->=3.8-orange)](https://pypi.org/project/poodle-test)\n[![PyPI - Version](https://img.shields.io/pypi/v/poodle-test)](https://pypi.org/project/poodle-test)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/poodle-test)](https://pypi.org/project/poodle-test)\n[![Homepage](https://img.shields.io/badge/Homepage-github-white)](https://github.com/WiredNerd/poodle)\n\n\n[![Code Coverage](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FWiredNerd%2Fpoodle%2Fmain%2Fcode-coverage.json&query=%24.totals.percent_covered_display&suffix=%25&label=Code%20Coverage&color=teal)](https://pytest-cov.readthedocs.io)\n[![Mutation Coverage](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fraw.githubusercontent.com%2FWiredNerd%2Fpoodle%2Fmain%2Fmutation-testing-report.xml&query=round((%2F%2Ftestsuites%5B1%5D%2F%40tests%20-%20%2F%2Ftestsuites%5B1%5D%2F%40disabled%20-%20%2F%2Ftestsuites%5B1%5D%2F%40failures%20-%20%2F%2Ftestsuites%5B1%5D%2F%40errors)div(%2F%2Ftestsuites%5B1%5D%2F%40tests%20-%20%2F%2Ftestsuites%5B1%5D%2F%40disabled)*100)&suffix=%25&label=Mutation%20Coverage&color=orange)](https://mutmut.readthedocs.io/)\n[![Documentation Status](https://readthedocs.org/projects/poodle/badge/?version=docs)](https://poodle.readthedocs.io/)\n\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![Code Style: black](https://img.shields.io/badge/Code_Style-Black-black)](https://black.readthedocs.io)\n[![Linter: ruff](https://img.shields.io/badge/Linter-ruff-purple)](https://beta.ruff.rs/docs/)\n<!-- [![Snyk Security](https://img.shields.io/badge/Snyk%20Security-monitored-FF66FF)](https://snyk.io/) -->\n[![PyPI - License](https://img.shields.io/pypi/l/poodle-test)](https://github.com/WiredNerd/poodle/blob/main/LICENSE)\n\n**!!! ALPHA BUILD !!!**  \nThe current version is an alpha build.  Intended functionality for the first release is still a work in progress.\n\n# Poodle\n\nPoodle is an tool for performing Mutation Testing on Python projects.\n\n## Features\n\n* Multi-Threaded Mutation Testing\n* Configurable\n* Pluggable\n\n## Quick Start\n\nInstallation:\n\n```\npip install poodle-test --upgrade\n```\n\nRunning:\n```\npoodle\n```\n\n## Documentation:\n\n- https://poodle.readthedocs.io/\n\n## Contribute\n\n- Issue Tracker: https://github.com/WiredNerd/poodle/issues\n- Source Code: https://github.com/WiredNerd/poodle\n\n## Support\n\nIf you are having issues, please let us know.\n\nI can be contacted at: pbuschmail-poodle@yahoo.com\n\nOr by opening an issue: https://github.com/WiredNerd/poodle/issues\n\n## License\n\nThe project is licensed under the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 WiredNerd  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Mutation Testing Tool",
    "version": "0.0.1a6",
    "project_urls": {
        "Documentation": "https://poodle.readthedocs.io/",
        "Homepage": "https://github.com/WiredNerd/poodle",
        "Issue Tracker": "https://github.com/WiredNerd/poodle/issues"
    },
    "split_keywords": [
        "test",
        "coverage",
        "quality",
        "mutation",
        "pytest",
        "pit",
        "pitest",
        "pittest",
        "mutmut",
        "mutatest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b90858493be70a6d9df49c1030e146f836ea563cba47445d38058a05a4eb981",
                "md5": "1460620ec960cb49b6a9a58aa9aaf1bb",
                "sha256": "577572366ec50f7b34566ea73f46d945a3fdfc6a0d1fd06b527d0cad405273e1"
            },
            "downloads": -1,
            "filename": "poodle_test-0.0.1a6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1460620ec960cb49b6a9a58aa9aaf1bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 27431,
            "upload_time": "2023-12-07T00:20:23",
            "upload_time_iso_8601": "2023-12-07T00:20:23.523182Z",
            "url": "https://files.pythonhosted.org/packages/2b/90/858493be70a6d9df49c1030e146f836ea563cba47445d38058a05a4eb981/poodle_test-0.0.1a6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4554fc8e5a192198cd83c1f2a1b50efd62dd687a326480191d4d2c00d070e374",
                "md5": "dbdf3418c202dff8586cfd7d863268b5",
                "sha256": "f13145b1767c306778d0523a3b042b83d6b33dc0ca857b4ebdc7601347533f6f"
            },
            "downloads": -1,
            "filename": "poodle-test-0.0.1a6.tar.gz",
            "has_sig": false,
            "md5_digest": "dbdf3418c202dff8586cfd7d863268b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 30912,
            "upload_time": "2023-12-07T00:20:27",
            "upload_time_iso_8601": "2023-12-07T00:20:27.200158Z",
            "url": "https://files.pythonhosted.org/packages/45/54/fc8e5a192198cd83c1f2a1b50efd62dd687a326480191d4d2c00d070e374/poodle-test-0.0.1a6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 00:20:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WiredNerd",
    "github_project": "poodle",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "8"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    ">=",
                    "2"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-sort",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        }
    ],
    "lcname": "poodle-test"
}
        
Elapsed time: 0.15156s