← All projects Libraries A Python tool for preparing paper source files for arXiv submissionarxiv_tool
arxiv_tool is a Python command-line utility for preparing paper source trees for upload to arXiv. It packages the required submission files into a clean output directory using arxiv-collector.
Install it with pip:
pip install arxiv_toolThen point it at a directory containing the paper sources and choose an output directory:
python -m arxiv_tool paper_src paper_outThe generated output can then be uploaded directly as an arXiv submission. The project is authored by William Guimont-Martin and Damien LaRocque and distributed under the MIT License.