Metadata-Version: 2.4
Name: kaushik_sample
Version: 0.1.0
Summary: A simple sample package by Kaushik
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# kaushik_sample

A simple sample Python package by Kaushik.

On import, it prints:

```
hello this is sample package from kaushik.
```

## Install

```bash
pip install kaushik_sample
```

## Usage

```python
import kaushik_sample
```
