{"library":"shortid","title":"shortid","description":"A short id generator for Python, producing compact, URL-friendly unique identifiers. Version 0.1.2 is the latest release; the library appears to be in maintenance mode with no recent updates.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install shortid"],"cli":null},"imports":["from shortid import ShortId"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from shortid import ShortId\n\nsid = ShortId()\nshort_id = sid.generate()\nprint(short_id)  # e.g., 'B1rH9k'","lang":"python","description":"Generate a short, URL-friendly unique identifier.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}