{"library":"django-sequences","type":"library","category":null,"description":"django-sequences is a Python library for Django that provides a reliable way to generate gapless sequences of integer values. Unlike Django's default auto-incrementing primary keys, which can have gaps due to rolled-back transactions, this library ensures sequential integrity. It is currently at version 3.0, actively maintained, and compatible with modern Django versions (3.2 and up).","language":"python","status":"active","version":"3.0","tags":["django","sequence","gapless","integer","transaction","database","numbering"],"last_verified":"Mon May 25","install":[{"cmd":"pip install django-sequences","imports":["from sequences import get_next_value","from sequences import Sequence","INSTALLED_APPS = [..., 'sequences.apps.SequencesConfig', ...]"]}],"homepage":null,"github":"https://github.com/aaugustin/django-sequences","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-sequences/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.5,"avg_import_s":0.26,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-sequences/compatibility"}}