Lyncs.clime is a faithful Python interface to c-lime. c-lime is a C-API for creating, reading, writing, and manipulating LIME files and offers a small set of utilities for examining, packing and unpacking LIME files.
LIME (which stands for Lattice QCD Interchange Message Encapsulation or more generally, Large Internet Message Encapsulation) is a simple packaging scheme for combining records containing ASCII and/or binary data. Its ancestors are the Unix cpio and tar formats and the Microsoft Corporation DIME (Direct Internet Message Encapsulation) format.
It is simpler and allows record sizes up to
The package can be installed via pip
:
pip install [--user] lyncs_clime
For compiling clime, the following packages are required
apt install autoconf libtool
The following classes are available in lyncs_clime: Reader, ...