Cashflower

Latest version: v0.9.2

Safety actively analyzes 706259 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.2

Updates:
* The log file name has been changed from `<timestamp>_log.txt` to `<timestamp>.log`.
* Logs will now be saved even if there is an error during execution.

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.

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.