applybase
Applybase is a software library that provides a concise API for applying transformations to base data structures. It handles common forms such as lists, dictionaries, and tuples, including nested compositions, and aims to let developers express transformation pipelines with minimal boilerplate.
At its core is a function set that traverses the input data and applies a base function
A lightweight, modular design underpins the architecture. A core engine manages traversal and delegates to type-specific
Example: applying a numeric transformer that doubles values across a nested object would yield a new structure
Applybase is distributed under an open-source license and hosted on a public repository. It is used in