Metadata-Version: 2.1
Name: glow-cli
Version: 0.1.1
Summary: Smart CLI tool for shell template
Author-email: "Xiaochen Zhang (Ray)" <ray@fireworkhq.com>
Project-URL: homepage, https://github.com/loopsocial/glow
Project-URL: repository, https://github.com/loopsocial/glow
Keywords: smart cli,shell template
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Provides-Extra: openai
Requires-Dist: openai; extra == "openai"
Requires-Dist: langchain; extra == "openai"

# glow
The glow command line interface.

[![PyPI version](https://img.shields.io/pypi/v/glow)](https://pypi.org/project/glow/)
[![📦 pypi](https://github.com/loopsocial/glow/actions/workflows/publish.yml/badge.svg)](https://github.com/loopsocial/glow/actions/workflows/publish.yml) 

```
   ________    ____ _       __
  / ____/ /   / __ \ |     / /
 / / __/ /   / / / / | /| / /
/ /_/ / /___/ /_/ /| |/ |/ /
\____/_____/\____/ |__/|__/
____________________________
__________________________________
________________________________________
```

## 📦 Installation
```shell
pip install glow-cli
```

You can set up configuration in `~/.glow/commands/<task>.yml`

## 🚀 Usage

```shell
g list
```
