Pywaggle

Latest version: v0.56.0

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

Scan your dependencies

Page 9 of 11

0.39.1

Fixed: Forgot to export `plugin.upload_file` function.

0.39.0

Added `plugin.upload` and `plugin.upload_file` functions. These work like:

python
plugin.upload(bytes or file-like obj, labels={dict of metadata labels})


python
plugin.upload_file(filename or path, labels={dict of metadata labels})

0.37.2

Includes `pixel_format=rgb|bgr` support in data shim.

0.37.1

Bug Fix: More gracefully handle unexpected message types.

0.37.0

Updated internal plumbing to better support future return path.

0.36.0

Added standard debug logging support to pywaggle plugins. This can be enabled as:

python
import waggle.plugin as plugin
import logging

turn on debug logging
logging.basicConfig(level=logging.DEBUG)

plugin.init()
...

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.