No project description provided
Project description
pylaunches

A python packages to get information form upcoming space launches.
Install
pip install pylaunches
Example usage
"""Example usage of pylaunches."""
import asyncio
from pylaunches.api import Launches
async def test_pylaunches():
"""Example usage of pylaunches."""
data = Launches(LOOP)
await data.get_launches()
print("Launches:", data.launches)
LOOP = asyncio.get_event_loop()
LOOP.run_until_complete(test_pylaunches())
This package is using the launchlibrary.net 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-0.0.2.tar.gz
(2.6 kB
view details)
File details
Details for the file pylaunches-0.0.2.tar.gz.
File metadata
- Download URL: pylaunches-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5bf3839dbac8b6114135d491f4328e642379e22210508bf2d9096047830710c
|
|
| MD5 |
2ccbb059eed5eb144ae88bfe4098ce33
|
|
| BLAKE2b-256 |
437c1702cd9c97af744b11099f9c1f4dffcf06fc1b53dee5c7da9cc6935e2f64
|