Metadata-Version: 2.1
Name: worden
Version: 1.1.0
Summary: TUI Space operations center
Home-page: https://github.com/jvlsg/Worden
Author: João Guimarães
Author-email: jvlsg-github@ipriva.org
License: UNKNOWN
Description: # PROJECT WORDEN - Terminal Based Space Display 
        
        ![](img/worden.png)
        Pictured, the epynomous Alfred Worden (the only astronaut I had the privilege to meet in person)
        
        ## Screenshots
        ![](img/iss.png)
        ![](img/astro.png)
        ![](img/launch.png)
        ![](img/body.png)
        ## Goal
        Aggregate information from several Space-related APIs into a single, cohesive and (hopefully) cool-looking terminal based interface
        
        ## Installation
        `pip3 install --user --upgrade worden` (now, it actually works)
        
        This will download the package, dependencies and a launch script. 
        
        ## Running
        
        `worden` (If your PATH includes the pip directories)
        
        or
        
        `python3 -m worden`
        
        ## Features
        ### Upcoming launches
        See available information for the upcoming launches of spacecraft
        ### Active Astronauts
        Displays a list of all known, active astronauts
        ### Maps & Tracking
        Displays the world maps and rough position of trackable objects
        ### Astral bodies in the solar system
        See all (?) known astral bodies of the solar system, as well as relevant orbital parameters.
        
        ## Controls
        - Main menu `Ctrl`+`X`
        - Switch to Details panel: `Shift`
        - Switch back to list: `Shift`+`Tab`
        - Update/Refresh Map `Ctrl`+`R`
        - Track a launch/Space station `Ctrl`+`T`
        - Previous Page / Next Page `<` / `>` (i.e. `Shift`+`,` / `Shift`+`.` on most keyboards)
        
        ## Used APIs
        - https://spacelaunchnow.me/api/3.3.0/
        - https://open-notify.org/
        - https://api.le-systeme-solaire.net/swagger/#/bodies/get_bodies
        
        
        ### Future features/wishlist
        * Orbital Map [Future]
        * Solar System Map [Future]
        * list of tracked objects displayed on the maps
        * correlation between data types
        * Open links in the details
        #### Candidate APIs (for future developments)
        * https://www.n2yo.com/api/
        * https://celestrak.com/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Requires-Python: >=3.7
Description-Content-Type: text/markdown
