Skip to content

OpenPecha/Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
github-actions
Jun 5, 2024
43f19ed Β· Jun 5, 2024
Oct 5, 2023
Aug 11, 2020
Feb 22, 2024
May 3, 2023
Aug 11, 2020
Jun 5, 2024
Jun 13, 2022
Dec 21, 2023
Aug 19, 2020
Jun 13, 2022
Dec 20, 2021
May 24, 2022
Jun 5, 2024
Aug 26, 2021
Sep 23, 2019
Jun 5, 2024
May 28, 2020
Dec 13, 2021
Nov 25, 2022
Oct 20, 2022
Oct 4, 2023

Repository files navigation


OpenPecha

OpenPecha Toolkit

Description β€’ Owner β€’ Install β€’ Docs


Description

PyPI version Test Test Coverage Publish Code style: black

OpenPecha Toolkit allows state of the art solution for distributed standoff annotations on moving texts, in which Base layer can be edited without affecting annotations. This is made possible by our OpenPecha Native Format called opf (OpenPecha Format) and our collection of importers which can parse existing text into opf and exporters which can export opf text into any format (.epub, .docx, .pdf, etc)

Owner

πŸ’Ύ Install

Stable version:

pip install openpecha

Daily development version:

pip install git+https://github.com/OpenPecha/Openpecha-Toolkit

Docs

  • Documentation: docs
  • If you have any problems with openpecha-toolkit, please open issues

Developer Installation.

git clone https://github.com/OpenPecha-dev/openpecha-toolkit.git
cd openpecha-toolkit
pip install -r requirements-dev.txt
pip install -e .
pre-commit install

Testing

PYTHONPATH=.:$PYTHONPATH pytest tests