Convert a powershell script to python
Budget: £20 – £250 GBP
We currently have a powershell script which performs a number of disk operations and times them. It supports, multiple drives and can compare the results and outputs currently to a CSV.
We need a like for like replica. I have attached the PS to review. There is a number of settings which need to be preserved which are configured at the beginning of the PS script these must all be available in the python replacement.
In the PS example there is the following:
$testdatadownloadurl = "xx"
$smalltestdatadownloadurl = "xx"
$GitRepo = "xx";
$smallGitRepo = "xx";
To validate the correct behaviour we need to be able to download a small zip (which should be < 10mb) a large which should be 120Mb with lots and lots of files/folders
The git should just be a public git repo, one small repo and one large. We do not mind which this is only to test disk performance.
We need a like for like replica. I have attached the PS to review. There is a number of settings which need to be preserved which are configured at the beginning of the PS script these must all be available in the python replacement.
In the PS example there is the following:
$testdatadownloadurl = "xx"
$smalltestdatadownloadurl = "xx"
$GitRepo = "xx";
$smallGitRepo = "xx";
To validate the correct behaviour we need to be able to download a small zip (which should be < 10mb) a large which should be 120Mb with lots and lots of files/folders
The git should just be a public git repo, one small repo and one large. We do not mind which this is only to test disk performance.