Metadata-Version: 2.1
Name: heliumcli
Version: 1.6.25
Summary: CLI tool that provides a useful set of tools for maintaining, building, and deploying code in compatible projects.
Maintainer-email: Alex Laird <contact@alexlaird.com>
License: MIT License
        
        Copyright (c) 2018 Helium Edu
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: GitPython >=2.1.15
Requires-Dist: PyYAML >=5.1
Requires-Dist: ansible >=2.10
Requires-Dist: pyngrok >=7.0.4
Provides-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'

[![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

## 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!
