Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 913 Bytes

File metadata and controls

40 lines (25 loc) · 913 Bytes

arxiv_tool

Some tools for working with arXiv papers.

Installation

Install the requirements of arxiv-collector: arxiv-collector · PyPI

Install arxiv_tool:

pip install arxiv_tool

Usage

  1. Copy the sources of the paper in a directory, e.g., paper_src/.
  2. Run python -m arxiv_tool paper_src paper_out to generate the submission files in the paper_out directory.
  3. Upload the files to arXiv.

All the available options can be found by running arxiv_tool --help.

Development

Install the requirements:

pip install -r requirements.txt

Future features

  • Directly clone the sources from GitHub
  • Support more cases (nested folders, etc.)

References