{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/9"}],"enrichment":{"capability":"Converts integers to and from base36 representation, a compact alphanumeric encoding using digits and letters.","skillfed_tags":["encoding","numeral-systems"],"use_cases":["Encode numeric IDs into shorter, URL-safe alphanumeric strings for web applications or APIs","Compress integer identifiers for database records or user-facing references","Implement compact representations of numeric data in data serialization","Convert between integer and alphanumeric formats for encoding purposes"],"what_it_does":"Base36 is a simple utility for converting between integers and their base36 (radix-36) string representation. It provides two core functions: dumps() to encode an integer into a compact alphanumeric string using digits and letters, and loads() to decode that string back to the original integer. The package has no external dependencies and installs as a pure Python wheel.\n\nThe package is dormant\u2014its last release was in 2014 and it has received no updates since, though the repository remains active. It carries an MIT license and is classified as Alpha status. With no known security vulnerabilities and minimal install friction, it is suitable for straightforward base36 conversion tasks where you do not require active maintenance.","worth_installing":"Yes, if you need simple base36 encoding/decoding with no external dependencies. The package is lightweight and has no known vulnerabilities. However, be aware it is dormant since 2014 and classifiers list only older Python versions; test thoroughly on your target Python version before relying on it in production."},"id":"base36","links":{"html":"https://skillfed.io/packages/base36","md":"https://skillfed.io/packages/base36.md","pypi":"https://pypi.org/project/base36/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2014-12-07","license_spdx":null,"license_treatment":"permissive","name":"base36","python_support":"unspecified","summary":"Yet another implementation for the positional numeral system using 36 as the radix."},"popularity":{"monthly_downloads":152716,"position":10895,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.1"}
