Metadata-Version: 2.1
Name: circinus
Version: 0.0.1
Summary: LLM-powered generation-based fuzzer.
Home-page: https://github.com/PrVrSs/circinus
License: MIT
Keywords: LLM,ChatGPT,fuzzer,fuzzing
Author: PrVrSs
Author-email: resh.sersh@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: attrs (>=23.1.0,<24.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: dynaconf (>=3.2.3,<4.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: openai (>=0.28.1,<0.29.0)
Project-URL: Repository, https://github.com/PrVrSs/circinus
Description-Content-Type: text/markdown

# 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).
