Pirec

Latest version: v0.11.0

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

Scan your dependencies

Page 1 of 3

0.11.0

Added
- The artefacts module now has a method to get files from .tar.gz archives. To make use of this
artefact classes must expose a variable named extension (see the code for artefacts.Textfile for
an example.

- pipeline.run() now optionally accepts a Sentry.IO client that will be used to log exceptions.

0.10.2

Added
- The SQLDatabase recorder can now store the entire result dictionary to e.g. a
JSONB column in a PostgreSQL database.

0.10.1

Changed
- pytest is now used instead of py.test where applicable.
- Functions decorated with record can now be used outside a pipeline.

0.10.0

Added
- Artefacts will now check whether their file exists on initialization and
raise an exception if it doesn't (this hcheck can be disabled).

Changed
- Now passes pydocstyle checks.
- The VERSION file is now the single source for the version number in
documentation, __version__ and setup.py.

0.9.0

Changed
- Calls made by recorded functions are now stored and serialized as lists so that functions using
multiple commands are correctly described.

0.8.0

Changed
- Renamed Artefact.basename to Artefact.justname and modified Artefact.basename to include
directory components.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.