No project description provided
Project description
PyLaunches
A python packages to get information form upcoming space launches.
Install
python3 -m pip install pylaunches
Example usage
"""Example usage of pylaunches."""
import asyncio
from pylaunches import PyLaunches, PyLaunchesException
async def example():
"""Example usage of pylaunches."""
async with PyLaunches() as api:
try:
launches = await api.upcoming_launches()
for launch in launches:
print(launch.name)
except PyLaunchesException:
print(":(")
asyncio.get_event_loop().run_until_complete(example())
This package is using the Launch Library 2 API to get the information.
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
pylaunches-1.2.2.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 pylaunches-1.2.2.tar.gz.
File metadata
- Download URL: pylaunches-1.2.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fb3a974138040707cf17ffe2d99c628f6813a8dd10d80fecb25b0ec950d2e50
|
|
| MD5 |
95584b93c443a91c1e513c30c440c418
|
|
| BLAKE2b-256 |
8acc9ceec624c6ba0d56696225344a224ebdfae7d80d524f64c04191c6af320a
|
File details
Details for the file pylaunches-1.2.2-py3-none-any.whl.
File metadata
- Download URL: pylaunches-1.2.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4174e39a508d1520b2b77b46280828c994f6a00e332b524769cfe1f52ed82c2d
|
|
| MD5 |
3ecb302265761e28169a168c2fd4349d
|
|
| BLAKE2b-256 |
e9255192cf7d1feb51a6f0490253e48ec9d3ccd045cb1e154d8457766395a43a
|