Owlmixin

Latest version: v6.2.1

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

Scan your dependencies

Page 3 of 5

1.0.0rc16

Not secure
Bug fix
- :skull: Fix that some `from_optional_xxx` methods don't returns value as expected

1.0.0rc15

Not secure
New features
- 🆕 Add support for Enum (please use OwlEnum)

ex.

python
from owlmixin.owlenum import OwlEnum

class Color(OwlEnum):
RED = "red"
GREEN = "green"
BLUE = "blue"

1.0.0rc14

Not secure
Bug fix
- :skull: Fix `flat_map`

1.0.0rc13

Not secure
New features
- :new: Add `intersection` and `not_intersection`
- :new: Add `flatten` and `flat_map`

1.0.0rc12

Not secure
Improvements
- Enhancement the transformation on `force_snake=False`
- `--hogeHoge` => `hoge_hoge`
- `-h` => `h`
- `<hogeHoge>` => `hoge_hoge`

1.0.0rc11

Not secure
Change architecture

Documentation

API documentation is more readble.

Breaking changes

Because of breaking changes, You need that ...
- Import from `owlmixin.owlcollections` instead of importing from `owlmixin` if you want to import TList or TDict
- Override property `_dict` instead of overriding function `_to_dict()` if you need

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.