Search Results for "python"
Lisp-Python interface
A common lisp package providing python style generators based on delimited continuations
A simple and unintrusive read table modification that allows for simple string literal definition that doesn't require escaping characters.
No Description
Python-like Annotation Syntax for Common Lisp
2017-08-30
Common Lisp implementation of the Python ConfigParser module
Pack and unpack binary data via Python-like struct strings.
Call Python libraries from Common Lisp
Embedded Python syntax for burgled-batteries
A python argparse inspired command line parser library
Python style generators for Common Lisp.
Some improvements over py4cl. py4cl is a library for interfacing with python libraries from common lisp, using streams to communicate with the python process. Report the issues at https://github.com/digikar99/py4cl2/issues (More) Documentation is available at https://digikar99.github.io/py4cl2/
2024-10-12
A Common Lisp path handling library based on Python's os.path module
A data framework for Common Lisp, wanna be like Pandas for Python.
itertools Python lib ported to CL
2015-04-07
Emacs and Python style string escapes in #"..." form.
A copy of the python functionality provided as bindings for Olm. See: https://gitlab.matrix.org/matrix-org/olm/-/blob/master/python/. Big thanks to Borodust for creating the initial bindings using Claw.
The WITH-CONTEXT System. A system providing a WITH macro and 'context'ualized objects handled by a ENTER/HANDLE/EXIT protocol in the spirit of Python's WITH macro. Only better, or, at a minimum different, of course.
Python Itertools in Common Lisp
Validates tabular CSV data using predefined validations, similar to its Python counterpart 'Great Expectations'.