You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The arxiv-cli package has not been updated since 2018.
* Installation problems (e.g. jacquerie/arxiv-cli#10).
* arxiv.py is a more modern Python API (but no CLI).
* Also remove statement about Python 2 compatibility.
* Insert space after "P P" and before "-->" in reactions.
Copy file name to clipboardExpand all lines: README.md
+23-29Lines changed: 23 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
Command line interface (CLI) and application program interface (API) to allow users to search, download from and upload to [HEPData](https://www.hepdata.net).
14
14
15
-
The code is compatible with both Python 2 and Python 3. Inspiration from [arxiv-cli](https://github.com/jacquerie/arxiv-cli).
15
+
The code is compatible with Python 3.7 or greater. Inspiration from [arxiv-cli](https://github.com/jacquerie/arxiv-cli) (unmaintained since 2018).
16
16
17
17
## Installation (for users)
18
18
@@ -85,7 +85,6 @@ The argument ```[-p/--password PASSWORD``` is the password for the uploader's HE
85
85
Warning: do not store your password unencrypted in any code intended for shared use.
86
86
87
87
The ```hepdata-cli download/fetch-names``` and ```hepdata-cli find``` commands can be concatenated, if a ```IDTYPE``` is specified for ```find```.
88
-
It is also possible to concatenate ```arxiv download```, form [pypi/arxiv-cli](https://pypi.org/project/arxiv-cli/), with ```hepdata-cli find```, if ```arxiv``` is used as ```IDTYPE```.
0 commit comments