Metadata-Version: 1.1
Name: compilio-cli
Version: 0.1.8
Summary: CLI tool to interact with Compilio API
Home-page: https://github.com/compilio/compilio-cli
Author: Quentin de Longraye
Author-email: UNKNOWN
License: GPL
Description: # Compilio-cli
        CLI tool to interact with Compilio API
        
        [![Build Status](https://travis-ci.org/compilio/compilio-cli.svg?branch=master)](https://travis-ci.org/compilio/compilio-cli)
        
        ## Installation & usage
        
        ### Using pip
        
        Install `compilio-cli` on your system using pip:
        
        ```
        pip install compilio-cli
        ```
        
        You can then run:
        
        ```
        compilio
        ```
        
        ### From source
        
        Clone the repository and run the following command:
        
        ```
        pip install -r requirements.txt
        ```
        
        You can then run:
        
        ```
        python compilio.py -- command
        ```
        
        You can also build the application locally (for example in a virtual environment)
        using the command:
        
        ```
        python setup.py install
        ```
        
        You can then run:
        
        ```
        compilio
        ```
        
        ![demoPdfLatex gif](/resources/demo_pdflatex.gif)
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
