Skip to content

aaccomazzi/adsws

 
 

Repository files navigation

ADSWS - ADS Web Services

Travis Status Coverage Status

About

Core API module for the NASA-ADS, handling:

  • authentication
  • passing requests to the correct local and/or remote microservices
  • rate limiting

Installation

    git clone https://github.com/adsabs/adsws.git
    pip install -r requirements.txt 
    alembic upgrade head
    vim instance/local_config.py # edit edit edit...
    python wsgi.py

Testing

    pip install -r dev-requirements.txt
    py.test adsws

About

ADS web services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.8%
  • HTML 6.7%
  • Other 0.5%