No description
Find a file
2020-12-17 14:50:15 -08:00
.gitignore Add palindrome challenge/response method 2020-12-17 13:01:46 -08:00
palindrome_client.py Added README and main hook for CLI use 2020-12-17 14:47:53 -08:00
README.md Added README and main hook for CLI use 2020-12-17 14:47:53 -08:00
requirements.txt Add requirements.txt 2020-12-17 13:56:19 -08:00
test_palindrome_client.py Comment out e2e test 2020-12-17 14:50:15 -08:00

#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