arXiv / zzzArchived_arxiv-api-gateway

MIT License
3 stars 4 forks source link
arxiv-ng flask python

arXiv API Gateway

This project pulls together documentation (including specifications) for the arXiv API Gateway. The intended audience is arXiv API users, including partner platforms.

Documentation for individual services is maintained in the respective repositories for those services. This project largely involves pulling down those docs into a single resource, which is then published as (almost) static pages.

Running for development

  1. Install dependencies
pipenv install
  1. Build the site index
pipenv run python build.py
  1. Run the Flask development server
LOGLEVEL=10 FLASK_APP=app.py pipenv run flask run

You should find the root page at http://127.0.0.1:5000

TODO: