{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/10"}],"enrichment":{"capability":"Provides lightweight utilities for manipulating Python dictionaries and data structures, including functions to delete or pop multiple keys at once using tuples or sets.","skillfed_tags":["dict-utilities","data-structure-helpers"],"use_cases":["Remove multiple known keys from a configuration dictionary without writing a loop.","Safely pop optional keys from a data structure, ignoring those that don't exist.","Clean up intermediate dictionaries in data processing pipelines by bulk-deleting fields.","Reduce boilerplate in libraries that frequently manipulate dictionary structures.","Conditionally remove None-valued keys from a dictionary in a single operation."],"what_it_does":"convertertools is a minimal utility library for common dictionary and data structure manipulation patterns in Python. It provides functions like del_dict_tuple, del_dict_set, pop_dict_tuple, pop_dict_set, and pop_dict_set_if_none to remove or pop multiple keys from dictionaries in a single call, with variants that either raise KeyError on missing keys or silently ignore them.\n\nThe package is designed to reduce boilerplate code in libraries that repeatedly perform these operations. It is distributed as compiled wheels for Python 3.10 through 3.14 across major platforms and architectures, suggesting performance-critical use. The library has no runtime dependencies and is in pre-alpha development status, indicating it is still stabilizing its API.","worth_installing":"Yes, if you frequently batch-remove dictionary keys and want to avoid repetitive code. The package is lightweight, has no dependencies, carries permissive MIT licensing, and is actively maintained. However, verify that the performance gain justifies the compiled dependency for your use case, and be aware it is pre-alpha, so the API may change."},"id":"convertertools","links":{"html":"https://skillfed.io/packages/convertertools","md":"https://skillfed.io/packages/convertertools.md","pypi":"https://pypi.org/project/convertertools/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-04","license_spdx":"MIT","license_treatment":"permissive","name":"convertertools","python_support":"supports_current","summary":"Tools for converting python data types"},"popularity":{"monthly_downloads":91673,"position":13508,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
