Safestructures

Latest version: v1.0.0

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

Scan your dependencies

1.0.0

Summary
`safestructures` is a Python package based on `safetensors` to serialize general data structures, especially if they contain tensors. This release provides its two main functions:
* `save_file` - save data as a `safetensors` file, making it compatible to load the original data via `safestructures`.
* `load_file` - load data from a `safestructures`-compatible file.

It supports a plugin architecture to deal with data types not covered by core capabilities. For more details, see the [docs](https://rachthree.github.io/docs/safestructures/).

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.