@hackage / arxiv-client

Tiny client for the arXiv Atom API with a simple query DSL

Latest0.1.0.1

About

Metadata

  • Last updated , by eiko
  • License BSD-3-Clause
  • Categories Network Development, Compilers and Interpreters
  • Maintained by: eikochanowo@outlook.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2

Readme

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, ArxivQuery and their builder functions are defined in Arxiv.Query. Suitable for building queries programmatically using functions.

  • The higher-level QueryTerm which is algebraic query, defined in Arxiv.Query.Algebraic and Arxiv.Query.Parser, suitable for parsing from user input.