Metadata-Version: 2.4
Name: criticus
Version: 2.0.2
Summary: A suite of tools for transcribing, collating and creating an apparatus criticus. See also www.apatosaurs.io for a web-based set of tools.
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 :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: django>=5.1.4
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: python-docx>=0.8.11
Requires-Dist: toga==0.5.0
Requires-Dist: uvicorn>=0.34.0
Requires-Dist: whitenoise>=6.8.2
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).
