A Python library for automating the submission of manuscripts to academic venues.
Project description
PaperPush: Automated manuscript submission to journals, conferences, and preprint servers
Prepare manuscripts for submission to preprint servers, venues, and conferences with just a few commands. No need to spend hours filling out forms manually. Just provide a manuscript directory and submission venue of interest, and paperpush will fill out the submission portal for you.
Install
pip install paperpush
To install the playwright dependency and the required browsers, run:
playwright install
Use with AI
Prepare my manuscript in /PATH/TO/MANUSCRIPT/DIRECTORY for submission to VENUE with PaperPush.
The Claude skill /paperpush-prepare-submission helps with this.
See docs/example-session.md for a full worked example of this flow.
Quickstart
paperpush subfile VENUE: creates a file VENUE.sub that is a template for the VENUE submission.- fill out VENUE.sub - 3 options:
- a. fill out manually
- b. Ask an LLM: Use Claude skill
/paperpush-autofill, or any AI agent followingAGENTS.md. - c.
paperpush autofill -d /PATH/TO/MANUSCRIPT/DIRECTORY --engine api VENUE.sub: Use an LLM API. Requires an API key.
paperpush validate VENUE.sub: run the pre-submission checks on the filledVENUE.sub.paperpush login VENUE: log in to the VENUE submission portalpaperpush submit VENUE.sub: Fill out the VENUE submission portal. Will not actually submit the manuscript. We highly recommend reviewing the submission form in the venue portal before clicking submit.
Run the whole pipeline at once
scripts/paperpush_pipeline.py sequentially runs the commands above — subfile, autofill, validate, login, submit. This allows going from a manuscript directory to a filled submission portal in just one command.
python scripts/paperpush_pipeline.py -d /PATH/TO/MANUSCRIPT/DIRECTORY --engine api VENUE
See python scripts/paperpush_pipeline.py --help for the full list of options, grouped by step.
Supported venues
Preprint servers: arXiv, bioRxiv, medRxiv
Journals: Bioinformatics, BMC Bioinformatics, Cell, Cell Genomics, Cell Systems, Discrete Mathematics, Genome Biology, Nature, Nature Biotechnology, Nature Methods, Nucleic Acids Research, PLOS Computational Biology, Science, Science Advances, Science Immunology, Science Robotics, Science Signaling, Science Translational Medicine
Conferences: none yet
View the list on the command line with paperpush --venues.
For more details, see venues.md
Documentation
Adding new venues
See CONTRIBUTING.md for instructions on adding new venues. See DEVELOPMENT.md for tips on adding new venues and running unit tests.
For AI agents
If you are an AI agent asked to submit a manuscript on the user's behalf, read
AGENTS.md. It describes how to run the full pipeline while doing
your own field extraction (reading the manuscript and writing a
values.json for the default --engine manual) rather than relying on the
API-backed engine. Claude Code should prefer the /paperpush-prepare-submission
and /paperpush-autofill skills, which encode the same contract.
License
This project is licensed under the BSD-2 License - see the LICENSE file for details.
Developed by Joe Rich
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paperpush-0.1.1.tar.gz.
File metadata
- Download URL: paperpush-0.1.1.tar.gz
- Upload date:
- Size: 532.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf55bb71cc709bd8e83f3ae3bde5fd9168e56e376f49e38ce5da5279ccfc41a1
|
|
| MD5 |
266de1f7b050aa36787b53ccaf9fd3ba
|
|
| BLAKE2b-256 |
92c2996b685eccadd46c793857b362d3bbc8f3d4fc4def01d06ee3eeafc346ed
|
File details
Details for the file paperpush-0.1.1-py3-none-any.whl.
File metadata
- Download URL: paperpush-0.1.1-py3-none-any.whl
- Upload date:
- Size: 561.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
069f45a05d586e4ca66beec17506eb9b711702de3601b09cddba115db468f9d3
|
|
| MD5 |
2626a8d2ace1be9addda50e6fec75abb
|
|
| BLAKE2b-256 |
b82dfebcc2220c3ac1feba38498ee5b236d53b562712e5d112914663022c37ad
|