Metadata-Version: 2.1
Name: criticus
Version: 1.0.3
Summary: A suite of tools for transcribing, collating and creating an apparatus criticus.
Project-URL: documentation, https://github.com/d-flood/criticus#readme
Project-URL: issues, https://github.com/d-flood/criticus/issues
Project-URL: source, https://github.com/d-flood/criticus
License-Expression: MIT
License-File: LICENSE
Keywords: TEI,apparatus,collation,critical,transcription
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: lxml>=4.8.0
Requires-Dist: markdown-del-ins>=1.0.0
Requires-Dist: markdown==3.5.1
Requires-Dist: natsort>=8.1.0
Requires-Dist: pysimplegui>=4.57.0
Requires-Dist: python-docx>=0.8.11
Description-Content-Type: text/markdown

# Criticus
A suite of tools for transcribing, collating and and creating an apparatus criticus.

## install
Requires Python 3.11+

### Windows: 
- Install: `pip install criticus`
- Run: `python -m criticus`
### MacOS: 
- Install: `pip3 install criticus`
- Run: `python3 -m criticus`

Read the full [tutorial on GitHub](https://github.com/d-flood/criticus).
