Carbone-sdk

Latest version: v1.0.8

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

Scan your dependencies

Page 2 of 2

1.0.2

- Add license and update setup

1.0.1

- **Breaking changes**: the `render` method returns a tuple of 2 elements: the generated report as bytes and a unique report name.
for example before:
python
report_bytes = csdk.render(template_id, json_data)

now:
python
report_bytes, unique_report_name = csdk.render(template_id, json_data)

1.0.0

- Release July 3rd, 2020
- It is possible to interact with the Carbone Render API with the following methods:
- add_template: upload a template and return a templateID
- get_template: return an uploaded template from a templateID
- delete_template: delete a template from a templateID
- render: render a report from a templateID
- generate_template_id: Pre compute the templateID

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.