Welcome to pynterlinear’s documentation!

Indices and tables

## Install You will need a working python (3) installation. Then install with pip install pynterlinear. To grab the development version from gitlab, use python -m pip install git+https://gitlab.com/florianmatter/pynterlinear.git.

## What it does The main functionality of pynterlinear is generating nicely formatted interlinear text, a frequently used notation in the linguistic literature. I originally wrote it for my personal LaTeX setup, but it has grown in functionality. You can use it in your own python scripts, just take a look at the __init__.py and csv2latex.py files.