Metadata-Version: 2.4
Name: thinkr
Version: 0.1.4
Summary: A lightweight Python toolkit for building, exploring, and prototyping AI-driven solutions.
Author: Suchibrata
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Thinkr

AI theory as Python functions.

## Usage

```python
from thinkr import hill_climbing

print(hill_climbing())
