Metadata-Version: 2.1
Name: pyastroapi
Version: 1.0.1
Summary: "Low level library interfacing with NASA's ADSABS api"
Author: Robert Farmer
License: BSD
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Provides-Extra: testing
License-File: LICENSE



# pyAstroApi


Low level library interfacing with NASA's ADSABS api

## Installation



Install dependices:

```
pip install -r requirements.txt
```

Build and install software

```
pip install .
```


## Documentation



## ADS Key

You will need your own ADS api key: https://ui.adsabs.harvard.edu/user/settings/token

This can be saved to the file:

```
~/.ads/dev_key
```


## Acknowledgements

This project is not afflfiated with NASA or ADSABS.

This research has made use of NASA’s Astrophysics Data System Bibliographic Services.


