{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"}],"enrichment":{"capability":"Mulpyplexer applies method calls and attribute access to lists of Python objects in parallel, returning a new multiplexed object containing the results from each item in the list.","skillfed_tags":["abandoned","legacy"],"use_cases":["Apply the same method to multiple object instances and collect results without writing a loop.","Chain operations across a collection: call methods on results, then access attributes, all in one expression.","Prototype or explore object behavior when working interactively with lists of similar objects.","Simplify code that repeatedly applies identical transformations to each item in a heterogeneous collection."],"what_it_does":"Mulpyplexer wraps a list of Python objects in a multiplexer that broadcasts method calls and attribute access across all items, collecting results into a new multiplexed object. When you call a method on the multiplexer, it invokes that method on each wrapped object and returns a new multiplexer containing the results; similarly, accessing an attribute returns a multiplexer over the attribute values from each item.\n\nThe package has no runtime dependencies and is purely a syntactic convenience layer. It is designed for scenarios where you want to apply the same operation uniformly across a collection of objects without explicit looping, though the same effect can typically be achieved with list comprehensions or map().","worth_installing":"No. The package is abandoned (last release 2021-01-11, 2041 days old), has high install friction (source-only distribution), and offers no advantage over built-in Python idioms like list comprehensions or map(). Unless you are maintaining legacy code that already depends on it, use standard Python iteration patterns instead."},"id":"mulpyplexer","links":{"html":"https://skillfed.io/packages/mulpyplexer","md":"https://skillfed.io/packages/mulpyplexer.md","pypi":"https://pypi.org/project/mulpyplexer/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-01-11","license_spdx":null,"license_treatment":"permissive","name":"mulpyplexer","python_support":"unspecified","summary":"A module that multiplexes interactions with lists of python objects."},"popularity":{"monthly_downloads":171775,"position":10355,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.09"}
