Metadata-Version: 2.1
Name: heliumcli
Version: 1.5.11
Summary: CLI tool that provides a useful set of tools for maintaining, building, and deploying code in compatible projects
Home-page: https://github.com/HeliumEdu/heliumcli
Author: Alex Laird
Author-email: contact@alexlaird.com
License: MIT
Download-URL: https://github.com/HeliumEdu/heliumcli/archive/1.5.11.tar.gz
Description: [![PyPI version](https://badge.fury.io/py/heliumcli.svg)](https://badge.fury.io/py/heliumcli)
        [![Build Status](https://travis-ci.org/HeliumEdu/heliumcli.svg?branch=master)](https://travis-ci.org/HeliumEdu/heliumcli)
        [![codecov](https://codecov.io/gh/HeliumEdu/heliumcli/branch/master/graph/badge.svg)](https://codecov.io/gh/HeliumEdu/heliumcli)
        [![image](https://img.shields.io/pypi/pyversions/heliumcli.svg)](https://pypi.org/project/heliumcli/)
        [![PyPI license](https://img.shields.io/pypi/l/heliumcli.svg)](https://pypi.org/project/heliumcli/)
        [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/alexdlaird)
        
        # Helium CLI
        
        ## Prerequisites
        
        - Python (>=2.7, >= 3.5)
        - Pip (>= 9.0)
        
        ## Getting Started
        
        The Helium CLI can easily be used with a compatible project by installing it with `pip install heliumcli`. The utility
        is then available from the command line with `helium-cli`.
        
        More details pertaining to project compatibility, installation, and configuration can be found in the [Helium CLI Wiki](https://github.com/HeliumEdu/heliumcli/wiki).
        
Keywords: cli,build,deployment,ansible,git
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
