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.1.tar.gz
(2.6 kB
view details)
File details
Details for the file pylaunches-0.0.1.tar.gz.
File metadata
- Download URL: pylaunches-0.0.1.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 |
14ca8c33f938e0bbda26be71b671fec388acc1c716e6a3357b73c414adad628d
|
|
| MD5 |
b49242fd9640c3119829486371e6929d
|
|
| BLAKE2b-256 |
7b509153911334bd6094fa8a461c6bc777f23a8b3d51ea0dccf2444b757486e2
|