Metadata-Version: 2.1
Name: voy
Version: 0.0.2
Summary: A CLI for following arXiv authors.
Author-email: Florin Gogianu <florin.gogianu@gmail.com>
License: MIT License
        
        Copyright (c) 2024 Florin Gogianu
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/floringogianu/voy
Keywords: arxiv,feed
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: arxiv>=2.1.0
Requires-Dist: colorful>=0.5.6
Requires-Dist: datargs>=1.1.0
Requires-Dist: jsonlines>=4.0.0
Requires-Dist: platformdirs>=4.1.0
Requires-Dist: xxhash>=3.4.1
Requires-Dist: windows-curses>=2.3.2; sys_platform == "win32"

# voy

A CLI for following arxiv authors.

## Installation

Configure an environment with `python 3.12` and run the command:

```sh
pip install git+https://github.com/floringogianu/voy.git
```

I used some experimental syntax that's only in `3.11` and above and I haven't aimed at backward compatibility yet.

## Usage

Start with `voy --help`. A general flow would be:
- `voy search [FirstName] LastName`: queries arxiv and returns a list of authors and their papers matching the name
- `voy follow [FirstName] LastName`: follow the author so that their new papers show up when calling `voy show`
- `voy update`: after each `voy follow` and then daily. It updates the database with the most recent papers by the authors you follow.
In addition it commits to the database every co-author on these papers.
This makes it easy to search for authors in your database, using `voy show Some Researcher`.
- `voy show` / `voy show [FirstName] LastName`: **probably the command you will use most often**. It lists the most recent papers of
the people you follow or of a specific author. Check `voy show --help` for the many options of this command.
- `voy triage`: quickly review the papers in your feed.

### Getting started

https://github.com/floringogianu/voy/assets/1670348/65a6bc6f-e813-4516-a321-76774b4f4cf7

### Triage

Let's say you have a large number of researchers you follow and you want to quickly review and triage papers so that they don't show anymore in the `voy show` feed.
You can achieve this with `voy triage`.

https://github.com/floringogianu/voy/assets/1670348/6457b97f-980e-4c7d-b5f5-2f03e288554d

