Metadata-Version: 2.4
Name: pyargon
Version: 1.0.0
Summary: A python package that features easy interface for creating CLI-based applications and functions.
Author-email: Minkx1 <zakalata.mark@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Minkx1/PyArgon
Project-URL: Issues, https://github.com/Minkx1/PyArgon/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PyArgon

[![PyPI version](https://img.shields.io/pypi/v/argon.svg)](https://pypi.org/project/pyargon/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)

A python package that features easy interface for creating CLI-based applications and functions with python.

**[Read Full Documentation](DOCS.md)** | [Report a Bug](https://github.com/Minkx1/PyArgon/issues)

## Overview

**PyArgon** is a lightweight library for building command-line applications in Python. It uses decorator-based registration to expose functions as commands and supports both positional arguments and flag-style options.

For full usage details, examples, and reference information, see [documentation](DOCS.md).

## Installation

You can install PyArgon via pip:

```shell
pip install pyargon
```

*If the package is not yet on PyPI, or you want the latest development version:*
```shell
pip install git+https://github.com/Minkx1/PyArgon.git
```


## Credits

Made by *Minkx1* 
