Safetyculture-sdk-python

Latest version: v4.2.2

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

Scan your dependencies

Page 2 of 3

3.4.0

Python SDK and tools have been extended to support 'Sites' audit data within the CSV exporter.

3.0.0

Python SDK and tools have been extended to support both Python 2 and 3. Previously, only Python 2 was supported.

Actions exporting is now supported.

2.0.2

Improved error handling when running

iauditor_exporter --setup


Added clarity to instructions in README.

2.0.0

This project has been uploaded [PyPi](https://pypi.python.org/pypi) so it can be installed with the following command:

$ pip install safetyculture-sdk-python


We've added a setup script to make getting started easy. The setup script automatically creates a config file which is required to run the exporter tool. The setup script can be run with the following command:

$ iauditor_exporter --setup

The setup script will ask for SafetyCulture credentials which are used to generate an API token. The API token is saved to a basic config file in a folder named `iauditor_exports_folder`. Navigate to that folder to start running the exporter tool.

Since pip installs the export tool as a script that can be run directly from command line without specifying Python or navigating to the scripts location. Simply run the command:

$ iauditor_exporter

straight from the command line.

1.0.0

This update adds, removes, and changes the name of multiple columns.
The intention of this update is to match up the format with other SafetyCulture tools that export Audits in a tabular format. This includes a Tableau integration and Google Sheets Add-on.

Added columns for standard title page header fields:
- `DocumentNo`
- `ConductedOn`
- `PreparedBy`
- `Location`
- `Personnel`
- `ClientSite`

Added column to indicate the Category (or Section if not nested in any Category) of each field:
- `ItemCategory`

Renamed a number of column title by removing the spaces in the each title.

0.4.0

Added 'media' as an export format.

Command line sytax:
`python exporter.py --format media`

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.