No description
| .gitignore | ||
| palindrome_client.py | ||
| README.md | ||
| requirements.txt | ||
| test_palindrome_client.py | ||
#Requirements
- python >= 3.7
- dependencies in requirements.txt (see Installation)
#Installation
Create a virtualenv for requirements, or install them globally from the requirements file:
pip install -r requirements.txt
#Usage
API:
from test_palindrome import Client
client = Client(host='myhost')
client.connect()
response = client.handshake()
CLI:
. venv/bin/activate
$ python ./palindrome_client.py myhost