circinus


Namecircinus JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/PrVrSs/circinus
SummaryLLM-powered generation-based fuzzer.
upload_time2023-10-16 17:32:15
maintainer
docs_urlNone
authorPrVrSs
requires_python>=3.10,<4.0
licenseMIT
keywords llm chatgpt fuzzer fuzzing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Circinus

[![Build Status](https://github.com/PrVrSs/circinus/workflows/test/badge.svg?branch=main&event=push)](https://github.com/PrVrSs/circinus/actions?query=workflow%3Atest)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/PrVrSs/circinus/blob/master/LICENSE)
[![Python Version](https://img.shields.io/badge/python-3.10%20%7C%203.11-blue)](https://www.python.org/)

## Installation

```shell script
pip install circinus
```

## Examples

[notebooks](https://github.com/PrVrSs/circinus/blob/master/notebook)

## Contributing

Any help is welcome and appreciated.

## License

*circinus* is licensed under the terms of the MIT License (see the file LICENSE).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PrVrSs/circinus",
    "name": "circinus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "LLM,ChatGPT,fuzzer,fuzzing",
    "author": "PrVrSs",
    "author_email": "resh.sersh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/92/ea/3db036f08139c2ef72374f53979d506de4b49e5fece0cb5359b6eaff1659/circinus-0.0.1.tar.gz",
    "platform": null,
    "description": "# Circinus\n\n[![Build Status](https://github.com/PrVrSs/circinus/workflows/test/badge.svg?branch=main&event=push)](https://github.com/PrVrSs/circinus/actions?query=workflow%3Atest)\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/PrVrSs/circinus/blob/master/LICENSE)\n[![Python Version](https://img.shields.io/badge/python-3.10%20%7C%203.11-blue)](https://www.python.org/)\n\n## Installation\n\n```shell script\npip install circinus\n```\n\n## Examples\n\n[notebooks](https://github.com/PrVrSs/circinus/blob/master/notebook)\n\n## Contributing\n\nAny help is welcome and appreciated.\n\n## License\n\n*circinus* is licensed under the terms of the MIT License (see the file LICENSE).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LLM-powered generation-based fuzzer.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/PrVrSs/circinus",
        "Repository": "https://github.com/PrVrSs/circinus"
    },
    "split_keywords": [
        "llm",
        "chatgpt",
        "fuzzer",
        "fuzzing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afb13b89c18696a524997a381ebd2e6ddf13763f368c1d98389dc90af2951ec0",
                "md5": "465eb37ffd767e9471ee1a11cf57b9bf",
                "sha256": "6d097d0e00bbb4295c875d682d8ee96d63e33017fd0d25de0de5acf33ce1d509"
            },
            "downloads": -1,
            "filename": "circinus-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "465eb37ffd767e9471ee1a11cf57b9bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 6413,
            "upload_time": "2023-10-16T17:32:13",
            "upload_time_iso_8601": "2023-10-16T17:32:13.921508Z",
            "url": "https://files.pythonhosted.org/packages/af/b1/3b89c18696a524997a381ebd2e6ddf13763f368c1d98389dc90af2951ec0/circinus-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92ea3db036f08139c2ef72374f53979d506de4b49e5fece0cb5359b6eaff1659",
                "md5": "eeadb07d4c1e49a26eb8f13f30129abd",
                "sha256": "ba064505ffc8250b5ea83ae5224873dd3e17dc47aa83401668ff5564b5ff19da"
            },
            "downloads": -1,
            "filename": "circinus-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eeadb07d4c1e49a26eb8f13f30129abd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4622,
            "upload_time": "2023-10-16T17:32:15",
            "upload_time_iso_8601": "2023-10-16T17:32:15.935786Z",
            "url": "https://files.pythonhosted.org/packages/92/ea/3db036f08139c2ef72374f53979d506de4b49e5fece0cb5359b6eaff1659/circinus-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 17:32:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PrVrSs",
    "github_project": "circinus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "circinus"
}
        
Elapsed time: 0.12578s