Skip to main content

Unofficial Python Wrapper for NASA API

Project description

Python NASA

Unofficial Python Wrapper for NASA API. Full API Documentation https://api.nasa.gov/.

Install

pip install python-nasa

Usage

Basic Usage

from nasa import Client
# api_key = "Your API Key" Generate here https://api.nasa.gov/
client = Client(api_key)
apod = client.apod()

Get Image

from nasa import Client
# api_key = "Your API Key" Generate here https://api.nasa.gov/
client = Client(api_key)
apod_image = client.apod(get_image=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-nasa-0.3.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

python_nasa-0.3.1-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page