Flask-Shell2HTTP icon indicating copy to clipboard operation
Flask-Shell2HTTP copied to clipboard

Execute shell commands via HTTP server (via flask's endpoints).

Results 12 Flask-Shell2HTTP issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

It is unnecessary to provide `None` as the default value when the key is not present in the dictionary as `get` implicitly returns `None`. Not preferred: