https://github.com/xennis/idp.data-search
Script for generating a CSV sheet (or JSON file) of the Papyri.info Integrating Digital Papyrology (IDP) data
https://github.com/xennis/idp.data-search
csv epidoc epigraphy papyri
Last synced: 6 months ago
JSON representation
Script for generating a CSV sheet (or JSON file) of the Papyri.info Integrating Digital Papyrology (IDP) data
- Host: GitHub
- URL: https://github.com/xennis/idp.data-search
- Owner: Xennis
- License: mit
- Created: 2024-04-24T11:25:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T19:42:05.000Z (6 months ago)
- Last Synced: 2025-09-24T21:28:11.268Z (6 months ago)
- Topics: csv, epidoc, epigraphy, papyri
- Language: Python
- Homepage: https://docs.google.com/spreadsheets/d/19b-uGsyhmQ7lpqvoEPA7eFzCNz8HowDbdq1PzqDaxuM/
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IDP (Integrating Digital Papyrology) Data Sheet
**Script for generating a *single* CSV sheet (or JSON file) of the [Papyri.info Integrating Digital Papyrology (IDP) data](https://github.com/papyri/idp.data).**
The generated sheet: [CSV imported into Google Sheets](https://docs.google.com/spreadsheets/d/19b-uGsyhmQ7lpqvoEPA7eFzCNz8HowDbdq1PzqDaxuM/)

The Python script uses the [epidoc](https://github.com/Xennis/epidoc-parser) library for parsing the data.
## Pipeline
### Development
Create a virtual environment, enable it and install the dependencies
```shell
cd pipeline/
python3 -m venv venv
. venv/bin/activate
pip install --requirement requirements.txt
```
First clone the repository [idp.data](https://github.com/papyri/idp.data). Next run the script
```shell
python main.py --path /path/to/idp.data
```
Checkout the help documentation:
```shell
python main.py --help
```