Metadata-Version: 2.3
Name: docstring-gen-ollama
Version: 0.1.1
Summary: generate docstrings using ollama
Project-URL: Documentation, https://github.com/164182/docstring-gen-ollama#readme
Project-URL: Issues, https://github.com/164182/docstring-gen-ollama/issues
Project-URL: Source, https://github.com/164182/docstring-gen-ollama
Author-email: Camden Possinger <cposs2000@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: ollama
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# docstring gen ollama

[![PyPI - Version](https://img.shields.io/pypi/v/docstring-gen-ollama.svg)](https://pypi.org/project/docstring-gen-ollama)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/docstring-gen-ollama.svg)](https://pypi.org/project/docstring-gen-ollama)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install docstring-gen-ollama
ollama serve
ollama pull llama3
docstring-gen-ollama
```

## License

`docstring-gen-ollama` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
