Metadata-Version: 2.1
Name: lps-maestro
Version: 0.2.0
Summary: Command line interface for the LPS Cluster @ UFRJ.
Home-page: https://github.com/gabriel-milan/maestro
Author: Gabriel Gazola Milan
Author-email: gabriel.gazola@poli.ufrj.br
License: GPL-3.0
Description: # Maestro
        
        [![Documentation Status](https://readthedocs.org/projects/maestro-lps/badge/?version=latest)](https://maestro-lps.readthedocs.io/en/latest/?badge=latest)
        [![Build Status](https://travis-ci.org/gabriel-milan/maestro.png?branch=master)](https://travis-ci.org/gabriel-milan/maestro)
        
        ## Getting started
        
        * Clone this repository
        ```
        git clone https://github.com/gabriel-milan/maestro
        ```
        
        * Go to the cloned directory:
        ```
        cd maestro/
        ```
        
        * Run the setup script
        ```
        source setup.sh
        ```
        
        * Install dependencies
        ```
        pip3 install -r requirements.txt
        ```
        
        * Run it!
        ```
        maestro --help
        ```
        
Keywords: cli,cluster,command-line interface,computer grid,lps,ufrj
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
