Metadata-Version: 2.4
Name: snow-docs
Version: 1.0.1
Summary: A simple CLI to quickly search for the Snowflake documentation references
Keywords: cli,python,snowflake,documentation
Author: Steven Rudenko
Author-email: Steven Rudenko <srudenko@ncl.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4>=4.14.2
Requires-Dist: requests>=2.32.5
Requires-Dist: rich>=14.2.0
Requires-Dist: typer>=0.20.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/TheSuperShell/snow-docs
Description-Content-Type: text/markdown

# Snowflake docs CLI

## Installation

```bash
pip install snow-docs
```

## Usage

- Open the main snowflake documenation page

```bash
snow-docs open
```

- Search and open based on a prompt

```bash
snow-docs search PROMPT
```

after running this command the tool will load top 10 search results. You need to choose one by specifying a number. Next, it will open the chosen link
