Metadata-Version: 2.4
Name: oleeaitoolkit
Version: 0.3.0
Summary: Toolkit with AI helpers and vector utilities
Author-email: Olee AI LLC <chamika.h@olee.ai>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic==2.12.4
Requires-Dist: openai==2.7.2

```
python -m build
```

```
rm -rf dist/*
python -m build

```
twine upload dist/*
```


