Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xennis/idp.data-sheet
Script for generating a CSV sheet of the Papyri.info Integrating Digital Papyrology (IDP) data
https://github.com/xennis/idp.data-sheet
csv epidoc epigraphy papyri
Last synced: 1 day ago
JSON representation
Script for generating a CSV sheet of the Papyri.info Integrating Digital Papyrology (IDP) data
- Host: GitHub
- URL: https://github.com/xennis/idp.data-sheet
- Owner: Xennis
- License: mit
- Created: 2024-04-24T11:25:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T10:07:26.000Z (5 months ago)
- Last Synced: 2024-06-14T13:44:25.634Z (5 months ago)
- Topics: csv, epidoc, epigraphy, papyri
- Language: Python
- Homepage: https://docs.google.com/spreadsheets/d/19b-uGsyhmQ7lpqvoEPA7eFzCNz8HowDbdq1PzqDaxuM/
- Size: 85 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 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/)
![Screenshot of the Google Sheets](screenshot.png)
The Python script uses the [epidoc](https://github.com/Xennis/epidoc-parser) library for parsing the data.
## Development
Create a virtual environment, enable it and install the dependencies
```shell
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
```