Metadata-Version: 2.1
Name: luascli
Version: 0.2.0
Summary: This is a CLI tool that helps you to get LUAS     Irish Transport information
Home-page: http://github.com/global/luascli
Author: Anderson Goulart
Author-email: global@kokre.io
License: MIT
Description: # Overview
        
        This is a CLI tool that helps you to get LUAS Irish Transport information. This tool is based on the [Luas Forecasting API](https://data.gov.ie/dataset/luas-forecasting-api/resource/078346e0-fe7f-4e71-9c51-21c78520dc3d) integrated with the [Open Street Map API](https://www.openstreetmap.org/)
        
        `luascli` is licensed under the MIT license.
        
        ## Basic information
        
        This CLI uses the following format:
        
        ```
        luas <line> command <argument> [parameters]
        ```
        
        where 
        
        `<line>` :  the luas line name: red|green
        
        `<argument>` : commands can have arguments and/or optional parameters. The most comonn is the `<stop>` which means the abbreviated stop name. You can get it from `stops` command.
        
        ## How to install
        
        ```
        pip install luascli
        ```
        
        ## How to use
        
        ```
        luas <red|green> <command> <arguments>
        luas --help
        ```
        ### Commands
        
        - stops: list all stops for a particular line
        - status: show the operational status of the line
        - map: display the location of the luas stop on the map (default browser)
        
        Examples:
        
        ```
        # Show all red luas stops and their abbreviations (to be used with other commands)
        luas red stops 
        
        # Display the list of all green luas stops
        luas green stops
        
        # Show in your browser, the location of Citywest Luas Stop
        luas red map cit
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
