Metadata-Version: 2.4
Name: reasonchip
Version: 0.0.8
Summary: Reasoning workflow support
Author-email: South Patron LLC <support@reasonchip.io>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://www.reasonchip.io/
Project-URL: Source Code, https://github.com/SouthPatron/reasonchip
Project-URL: Bug Tracker, https://github.com/SouthPatron/reasonchip/issues/
Project-URL: Documentation, https://www.reasonchip.io/docs/
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setproctitle>=1.3.4
Requires-Dist: black>=25.1.0
Requires-Dist: pre-commit>=4.2.0
Requires-Dist: pydantic>=2
Dynamic: license-file

# ReasonChip

![License: GPL v3+](https://img.shields.io/badge/license-GPLv3%2B-blue.svg)
![Python](https://img.shields.io/badge/python-3.13+-blue)
[![PyPI version](https://img.shields.io/pypi/v/reasonchip.svg)](https://pypi.org/project/reasonchip/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/reasonchip.svg)
![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)

Reasoning workflow support

## Quick links

- [QuickStart](https://www.reasonchip.io/docs/quickstart/)
- [Documentation](https://www.reasonchip.io/docs/)
- [Website](https://www.reasonchip.io/)

## Filesystem layout

| Location | Description |
| ------------------------- | ----------------------------------------------- |
| [examples](https://github.com/SouthPatron/reasonchip/tree/main/examples/) | Example workflows |
| [src](https://github.com/SouthPatron/reasonchip/tree/main/src/reasonchip/) | Package |
| [website](https://github.com/SouthPatron/reasonchip/tree/main/website/reasonchip/) | Website |

## Installation

Easy peasy, lemon squeezy:

```bash
$ pip install reasonchip
```

and then run with:

```bash
$ reasonchip
```

## License

ReasonChip

Copyright &copy; 2025 South Patron LLC.

This project is licensed under the GPLv3+.
See <https://www.gnu.org/licenses/> for details.

