@hackage arxiv-client0.1.0.1
Tiny client for the arXiv Atom API with a simple query DSL
Categories
License
BSD-3-Clause
Maintainer
eikochanowo@outlook.com
Links
Versions
Installation
Dependencies (10)
- aeson >=2 && <2.3
- base >=4 && <5
- bytestring >=0.10 && <0.13
- directory >=1.3 && <1.4
- megaparsec >=9.5 && <9.8
- modern-uri >=0.3 && <0.4 Show all…
Dependents (1)
@hackage/arxiv-client-cli
Arxiv-client
A simple arxiv-client API library for searching, querying, and downloading pdf, source from arXiv.org.
This is a library, and the command line interface (cli) application wrapping this library is provided by the arxiv-client-cli package.
Library Guide
Two query ASTs are defined:
-
The primitive
Term,ArxivQueryand their builder functions are defined inArxiv.Query. Suitable for building queries programmatically using functions. -
The higher-level
QueryTermwhich is algebraic query, defined inArxiv.Query.AlgebraicandArxiv.Query.Parser, suitable for parsing from user input.