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)
Release files for python-nasa 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-nasa-0.3.0.tar.gz | 4.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_nasa-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.0 kB
Release files / python-nasa-0.3.0.tar.gz
| Download URL | python-nasa-0.3.0.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
57673782a64d3353bfada9dfb38575803f42d16f7b288b1de7c123b136afea4b
|
|
BLAKE2b-256 checksum How to use checksums |
029460fe7c090543591d5ec4ff78363cfcc7a55e0abba284e4608120f253e1d2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / python_nasa-0.3.0-py3-none-any.whl
| Download URL | python_nasa-0.3.0-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65e49b3bba7a580dc1140bf4c467ff3a703d1e55a4ca1dced00a0ec8bf859765
|
|
BLAKE2b-256 checksum How to use checksums |
b821261cc3ea417bf03dea4e359799b3a727cf8ab8e737f816ffbcaba0796366
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|