Metadata-Version: 2.4
Name: too-simple-ai
Version: 0.1.0
Summary: A deliberately simple foundation for practical AI workflows.
Project-URL: Homepage, https://github.com/billzi2016/too-simple-ai
Project-URL: Repository, https://github.com/billzi2016/too-simple-ai
Project-URL: Issues, https://github.com/billzi2016/too-simple-ai/issues
Author: too-simple-ai contributors
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: torch
Description-Content-Type: text/markdown

# too-simple-ai

A deliberately simple foundation for practical AI workflows.

## Installation

```bash
pip install too-simple-ai
```

## Dependencies

`too-simple-ai` currently depends on:

- [PyTorch](https://pytorch.org/) (`torch`)
- [scikit-learn](https://scikit-learn.org/) (`scikit-learn`)
- [pandas](https://pandas.pydata.org/) (`pandas`)

## Status

Version `0.1.0` establishes the package name and initial distribution. Public APIs
will be added in subsequent releases.

## License

MIT. See [LICENSE](LICENSE).
