Metadata-Version: 2.1
Name: hello-gemini
Version: 0.2.0
Description-Content-Type: text/markdown

# hello_gemini

`hello_gemini` is a simple Python package that contains a method to print a greeting message. Additionally, it includes a command line script to execute the method directly from the terminal.

## Features

- `hello_gemini()`: Prints "Hi, this is gemini here".
- Command line script `hello_gemini` to print the greeting message.

## Installation

You can install the `hello_gemini` package using `pip`:

```bash
pip install hello_gemini
```
