Lmrtfy

Latest version: v0.0.13

Safety actively analyzes 638755 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.0.6

* changed input formats for json as follows:
json
{
"profile_id": "<profile_id>",
"job_parameters": {
"time": 200.0
},
"parameter_units" : {
"time": "s"
}
}


to
json
{
"argument_values": {
"time": 6.0
},
"argument_units" : {
"time": "s"
}
}


* modified readme to match docs
* added check if job_id is valid UUID

0.0.5

* included version check
* changed listener to remove profile collisions

0.0.4

* First release

This creates the following commands:
* `lmrtfy login` => get token
* `lmrtfy deploy <script.py> --local`=> get profile_id for deployed script profile
* `lmrtfy submit <profile_id> <input.json>` => get job_id for submitted job
* `lmrtfy fetch <job_id> <path_to_save>` => get results for finished job

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.