Metadata-Version: 2.1
Name: gtagora-app
Version: 0.0.1
Summary: Python version of the Agora app
Home-page: https://github.com/gyrotools/gtagora-app-py
Author: Martin Bührer
Author-email: info@gyrotools.com
License: UNKNOWN
Description: # gtagora-app-py [![Build Status](https://travis-ci.org/gyrofx/gtagora-connector-py.svg?branch=master)](https://travis-ci.org/gyrofx/gtagora-connector-py)
        
        Helper app for Agora (http://www.gyrotools.com/gt/index.php/products/agora)
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install gtagora-app.
        
        ```bash
        pip install gtagora-app
        ```
        
        Currently gtagora-app supports python 3.6 and 3.7.
        
        ## Basic usage
        
        ### Setup
        setup the app the first time it is used:
        ```bash
        gtagoraapp --setup
        ```
        to change settings call the app with the setup option again. 
        
        ### Run
        run the app with
        ```bash
        gtagoraapp
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
