Script for generating a single CSV sheet of the Papyri.info Integrating Digital Papyrology (IDP) data.
The generated sheet: CSV imported into Google Sheets
The Python script uses the epidoc library for parsing the data.
Create a virtual environment, enable it and install the dependencies
python3 -m venv venv
. venv/bin/activate
pip install --requirement requirements.txt
First clone the repository idp.data. Next run the script
python main.py --path /path/to/idp.data