https://github.com/k5924/pythonapi
Coursework for CSI-5-OSY Coursework 3
https://github.com/k5924/pythonapi
python python-api
Last synced: 11 months ago
JSON representation
Coursework for CSI-5-OSY Coursework 3
- Host: GitHub
- URL: https://github.com/k5924/pythonapi
- Owner: k5924
- License: mit
- Created: 2020-12-17T20:50:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T22:51:48.000Z (over 3 years ago)
- Last Synced: 2025-01-04T08:30:20.924Z (about 1 year ago)
- Topics: python, python-api
- Language: Python
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonAPI
## Introduction
>
- Write a python API that executes a Shell Script file from the manger to a worker. The target worker must be identified by its IP address. The user supplies the script and the target to the manager.
- Make at least five test samples of the tests.
- The API must also inform the user, how long it took to execute the task.