Skip to main content

Publication-ready tables and manuscript pipeline for Quarto-based academic projects

Project description

quartopress

Publication-ready tables and manuscript pipeline for Quarto-based academic projects.

Install

# As a Python package
uv add quartopress

# As a Claude Code plugin
/plugin install github:shakestzd/quartopress

Quick Start

Scaffold a new manuscript project

quartopress-init ./my-manuscript --title "My Study" --journal prs

Build tables from data

from quartopress import TableSpec, build_prs_document

# From CSV
spec = TableSpec.from_csv("data.csv", label="Table 1. Demographics")

# From explicit rows
spec = TableSpec(
    label="Table 2. Results",
    headers=["Metric", "Value"],
    rows=[("Sensitivity", "99.3%"), ("Specificity", "84.4%")],
)

# Generate Word document with three-line table formatting
build_prs_document(
    title_bold="Table 1. ",
    title_text="Patient Demographics",
    tables=[spec],
    output_path="Table 1.docx",
)

Build the upload package

cd my-manuscript
uv run python scripts/build_upload.py

Claude Code Plugin

When installed as a plugin, quartopress provides:

Component Description
ai-tell-fixer agent Detects and fixes AI writing markers (em-dashes, "Furthermore", "delve", etc.)
manuscript-reviewer agent Reviews sections against journal requirements and reviewer comments
table-builder agent Generates publication-ready Word tables from CSV data
manuscript-setup skill Scaffolds a new Quarto manuscript project
build-upload skill Generates complete journal upload packages
journal-compliance skill Validates manuscript against journal requirements
/build-manuscript command Runs the full build pipeline

Table Formatting

Tables use the standard three-line academic format:

  • Thick top border
  • Thin rule under header row
  • Thick bottom border
  • No internal gridlines, no shading

Supports landscape orientation, section headers within tables, and multi-table documents.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quartopress-0.3.1.tar.gz (61.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quartopress-0.3.1-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file quartopress-0.3.1.tar.gz.

File metadata

  • Download URL: quartopress-0.3.1.tar.gz
  • Upload date:
  • Size: 61.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.0

File hashes

Hashes for quartopress-0.3.1.tar.gz
Algorithm Hash digest
SHA256 c8d77e0d85e18fc76c45f2be4cb6829ea3d3e67e789b186c021115ba1f392ef9
MD5 28afef0b391eb5fb55ffb5632dea6d4f
BLAKE2b-256 6d079ac8ba2166f94b63f917bf3a23913d2e9f0d68793afe26a5f20e7dc5886e

See more details on using hashes here.

File details

Details for the file quartopress-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for quartopress-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 29f2889718f3a270e4dbb03dd3d7371e5f1851bb7b1ae0ca6bb62a387300bc9c
MD5 14949da25a1de78ba3f3c80dbec6a390
BLAKE2b-256 dde6fe83cce005229b81f3ec3be70b74c72d1041f228e8fc3a9a0390a1c9b673

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page