Metadata-Version: 2.4
Name: snowflake.demos
Version: 0.1.5
Summary: A library to scaffold a Snowflake Notebooks demo
Author-email: "Snowflake, Inc." <snowflake-python-libraries-dl@snowflake.com>
License: Apache-2.0
Keywords: Snowflake,analytics,cloud,database,db,warehouse
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: atpublic>=4
Requires-Dist: cachetools>=5.3.3
Requires-Dist: filetype>=1.2.0
Requires-Dist: ipython<9.0.0,>=7.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.3.1
Requires-Dist: snowflake-core>=1.0.0
Requires-Dist: snowflake-snowpark-python>=1.27.0
Requires-Dist: sqlparse>=0.4.4
Description-Content-Type: text/markdown

# Snowflake Demos API (snowflake.demos)

To learn more, visit the [Snowflake Demos API Documentation](https://docs.snowflake.com/developer-guide/snowflake-python-api/snowflake-python-demos)

`snowflake.demos` lets you spin up an entire Notebooks environment for a Snowflake quickstart, including all resources (e.g., roles, permissions, Snowflake objects), in a single command.

## Installation

python3 -m pip install snowflake.demos

## Discover available quickstarts

View a collection of our favorite quickstarts using [`snowflake.demos.help()`](https://docs.snowflake.com/developer-guide/snowflake-python-api/snowflake-python-demos#listing-available-demos)

## Scaffold the entire environment for a Notebook quickstart 

After choosing your desired quickstart, pass the `demo_name` into the [`load_demo`](https://docs.snowflake.com/developer-guide/snowflake-python-api/snowflake-python-demos#load-and-explore-a-demo) function to set up the Notebook with all the right roles, permissions, dataset, and Snowflake resources, and then open the Notebook to start exploring.

## Get coding, fast

After clicking the link, you’ll be launched directly into the Notebook!
