fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
685 B
Text
13 lines
685 B
Text
arxiv.py is a Python wrapper for the arXiv API
|
|
(http://arxiv.org/help/api/index).
|
|
|
|
arXiv is a project by the Cornell University Library that provides open access
|
|
to 1,000,000+ articles in Physics, Mathematics, Computer Science, Quantitative
|
|
Biology, Quantitative Finance, and Statistics.
|
|
|
|
They have an API that uses ATOM feeds to serve simple database queries.
|
|
Unfortunately, handling these ATOM requsts can be clumsy (especially given
|
|
inconsistency in data between different result objects, even in the same query).
|
|
This is where arxiv.py comes it: it constructs requests for arXiv and gets ATOM
|
|
feeds via a simple handful of methods, and parses the results into an intuitive
|
|
format.
|