Predictable

Latest version: v0.0.2

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

Scan your dependencies

0.0.2

What's Changed
* Implement basic CLI by RatulMaharaj in https://github.com/RatulMaharaj/predictable/pull/8

New Contributors
* RatulMaharaj made their first contribution in https://github.com/RatulMaharaj/predictable/pull/8

**Full Changelog**: https://github.com/RatulMaharaj/predictable/compare/v0.0.1...v0.0.2

0.0.1

Features

- Added `rpt` file handlers to facilitate reading and writing to `.rpt` files. This can be used as follows:

py
import predictable as pr

read data from rpt to pd.DataFrame object
df = pr.read_rpt("/path/to/modelpoint_in.rpt")

write rpt file using the predictable pandas extension
df.predictable.to_rpt("/path/to/modelpoint_out.rpt")


**Full Changelog**: https://github.com/RatulMaharaj/predictable/compare/v0.0.0-alpha...v0.0.1

0.0.0alpha

This is an initial release to test the publishing to PYPI functionality.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.