An implementation of Lisp/Scheme-like cons in Python.
conda install main::cons
The cons package attempts to emulate the semantics of Lisp/Scheme's cons as closely as possible while incorporating all the built-in Python sequence types.