Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitri-mcguckin/rtop
A TUI monitor that integrates with RocketLaunch.live to bring a list of upcoming launches.
https://github.com/dmitri-mcguckin/rtop
Last synced: 2 days ago
JSON representation
A TUI monitor that integrates with RocketLaunch.live to bring a list of upcoming launches.
- Host: GitHub
- URL: https://github.com/dmitri-mcguckin/rtop
- Owner: dmitri-mcguckin
- License: gpl-3.0
- Created: 2021-05-30T19:54:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T07:00:18.000Z (over 2 years ago)
- Last Synced: 2025-01-19T08:19:32.050Z (3 days ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTop
[![license](https://img.shields.io/github/license/dmitri-mcguckin/rtop)](./LICENSE)
[![pypi](https://img.shields.io/pypi/v/rtop)](https://pypi.org/project/rtop)
[![issues](https://img.shields.io/github/issues/dmitri-mcguckin/rtop/bug?label=issues)](https://github.com/dmitri-mcguckin/rtop/labels/bug)
[![unit tests](https://img.shields.io/github/workflow/status/dmitri-mcguckin/rtop/Unit%20Tests?label=unit%20tests)](https://github.com/dmitri-mcguckin/rtop/actions?query=workflow%3A%22Unit+Tests%22)
[![deployment](https://img.shields.io/github/workflow/status/dmitri-mcguckin/rtop/Deploy%20to%20PyPi?label=deployment)](https://github.com/dmitri-mcguckin/rtop/actions?query=workflow%3A%22Deploy+to+PyPi%22)A TUI monitor that integrates with [RocketLaunch.live](https://www.rocketlaunch.live) to bring a list of upcoming launches.
*(Support Rocket Launch Live [here](https://www.rocketlaunch.live/premium))*
# Quick Start
### Install
`$` `pip install rtop`
#### Start the monitor
`$` `rtop`
# Development and Contribution
### Documentation
`$` `make -C docs clean html`
### Install Locally
`$` `pip install -e .[dev]`
*(Note: the `-e` flag creates a symbolic-link to your local development version. Set it once, and forget it)*
### Run Unit Tests
`$` `python3 -m unittest tests/spec_*.py`