Metadata-Version: 2.4
Name: yuhi
Version: 0.0.6
Summary: Python CLI toolkit to automate project enhancement using standard config templates.
Project-URL: Docs, https://yuhi.readthedocs.io/
Project-URL: Repository, https://github.com/rsb-23/yuhi
Project-URL: Issues, https://github.com/rsb-23/yuhi/issues
Project-URL: Releases, https://github.com/rsb-23/yuhi/releases
Author-email: Rishabh B <null@example.com>
License-File: LICENSE
Keywords: boilerplate,project,yuhi
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: httpx
Requires-Dist: questionary
Requires-Dist: ruamel-yaml~=0.18.10
Requires-Dist: toml; python_version < '3.11'
Provides-Extra: lint
Requires-Dist: pre-commit; extra == 'lint'
Requires-Dist: pylint; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# Yuhi (यूँ ही)

|                |                                                                                             |
|----------------|---------------------------------------------------------------------------------------------|
| Compatibility  | ![Py-Version]                                                                               |
| Quality Checks | [![lint check][lint-badge]]() [![tests][tests-badge]]() [![pre-commit][pre-commit-badge]]() |
| Package        | ![pypi-v] ![pypi-downloads]                                                                 |
| MetaData       | [![license-badge]][license]                                                                 |                                                                                                                                                                                           

A simple Python CLI toolkit to automate project enhancement using standard config templates.
> Yuhi /y-oo-n-h-ee/ is a Hindi word meaning "casually" or "at random"

## Installation

```
pip install yuhi
```

## Usage

![help_txt](extras/help_txt.png)


---
Made with 💚

[license]: https://github.com/rsb-23/yuhi/blob/main/LICENSE
[lint-badge]: https://github.com/rsb-23/yuhi/actions/workflows/code-lint.yml/badge.svg
[tests-badge]: https://github.com/rsb-23/yuhi/actions/workflows/code-test.yml/badge.svg

[license-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[pre-commit-badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[py-version]: https://img.shields.io/pypi/pyversions/yuhi
[pypi-downloads]: https://img.shields.io/pypi/dm/yuhi?label=Downloads
[pypi-v]: https://img.shields.io/pypi/v/yuhi?label=latest
