https://github.com/willguimont/arxiv_tool
Prepare your arXiv submissions
https://github.com/willguimont/arxiv_tool
Last synced: 10 months ago
JSON representation
Prepare your arXiv submissions
- Host: GitHub
- URL: https://github.com/willguimont/arxiv_tool
- Owner: willGuimont
- License: mit
- Created: 2024-05-10T15:58:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T22:46:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T21:09:06.726Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arxiv_tool
Some tools for working with arXiv papers.
## Installation
Install the requirements of
`arxiv-collector`: [arxiv-collector · PyPI](https://pypi.org/project/arxiv-collector/#requirements)
Install `arxiv_tool`:
```bash
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:
```bash
pip install -r requirements.txt
```
## Future features
- [ ] Directly clone the sources from GitHub
- [ ] Support more cases (nested folders, etc.)
## References
- [How to publish your preprints on Arxiv • Northern Robotics Laboratory](https://norlab.ulaval.ca/research/publish-prepints-arxiv/)