Rumydata

Latest version: v1.5.0

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

Scan your dependencies

Page 5 of 6

0.0.13

Documentation now included on read-the-docs.

[![Documentation Status](https://readthedocs.org/projects/rumydata/badge/?version=latest)](https://rumydata.readthedocs.io/en/latest/?badge=latest)

0.0.12

Adding docstrings to the majority of objects, and flushing out the README to provide better instructions on the use of the package.

0.0.11

Correct `Choice` rule `prepare` method to appropriately handle cell values that are passed with comparison rows.

0.0.10

Add the `Ignore` field, which allows fields in a file to be accounted for in the validation, but skipped entirely. This is particularly useful for tables where certain fields have been pre-populated with data before the rows are completed (e.g. adding row numbers for 3000 rows when you only have 5 rows of data so far). This additionally allows the row check to use the `Ignore` class when determining if the row should be considered empty (for the purpose the `empty_row_ok` conditional evaluation).

0.0.9

Adding extra options to deal with messy data sets.

- an option to skip completely empty rows in a file
- an option to skip header checks in a file
- an option to treat `Choice` fields as case-insensitive
- an option to force truncation of trailing timestamp values on datestamps (e.g. `2020-01-01 00:00:00`) in order to meet date formatting expectations. Useful for newly added Excel support, since date values are coerced to full datetime strings before evaluation.

0.0.8

Add Excel file format support

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.