Metadata-Version: 2.1
Name: heliumcli
Version: 1.6.13
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
Download-URL: https://github.com/HeliumEdu/heliumcli/archive/1.6.13.tar.gz
Author: Alex Laird
Author-email: contact@alexlaird.com
License: MIT
Project-URL: Sponsor, https://github.com/sponsors/alexdlaird
Keywords: cli,build,deployment,ansible,git
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: GitPython>=2.1.15
Requires-Dist: PyYAML>=5.1.2
Requires-Dist: ansible>=2.10.0
Requires-Dist: pyngrok>=7.0.0

[![PyPI Version](https://badge.fury.io/py/heliumcli.svg)](https://badge.fury.io/py/heliumcli)
[![Build](https://github.com/heliumedu/heliumcli/actions/workflows/build.yml/badge.svg)](https://github.com/heliumedu/heliumcli/actions/workflows/build.yml)
[![Codecov](https://codecov.io/gh/HeliumEdu/heliumcli/branch/main/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.8)
- 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).

## Contributing

Want to contribute financially? If you've found `helium-cli` useful, [sponsorship](https://github.com/sponsors/alexdlaird) would
also be greatly appreciated!
