{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"}],"enrichment":{"capability":"Provides convenience functions for mapping, filtering, grouping, and transposing iterables\u2014operations that complement Python's built-in generator functions.","skillfed_tags":["functional-programming","sequence-utilities"],"use_cases":["Group a sequence into fixed-size chunks without manual slicing logic.","Apply a function with keyword arguments across an iterable using Map.","Flatten nested iterables from grouping or other operations.","Transpose a 2D structure (e.g., rows to columns) in a single call.","Select a specific element from an iterator by index without materializing the whole sequence."],"what_it_does":"lmz is a small utility library that wraps common functional programming operations\u2014Map, Zip, Filter, Grouper, Range, Transpose, Flatten\u2014into convenient functions intended to supplement Python's built-in generator tools. It has no runtime dependencies and is designed for developers who want a more direct, list-returning interface to these operations rather than working with iterators or generator expressions.\n\nThe package is dormant (last release 2024-08-14) and carries a GPLv3 copyleft license. It supports Python >=3.8. Use it when you need quick, readable functional transformations on sequences and prefer explicit function calls over chained comprehensions or itertools.","worth_installing":"Yes, if you work frequently with sequences and prefer explicit, readable functional calls over comprehensions or itertools\u2014and if you accept GPLv3 licensing. No, if you need active maintenance, comprehensive documentation, or proprietary-compatible licensing. The high install friction and dormant status suggest it is stable but not under active development."},"id":"lmz","links":{"html":"https://skillfed.io/packages/lmz","md":"https://skillfed.io/packages/lmz.md","pypi":"https://pypi.org/project/lmz/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-08-14","license_spdx":null,"license_treatment":"copyleft","name":"lmz","python_support":"supports_current","summary":"small functions that should be part of python3, supplementing generator functions"},"popularity":{"monthly_downloads":83668,"position":14056,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.20"}
