Dtools.fp

Latest version: v1.4.1

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

Scan your dependencies

Page 2 of 4

1.0.1

* removed docs from repo
* docs for all grscheller namespace projects maintained here
* https://grscheller.github.io/grscheller-pypi-namespace-docs/

1.0.0

* decided to make this release first stable release
* renamed module fp.woException to fp.err\_handling
* better captures module's use case
* pytest improvements based on pytest documentation

0.4.0

* long overdue PyPI release

0.3.5.1

* New module `grscheller.fp.nothingness` for
* Singleton `noValue` representing a missing value
* similar to `None` but while
* `None` represent "returned no values"
* `noValue: _NoValue = _NoValue()` represents an absent value
* mostly used as an implementation detail
* allows client code to use `None` as a sentinel value
* prefer class `MB` to represent a missing value in client code

0.3.4.0

* API change for fp.iterables
* function name changes
* `foldL`, `foldR`, `foldLsc`, `foldRsc`
* `sc` stands for "short circuit"
* all now return class woException.MB

0.3.3.7

* added more functions to fp.iterables module
* take(it: Iterable[D], n: int) -> Iterator[D]
* takeWhile(it: Iterable[D], pred: Callable[[D], bool]) -> Iterator[D]
* drop(it: Iterable[D], n: int) -> Iterator[D]
* dropWhile(it: Iterable[D], pred: Callable[[D], bool]) -> Iterator[D]

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.