Metadata-Version: 2.1
Name: handy-utils-agni
Version: 0.1.0
Summary: Handy Utils for daily use
Home-page: https://github.com/vempaliakhil96/handy-utils
License: MIT
Author: Akhil Vempali
Author-email: vempaliakhil96@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Requires-Dist: black ; extra == "test"
Requires-Dist: bump2version ; extra == "dev"
Requires-Dist: click
Requires-Dist: flake8 ; extra == "test"
Requires-Dist: flake8-docstrings ; extra == "test"
Requires-Dist: isort ; extra == "test"
Requires-Dist: langchain
Requires-Dist: langchain-openai
Requires-Dist: markdown-include
Requires-Dist: materialx ; extra == "doc"
Requires-Dist: mkdocs ; extra == "doc"
Requires-Dist: mkdocs-autorefs ; extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin
Requires-Dist: mkdocs-material ; extra == "doc"
Requires-Dist: mkdocs-material-extensions ; extra == "doc"
Requires-Dist: mkdocstrings-python ; extra == "doc"
Requires-Dist: pip ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pymdown-extensions
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pyyaml
Requires-Dist: toml ; extra == "dev"
Requires-Dist: tox ; extra == "dev"
Requires-Dist: twine ; extra == "dev"
Requires-Dist: virtualenv ; extra == "dev"
Description-Content-Type: text/markdown

# handy-utils


[![pypi](https://img.shields.io/pypi/v/handy-utils.svg)](https://pypi.org/project/handy-utils/)
[![python](https://img.shields.io/pypi/pyversions/handy-utils.svg)](https://pypi.org/project/handy-utils/)
[![Build Status](https://github.com/vempaliakhil96/handy-utils/actions/workflows/dev.yml/badge.svg)](https://github.com/vempaliakhil96/handy-utils/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/vempaliakhil96/handy-utils/graph/badge.svg?token=PP3JT1ED3S)](https://codecov.io/gh/vempaliakhil96/handy-utils)


Simple python package with useful utils.

* Documentation: <https://vempaliakhil96.github.io/handy-utils>
* GitHub: <https://github.com/vempaliakhil96/handy-utils>
* PyPI: <https://pypi.org/project/handy-utils/>
* Free software: MIT


## Features

* LLM based commit message generation
* Custom LLM client with support proxy url
* Setup automated code coverage reporting
* Setup automated code quality checks
* Setup automated deployment to pypi
* Setup automated documentation deployment


