Metadata-Version: 2.1
Name: bathini
Version: 0.1.4
Summary: A package that introduces Bathini.
Home-page: https://github.com/bathini/bathini
Author: Bathini
Author-email: shivduttchoubey@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# bathini

A simple Python package that introduces Bathini.

## Installation

```bash
pip install bathini
```

## Usage

```python
from bathini import hello

message = hello()  # Returns the introduction message
print(message)
```

## License
MIT
