Metadata-Version: 2.1
Name: healthy_sanjid
Version: 0.2.2
Description-Content-Type: text/markdown
Requires-Dist: requests

# Try this 

In your terminal, install the package. 

```bash
pip3 install healthy_sanjid
```

Write a python script to access the functions  

```python
from healthy_sanjid import getPersonalInfo
from healthy_sanjid import jprint


data = getPersonalInfo()
jprint(data)
```

# Implementation

[Git repository](https://github.com/sanjidnet/healthy_sanjid)
