{"library":"pybase62","type":"library","category":null,"description":"pybase62 is a Python module providing base62 encoding and decoding functionalities. It allows for creating short, URL-safe identifiers, as it avoids special characters like '/' or '=' found in base64. A key advantage is that the alphabetical order of the original data is preserved when encoded, meaning encoded data can be sorted without prior decoding. The current stable version is 1.0.0, released in May 2023, with development tracked on GitHub.","language":"python","status":"active","version":"1.0.0","tags":["encoding","base62","url-safe","short-ids","data-conversion"],"install":[{"cmd":"pip install pybase62","imports":["import base62","from base62 import encode, decode, encodebytes, decodebytes"]}],"homepage":null,"github":"http://github.com/suminb/base62","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pybase62/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pybase62/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}