Metadata-Version: 2.1
Name: ollama-python
Version: 0.1.0
Summary: 
Author: Richard
Author-email: kogunyale01@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: responses (>=0.24.1,<0.25.0)
Description-Content-Type: text/markdown

# ollama-python
## Work in Progress



## To Contribute
1. Clone the repo
2. Run `poetry install`
3. Run `pre-commit install`

Then you're ready to contribute to the repo

