Sain

Latest version: v1.3.0

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

Scan your dependencies

Page 2 of 2

0.0.3

Added

- Examples
- Proper documentation.
- `Drop` protocol and `drop` function.
- `RefMut` type and `as_mut`.
- Tests
- `Default` is now slotted
- `.pyi` stubs.

Changed

- The `Some` type `__str__` now returns `Some(repr(value))` instead of just `repr(value)`.
- `Ref` now supports `__hash__`.
- `target_os` no accepts `windows` as an alias to `win32`.

Removed

- `Some.is_none_and` method since it made no sense.

Fixed

- `sain.cfg()` wasn't working correctly.

0.0.2

Addeed

- A type alias `Option[T]` for `Some[T]`.

Changed

- Export modules to top level.

0.0.1

Added

- First push

- Added target arch + python impl options.
- Some[T], Default[T], Ref[T], Iter[T] types.

Changed

- requires_modules option now accepts a sequence instead of tuple.

Removed

Fixed

- Fixed a bug where `cfg` was always returning `True`.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.