Metadata-Version: 2.4
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
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

# 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")
```
