Owlmixin

Latest version: v6.2.2

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

Scan your dependencies

Page 3 of 6

1.0.0

Not secure
First major version release!!

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`

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.