{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/7"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Generates fast, sequentially-ordered unique identifiers (CUIDs) designed for horizontal scalability, ported from the JavaScript reference implementation.","skillfed_tags":["id-generation","distributed-systems","deprecated"],"use_cases":["Generate unique identifiers for database records in horizontally-scaled web applications.","Create collision-resistant IDs for distributed systems where multiple services generate identifiers independently.","Build audit trails or event logs that require sortable, sequentially-ordered unique identifiers.","Replace UUID/GUID generation when you need better performance and horizontal scalability properties."],"what_it_does":"cuid.py is a Python port of the JavaScript CUID library, generating portable, sequentially-ordered unique identifiers optimized for horizontal scalability and speed. It has no external dependencies beyond the standard library. The package generates IDs that are designed to be collision-resistant and suitable for distributed systems where many machines may be generating IDs concurrently.\n\nHowever, the package is abandoned and the CUID standard itself has been officially deprecated in favor of CUID2. While the implementation works and has no known vulnerabilities, it receives no maintenance or updates. If you are starting a new project, the maintainers recommend using CUID2 instead.","worth_installing":"No. The package is abandoned (last commit May 2023, no releases for over a year) and the CUID standard itself is officially deprecated in favor of CUID2. While it has no known vulnerabilities and high installation friction is its only technical drawback, choosing a deprecated standard for new code creates long-term maintenance risk. Use CUID2 instead unless you are maintaining legacy code already using this package."},"id":"cuid","links":{"html":"https://skillfed.io/packages/cuid","md":"https://skillfed.io/packages/cuid.md","pypi":"https://pypi.org/project/cuid/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-03-06","license_spdx":null,"license_treatment":"permissive","name":"cuid","python_support":"unspecified","summary":"Fast, scalable unique ID generation"},"popularity":{"monthly_downloads":1391931,"position":3962,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4"}
