Metadata-Version: 2.4
Name: uv-go
Version: 0.1.0
Summary: An easy way to launch programs with functional bonuses
Author-email: Aleksei Marusich <aleksei.marusich@rocshers.com>
License: MIT
Keywords: uvxt,uv
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.12.5

# uv GO tool

An easy way to launch programs with functional bonuses

[![PyPI](https://img.shields.io/pypi/v/uv-go)](https://pypi.org/project/uv-go/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uv-go)](https://pypi.org/project/uv-go/)
[![uvxt](https://img.shields.io/badge/family-uvxt-purple)](https://pypi.org/project/uvxt/)

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rocshers_uv-go&metric=coverage)](https://sonarcloud.io/summary/new_code?id=rocshers_uv-go)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rocshers_uv-go&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rocshers_uv-go)

[![Downloads](https://static.pepy.tech/badge/uv-go)](https://pepy.tech/project/uv-go)
[![GitLab stars](https://img.shields.io/gitlab/stars/rocshers/python/uv-go)](https://gitlab.com/rocshers/python/uv-go)
[![GitLab last commit](https://img.shields.io/gitlab/last-commit/rocshers/python/uv-go)](https://gitlab.com/rocshers/python/uv-go)

## Quick start

```bash
uvx uv-go module.file:function_main.function_property

# Or using uvxt
uv tool install uvxt
uvxt go module.file:function_main.function_property
```

## Contribute

Issue Tracker: <https://gitlab.com/rocshers/python/uv-go/-/issues>  
Source Code: <https://gitlab.com/rocshers/python/uv-go>

Before adding changes:

```bash
make install
```

After changes:

```bash
make format test
```
