Unibox

Latest version: v0.4.13

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

Scan your dependencies

Page 5 of 10

0.3.10

new:
- `unibox.peeks(dataframe | dictionary)`: peeks dictionary or dataframe info, without typing multiple lines of debug code

tweak:
- `unibox.traverses(s3_uri, relative_unix=False)`: supports listing s3 uris just like the local directory

0.3.9

fix:
- `unibox.loads()`: now supports properly loading from a url.

sample usage:
python
config_url = "https://huggingface.co/kiriyamaX/nd-configs/resolve/main/nd_config_template_sdxl_80g.yaml"
config = unibox.loads(config_url) returns a config dict

0.3.8

tweak:
- `unibox.loads()`: supports loading a file by URL (either s3 or http)
- `unibox.saves()`: supports saving string as txt file
- `unibox.saves()`: adds flag `debug_print=False` to silently save

0.3.6

new:
- `unibox.loads()` now supports s3 uri (eg. `df = unibox.loads("s3://dataset-ingested/inventory.parquet"`)

**Full Changelog**: https://github.com/trojblue/unibox/compare/v0.3.5...v0.3.6

0.3.5

0.3.4

tweak:
- unitraverser: add ability to recognize "~/path"

fix:
- unibox.merges() at `__init__`.py

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.