Metadata-Version: 2.1
Name: PySujanam
Version: 1.0.0
Summary: A Python package for talking to Sujanam
Home-page: https://github.com/krushndayshmookh/PySujanam
Author: Krushn Dayshmookh
Author-email: krushn@dayshmookh.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# PySujanam

Use this Python package to say hello to Sujanam.

## Installation

You can install the package using pip:

```bash
pip install pysujanam
```

## Usage
Here's a simple example of how to use the package:

```python
import sujanam
sujanam.hello() 
sujanam.hello("Alice")
```


