Metadata-Version: 2.4
Name: vynko
Version: 0.1.0
Summary: A lightweight command-line argument parsing library for Python
Author: Olan
License: MIT
Project-URL: Homepage, https://pypi.org/project/vynko/
Keywords: cli,arguments,command-line,parser
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Vynko

Vynko is a lightweight Python library for parsing command-line arguments.

It is designed as a simple alternative to Python's built-in `argparse`, with an easy-to-use API and minimal setup.

## Features

- Simple command-line argument parsing
- Support for short and long options
- Type conversion
- Boolean flags
- Required arguments
- Default values
- Custom help and error handling
- No external dependencies

## Installation

Install Vynko from PyPI:

```bash
pip install vynko
```

## Requirements

- Python 3.8 or newer

## License

MIT
