{"library":"cons","type":"library","category":null,"description":"The `cons` library for Python provides an implementation of Lisp/Scheme-like cons cells, aiming to emulate their semantics while integrating with Python's built-in sequence types like lists and tuples. It facilitates functional programming patterns by allowing the construction and deconstruction of pairs. The library is actively maintained, with its current version being 0.4.7, and receives updates that include dependency bumps and Python version compatibility improvements.","language":"python","status":"active","version":"0.4.7","tags":["data structures","lisp","scheme","functional programming","collections"],"last_verified":"Thu May 21","install":[{"cmd":"pip install cons","imports":["from cons import cons","from cons import car","from cons import cdr"]}],"homepage":null,"github":"https://github.com/pythological/python-cons","docs":null,"changelog":null,"pypi":"https://pypi.org/project/cons/","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.7,"avg_import_s":0.13,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/cons/compatibility"}}