Skip to content

Xennis/idp.data-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks