Metadata-Version: 2.4
Name: heliumcli
Version: 1.6.35
Summary: A CLI tool that provides a useful set of tools for maintaining, building, and deploying code in compatible projects
Author-email: Alex Laird <contact@alexlaird.com>
Maintainer-email: Alex Laird <contact@alexlaird.com>
License-Expression: MIT
Project-URL: Sponsor, https://github.com/sponsors/alexdlaird
Project-URL: Source Code, https://github.com/HeliumEdu/heliumcli
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: GitPython>=3.0
Requires-Dist: PyYAML>=5.1
Requires-Dist: ansible>=2.10
Requires-Dist: pyngrok>=7.2
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: coverage[toml]; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flake8-pyproject; extra == "dev"
Requires-Dist: pep8-naming; extra == "dev"
Dynamic: license-file

[![Version](https://img.shields.io/pypi/v/heliumcli)](https://pypi.org/project/heliumcli)
[![Python Versions](https://img.shields.io/pypi/pyversions/heliumcli.svg)](https://pypi.org/project/heliumcli)
[![Coverage](https://img.shields.io/codecov/c/github/HeliumEdu/heliumcli)](https://codecov.io/gh/HeliumEdu/heliumcli)
[![Build](https://img.shields.io/github/actions/workflow/status/HeliumEdu/heliumcli/build.yml)](https://github.com/HeliumEdu/heliumcli/actions/workflows/build.yml)
[![GitHub License](https://img.shields.io/github/license/HeliumEdu/heliumcli)](https://github.com/HeliumEdu/heliumcli/blob/main/LICENSE)

# Helium CLI

`helium-cli` provides a useful set of tools for maintaining, building, and deploying code in compatible projects.

## Getting Started

The Helium CLI is available on [PyPI](https://pypi.org/project/heliumcli/) and can be installed using `pip`:

```sh
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!
