Nuorder

Latest version: v1.1.2

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

Scan your dependencies

1.1.2

* Support Python 3.7

1.1.1

* Make the `data` arg optional for POST/PUT requests
* Previously we returned a "request error" when response from NuOrder couldn't be processed as JSON. Instead of `{"request_error": [response text]}` we're now returning the more descriptive `{"response_status_code": [HTTP status code], "response_text": [response text], "json_decode_error_details": [JSONDecodeError details]}`, or `{}` if there was no response body (which of course would fail to parse as JSON).

1.1.0

* Refactor to use class, for easier repeated access
* New CLI named `interact`, for more easily interacting with the nuorder API,
using the IPython REPL.
* `requests` is now the only dependency in the base package. `argh` and `termcolor` are now installed by issuing `pip install nuorder[cli]`
* Limit config initialization to CLI, to enable programmatic usage

1.0.1

* Support gzipped data transfers for POST and PUT requests with the -g flag
* List python 3.6 as supported

1.0.0

* Initial version

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.