aboutsummaryrefslogtreecommitdiff
path: root/www/py-arxiv/pkg-descr
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-21 02:35:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-21 02:35:33 +0000
commit70b403e4e4c36ce2ed6bbba7fcf4bef0bd151be2 (patch)
tree0e3971aeeb58a10fc3aa79bb1a7e684a1de40187 /www/py-arxiv/pkg-descr
parent52616b30cbf4fbb88107f368c8b077a19ab28a6c (diff)
downloadports-70b403e4e4c36ce2ed6bbba7fcf4bef0bd151be2.tar.gz
ports-70b403e4e4c36ce2ed6bbba7fcf4bef0bd151be2.zip
Add py-arxiv 0.2.2
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. WWW: https://pypi.python.org/pypi/arxiv WWW: https://github.com/lukasschwab/arxiv.py
Notes
Notes: svn path=/head/; revision=470501
Diffstat (limited to 'www/py-arxiv/pkg-descr')
-rw-r--r--www/py-arxiv/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/py-arxiv/pkg-descr b/www/py-arxiv/pkg-descr
new file mode 100644
index 000000000000..e69868a4919a
--- /dev/null
+++ b/www/py-arxiv/pkg-descr
@@ -0,0 +1,16 @@
+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.
+
+WWW: https://pypi.python.org/pypi/arxiv
+WWW: https://github.com/lukasschwab/arxiv.py