{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/18"}],"enrichment":{"capability":"BitMap provides a compact bit array class for storing and manipulating individual bits, with operations to set, reset, flip, test, and query bits.","skillfed_tags":["data-structures","bit-manipulation","abandoned"],"use_cases":["Implementing membership tests or bloom filters where you need a compact representation of which items have been seen.","Storing boolean flags or feature flags in a space-efficient manner for large numbers of items.","Educational purposes to understand bit-level operations and compact data structures.","Legacy Python 2.7 or 3.7 projects that already depend on this package."],"what_it_does":"BitMap is a Python class for storing and manipulating arrays of bits in a compact format. It provides basic bit operations\u2014set, reset, flip, test\u2014and bulk queries like count, any, all, and nonzero to find set bits. The class can also convert to and from string representations of bits.\n\nThe package depends only on future for Python 2/3 compatibility. It is abandoned as of 2019, with no recent maintenance or updates. The license is unclear, and compatibility with Python versions beyond 3.7 is unverified. Use only if you need a simple, self-contained bit array for legacy code or if you are willing to fork and maintain it yourself.","worth_installing":"No. The package is abandoned with no maintenance since 2019, license is unclear, and compatibility beyond Python 3.7 is unverified. For new projects, consider maintained alternatives. Only consider it for legacy codebases already locked to Python 2.7 or 3.7 where you control the environment."},"id":"bitmap","links":{"html":"https://skillfed.io/packages/bitmap","md":"https://skillfed.io/packages/bitmap.md","pypi":"https://pypi.org/project/bitmap/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-11-23","license_spdx":null,"license_treatment":"unclear","name":"bitmap","python_support":"unspecified","summary":"."},"popularity":{"monthly_downloads":74411,"position":14842,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.7"}
