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.0.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file python-nasa-0.3.0.tar.gz
.
File metadata
- Download URL: python-nasa-0.3.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
57673782a64d3353bfada9dfb38575803f42d16f7b288b1de7c123b136afea4b
|
|
MD5 |
9f24a3cc0e6012a2e07a941d3a5ec93a
|
|
BLAKE2b-256 |
029460fe7c090543591d5ec4ff78363cfcc7a55e0abba284e4608120f253e1d2
|
File details
Details for the file python_nasa-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: python_nasa-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
65e49b3bba7a580dc1140bf4c467ff3a703d1e55a4ca1dced00a0ec8bf859765
|
|
MD5 |
f7c08437d1a945d6385a56b38f198e41
|
|
BLAKE2b-256 |
b821261cc3ea417bf03dea4e359799b3a727cf8ab8e737f816ffbcaba0796366
|