Metadata-Version: 2.1
Name: turandot
Version: 3.1.2
Summary: Turandot Markdown Converter
Home-page: https://turandot.readthedocs.io
Author: Martin Obrist
Author-email: dev@obrist.email
License: GPLv3
Project-URL: Documentation, https://turandot.readthedocs.io
Project-URL: Source Code, https://gitlab.com/dinuthehuman/turandot
Project-URL: Issue Tracker, https://gitlab.com/dinuthehuman/turandot/-/issues
Keywords: markdown,citeproc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Text Processing :: Markup :: Markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
Provides-Extra: tk
Provides-Extra: gtk
Provides-Extra: dev
Provides-Extra: optional
License-File: LICENSE.txt

# Turandot

Feature-rich, cross-platform graphical document converter

## Features

- Conversion from Markdown to PDF (extendable architecture for more formats)
- Graphical user interface in GTK (Linux) or Tk (Windows, MacOS)
- Layout and styling in CSS with extensive support of CSS3 printed page rules thanks to [Weasyprint](https://weasyprint.org/)
- Extensive templating capabilities based on [Mako](https://www.makotemplates.org/) and [Jinja](https://jinja.palletsprojects.com)
- Automatic handling of bibliographic references in combination with [Zotero](https://www.zotero.org/) or CSLJSON files with formatting based on CSL
- Rendering of mathematical formulas based on [KaTeX](https://katex.org/)
- Automatic syntax highlighting in code blocks based on [pygments](https://pygments.org/)
- Available as deb package with a Windows installer in progress

## Links

- [Full documentation](https://turandot.readthedocs.io) (work in progress)
- [Source Code](https://gitlab.com/dinuthehuman/turandot)
- [Issue Tracker](https://gitlab.com/dinuthehuman/turandot/-/issues)
