Metadata-Version: 2.1
Name: heliumcli
Version: 1.6.2
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.6.2.tar.gz
Description: [![PyPI Version](https://badge.fury.io/py/heliumcli.svg)](https://badge.fury.io/py/heliumcli)
        [![CI/CD](https://github.com/heliumedu/heliumcli/workflows/CI/CD/badge.svg)](https://github.com/heliumedu/heliumcli/actions?query=workflow%3ACI%2FCD)
        [![Codecov](https://codecov.io/gh/HeliumEdu/heliumcli/branch/master/graph/badge.svg)](https://codecov.io/gh/HeliumEdu/heliumcli)
        [![Python Versions](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/)
        
        # Helium CLI
        
        ## Prerequisites
        
        - Python (>= 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 :: 3
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: Programming Language :: Python :: 3.9
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: >=3.5
Description-Content-Type: text/markdown
