--- id: snowflake-snowpark-python version: "1.54.0" license: Apache License, Version 2.0 license_treatment: permissive maintenance: active --- # snowflake-snowpark-python — Snowflake Snowpark for Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install snowflake-snowpark-python uv add snowflake-snowpark-python poetry add snowflake-snowpark-python ## Description # Snowflake Snowpark Python and Snowpark pandas APIs [![Build and Test](https://github.com/snowflakedb/snowpark-python/actions/workflows/precommit.yml/badge.svg)](https://github.com/snowflakedb/snowpark-python/actions/workflows/precommit.yml) [![codecov](https://codecov.io/gh/snowflakedb/snowpark-python/branch/main/graph/badge.svg)](https://codecov.io/gh/snowflakedb/snowpark-python) [![PyPi](https://img.shields.io/pypi/v/snowflake-snowpark-python.svg)](https://pypi.org/project/snowflake-snowpark-python/) [![License Apache-2.0](https://img.shields.io/:license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Codestyle Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) The Snowpark library provides intuitive APIs for querying and processing data in a data pipeline. Using this library, you can build applications that process data in Snowflake without having to move data to the system where your application code runs. [Source code][source code] | [Snowpark Python developer guide][Snowpark Python developer guide] | [Snowpark Python API reference][Snowpark Python api references] | [Snowpark pandas... ## AI interpretation — verify before relying Snowpark provides Python APIs for querying and processing data directly in Snowflake without moving data to your application server, with support for both native Snowpark DataFrames and a pandas-compatible interface via modin. Verdict: Production-ready library (Development Status 5) actively maintained by Snowflake with no known vulnerabilities. Low install friction, permissive Apache 2.0 license, and broad Python version support (3.10–3.13) make it a safe choice for building data pipelines that compute in Snowflake rather than locally. [View on SkillFed](https://skillfed.io/packages/snowflake-snowpark-python) · [View on PyPI](https://pypi.org/project/snowflake-snowpark-python/)