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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-nasa-0.3.1.tar.gz.
File metadata
- Download URL: python-nasa-0.3.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef6418f7a9a1a3d358f763a16d6684ef93bd1aa3c5179d90fe4eab537b7327de
|
|
| MD5 |
297a50e9b6951d840d3a3deae8dacece
|
|
| BLAKE2b-256 |
25e8f6f25ef3b8c367510d890d8d3d8e7ebdac354e9d47672f3ef26c8676bff1
|
File details
Details for the file python_nasa-0.3.1-py3-none-any.whl.
File metadata
- Download URL: python_nasa-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c84d41260f131691e30357dab94e59764839a6c3f154055264743e24aa656779
|
|
| MD5 |
783c0386b9f274a078ca74f89284f35b
|
|
| BLAKE2b-256 |
a5f26c3e96704e6de6891a9cddec6e7ac0fbf3a15cc799e1d485fbbee40093e3
|