Metadata-Version: 2.4
Name: oleeaitoolkit
Version: 0.5.0
Summary: Toolkit with AI helpers and vector utilities
Author-email: Olee AI LLC <chamika.h@olee.ai>, Olee AI LLC <anushka.b@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
Requires-Dist: cryptography>=41.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: crawl4ai<0.9.0,>=0.8.0

```
python -m build
```

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

```
twine upload dist/*
```


