Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 832 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 832 Bytes

IDP (Integrating Digital Papyrology) Data Sheet

Script for generating a single CSV sheet of the Papyri.info Integrating Digital Papyrology (IDP) data.

The generated sheet: CSV imported into Google Sheets

Screenshot of the Google Sheets

The Python script uses the epidoc library for parsing the data.

Development

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