Unibox

Latest version: v0.4.13

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

Scan your dependencies

Page 6 of 10

0.3.2

new:
- `unibox.merges(*data)`


example usage:

- merges(dict1, dict2, dict3, ...), which returns a new dict with all dict entries. If the dicts are not in the same shape (eg. the key value pairs are not having the same data structure, return a warning but proceeds.

- merges (df1, df2, df3, ...) assumes all dataframe have at least a column in common. if not, rase an error. use NAN for the columns that are missing and raise a warning for columns that are filled.


to self:
- https://chat.openai.com/c/d2474e3e-7e10-430d-aed0-eae8a8a6ecbd

0.3.1

unibox.loads(): strips new line characters when loading txt files
uniboxl.saves(): disables ensure ascii

0.3.0

feat:
- supports resizing in 3 ways: min_dim of short side, max_dim of long side, or target_pixels total pixel count
- adding support for list based resize jobs

tweak:
- [tweak: UniLogger: add write_log option to control write to file or not](https://github.com/trojblue/unibox/commit/b2305229fb4efc46a1d3a4835a910f53b8d4c143)

fix:
- [fix: adding lower() to suffix before doing checks](https://github.com/trojblue/unibox/commit/cc17d5c2fabec10cecb6208dd169db30c54a2064)

0.2.14

small usability changes:
- [feat: adding traverses() method for unibox](https://github.com/trojblue/unibox/commit/fe997a29f6e32308dc340120adabea003de34308)
- [tweak: change type in UniLoader](https://github.com/trojblue/unibox/commit/4678a71fdb0590c3437eddaf0ae70cf9ba915b6e)
- [tweak: adding jpe to image extensions; bump version to 0.2.14](https://github.com/trojblue/unibox/commit/6ddbebf8f76f20877fb9c8177937a641e74706bd)
- [tweak: change unisaver behavior when no extension given](https://github.com/trojblue/unibox/commit/6f694fd1fb935f93f0b744a698322d008b28a82a)

0.2.13

usability changes

0.2.12

- adding wip file renamer
- changing license in pyproject.toml to MIT to match with LICENSE file
- minor fixes

Page 6 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.