Metadata-Version: 2.1
Name: quarto
Version: 0.1.0
Summary: Python Interface to 'Quarto' Markdown Publishing System
Home-page: https://github.com/quarto-dev/quarto-python
Author: JJ Allaire
Author-email: jj@rstudio.com
License: UNKNOWN
Description: # Quarto
        
        Python interface to Quarto, an academic, scientific, and technical publishing system built on [Pandoc](https://pandoc.org).
        
        In addition to the core capabilities of Pandoc, Quarto includes:
        
        1.  Support for embedding output from R and Python via integration with knitr and Jupyter.
        2.  A project system for rendering groups of documents at once.
        3.  Flexible ways to specify rendering options, including project-wide options and per-format options.
        4.  Cross references for figures, tables, equations, sections, listings, proofs, and more.
        5.  Sophisticated layout for panels of figures, tables, and other content.
        6.  Automatic installation of required LaTeX packages when rendering PDF output.
        
        For more information on Quarto, see the project GitHub repositories at https://github.com/quarto-dev/ 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
