Cashflower

Latest version: v0.9.1

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

Scan your dependencies

Page 1 of 7

37.78.89.9

python

from cashflower import CSVReader

reader = CSVReader("data.csv")
value = float(reader.get_value("2", "C"))

24.45.56.6

11.12.23.3

6.6

0.9.1

This version introduces significant improvements to make defining model point sets easier and more flexible:

- **No need to define model point sets in `input.py`** - if no model point sets are defined, a single calculation will be performed.
- **Flexible naming** - model point set no longer needs to be named `main`. Instead, for multiple sets, exactly one must have the `main` parameter set to `True` (e.g., `ModelPointSet(main=True)`).
- **Simplified `ID_COLUMN`** - the `ID_COLUMN` setting has been removed. Use the `id_column` parameter directly in the `ModelPointSet` class (e.g., `ModelPointSet(id_column=...`)).
- **Updated template** - the initial template now includes helpful comments to make getting started easier.

These changes reduce complexity.

0.8.5

This release introduces checks to ensure the settings are correct. It verifies that all settings are properly defined and that the output variables correspond to existing variables in the model.

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.