Metadata-Version: 2.1
Name: khatri-pck
Version: 0.0.1
Summary: Apurva Khatri's first PyPy package
Home-page: https://github.com/apurvakhatri/Khatri-pck/tree/draft1.0
Author: Apurva Khatri
Author-email: apurvakhatri2011@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

## Khatri-pck
This is an example project demonstrating how to publish a python module to PyPI.

## Installation

Run the following to install:
``` python
pip install khatri-pck
```

## Usage

```python
from helloworld import say_hello

# Generate "Hello, World!..."
say_hello()

#Generate "Hello, XYZ!..."
say_hello("XYZ")
```


