{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/9"}],"enrichment":{"capability":"Converts integers to and from strings in arbitrary bases (binary, hex, base36, base58, base62, base64, or custom alphabets) and back again.","skillfed_tags":["number-encoding","base-conversion"],"use_cases":["Encode large integers into shorter, human-readable strings using base58 or base62 for URL slugs or identifiers","Convert binary or hexadecimal representations for low-level data processing or debugging","Create custom number encodings with a specific alphabet for domain-specific applications","Decode base64-encoded numbers in legacy systems or protocols that use non-standard base representations"],"what_it_does":"baseconv is a lightweight utility for converting numbers between base 10 and arbitrary other bases. It provides pre-built converters for common bases (binary, hexadecimal, base36, base58, base62, base64) and a BaseConverter class that lets you define custom alphabets for encoding and decoding. The package has no runtime dependencies and works by treating numbers as strings in the target base, supporting both positive and negative integers with customizable sign characters.\n\nThe package is mature and stable\u2014it was last updated in 2019 and has been in production use for years\u2014but is no longer actively maintained. The repository is archived and there have been no commits since 2020. It remains useful for straightforward base-conversion tasks in applications that do not require ongoing updates or support.","worth_installing":"Yes, if you need straightforward base conversion and can accept no future maintenance. The package is stable, has no known vulnerabilities, and carries no dependencies. Install it only if your use case is simple and unlikely to require updates; avoid it if you need active support or compatibility assurance with future Python versions."},"id":"python-baseconv","links":{"html":"https://skillfed.io/packages/python-baseconv","md":"https://skillfed.io/packages/python-baseconv.md","pypi":"https://pypi.org/project/python-baseconv/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-04-04","license_spdx":null,"license_treatment":"permissive","name":"python-baseconv","python_support":"unspecified","summary":"Convert numbers from base 10 integers to base X strings and back again."},"popularity":{"monthly_downloads":684546,"position":5357,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.2"}
