Name | voy JSON |
Version |
0.2.0
JSON |
| download |
home_page | None |
Summary | A CLI for following arXiv authors. |
upload_time | 2025-07-19 08:22:39 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12.0 |
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.
|
keywords |
arxiv
feed
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# voy
A CLI for following arxiv authors.
## 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
## Installation
### With `pipx`
Using `pipx` it should be pretty straightforward to install `voy` as a command-line utility, `pipx` will manage the required environment.
#### MacOS
```sh
brew install pipx
pipx install voy
```
#### Linux
`pipx` [installation instructions](https://github.com/pypa/pipx?tab=readme-ov-file#on-linux).
```sh
pipx install voy
```
### conda/virtual envs and `pip`
Configure an environment with `python 3.12` and run the command:
```sh
pip install voy
```
Raw data
{
"_id": null,
"home_page": null,
"name": "voy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12.0",
"maintainer_email": null,
"keywords": "arxiv, feed",
"author": null,
"author_email": "Florin Gogianu <florin.gogianu@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/bc/00/a0ea148426bb9bdbaa14cbdb7592dab8bbf52cb32605027c81f2fec71479/voy-0.2.0.tar.gz",
"platform": null,
"description": "# voy\n\nA CLI for following arxiv authors.\n\n## Usage\n\nStart with `voy --help`. A general flow would be:\n- `voy search [FirstName] LastName`: queries arxiv and returns a list of authors and their papers matching the name\n- `voy follow [FirstName] LastName`: follow the author so that their new papers show up when calling `voy show`\n- `voy update`: after each `voy follow` and then daily. It updates the database with the most recent papers by the authors you follow.\nIn addition it commits to the database every co-author on these papers.\nThis makes it easy to search for authors in your database, using `voy show Some Researcher`.\n- `voy show` / `voy show [FirstName] LastName`: **probably the command you will use most often**. It lists the most recent papers of\nthe people you follow or of a specific author. Check `voy show --help` for the many options of this command.\n- `voy triage`: quickly review the papers in your feed.\n\n### Getting started\n\nhttps://github.com/floringogianu/voy/assets/1670348/65a6bc6f-e813-4516-a321-76774b4f4cf7\n\n### Triage\n\nLet'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.\nYou can achieve this with `voy triage`.\n\nhttps://github.com/floringogianu/voy/assets/1670348/6457b97f-980e-4c7d-b5f5-2f03e288554d\n\n## Installation\n\n### With `pipx`\n\nUsing `pipx` it should be pretty straightforward to install `voy` as a command-line utility, `pipx` will manage the required environment.\n\n#### MacOS\n\n```sh\nbrew install pipx\npipx install voy\n```\n\n#### Linux\n\n`pipx` [installation instructions](https://github.com/pypa/pipx?tab=readme-ov-file#on-linux).\n\n```sh\npipx install voy\n```\n\n### conda/virtual envs and `pip`\n\nConfigure an environment with `python 3.12` and run the command:\n\n```sh\npip install voy\n```\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024 Florin Gogianu\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "A CLI for following arXiv authors.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/floringogianu/voy"
},
"split_keywords": [
"arxiv",
" feed"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "08d2f14418d242673d5963e1e24c1135bd9f9cce5973df39d35f08878efaf0ad",
"md5": "867d0f7377ec70717282b482a8662607",
"sha256": "98e0778849e4ed67f2c461f9dc2e595c0a93a9555b3d46eb58a8c7c87cc56c98"
},
"downloads": -1,
"filename": "voy-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "867d0f7377ec70717282b482a8662607",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12.0",
"size": 26408,
"upload_time": "2025-07-19T08:22:38",
"upload_time_iso_8601": "2025-07-19T08:22:38.442802Z",
"url": "https://files.pythonhosted.org/packages/08/d2/f14418d242673d5963e1e24c1135bd9f9cce5973df39d35f08878efaf0ad/voy-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc00a0ea148426bb9bdbaa14cbdb7592dab8bbf52cb32605027c81f2fec71479",
"md5": "30046068b068e8259593637deff9db0d",
"sha256": "62b265be548a1fd4f8353ce711ebd07a0a0bb385efff14088831c1cc1985eecc"
},
"downloads": -1,
"filename": "voy-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "30046068b068e8259593637deff9db0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12.0",
"size": 23805,
"upload_time": "2025-07-19T08:22:39",
"upload_time_iso_8601": "2025-07-19T08:22:39.607931Z",
"url": "https://files.pythonhosted.org/packages/bc/00/a0ea148426bb9bdbaa14cbdb7592dab8bbf52cb32605027c81f2fec71479/voy-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-19 08:22:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "floringogianu",
"github_project": "voy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "voy"
}