Metadata-Version: 2.1
Name: kwamehealthtoolboxpublic
Version: 1.3.2
Summary: Toolbox with custom functions
Home-page: https://github.com/Kwame-Health/khtoolbox
Author: Panashe Madzudzo
Author-email: admin@kwame.health
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Kwame-Health/khtoolbox/issues
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: urllib3
Requires-Dist: twilio
Requires-Dist: pytz
Requires-Dist: boto3
Requires-Dist: convertapi

# kwamehealthtoolbox
Kwame Health toolbox with custom functions

## Instructions

```
python -m venv venv
./venv/scripts/activate
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
python setup.py install
```

python setup.py sdist bdist_wheel

twine check dist/*

twine upload dist/*

## Package: sendEmail
Contains the function sendCustomEmail.

Meant for sending custom emails.

## Package: sendWhatsAppMessage
Contains the function sendTwilioMessage.

sendTwilioMessage is used to send messages using Twilios WhatsApp API.

## Package: createDocument
Contains the function convertDoc.

convertDoc is used to convert a page into PDF using convertAPI.

## Package: getDateTime
Contains the function timeData.

timeData is used to get back variables for datetime.

