Metadata-Version: 2.3
Name: snowman-py
Version: 0.0.21
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: typing-extensions >=4.12.0
Requires-Dist: snowflake-connector-python >=3.10.1
Requires-Dist: pydantic >=2.7.1
Summary: Python model and query builder for Snowflake.
Author: yassun7010 <yassun7010@outlook.com>
Author-email: yassun7010 <yassun7010@outlook.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Snowman

<p align="center">
    <img alt="logo" src="https://raw.githubusercontent.com/yassun7010/snowman-py/main/docs/images/logo.svg" width="300" />
</p>

<!-- --8<-- [start:badges] -->
<p align="center">
    <a href="https://yassun7010.github.io/snowman-py/"><img alt="docs" src="https://github.com/yassun7010/snowman-py/actions/workflows/docs.yml/badge.svg"></a>
    <a href="https://pypi.org/project/snowman-py"><img alt="pypi package" src="https://badge.fury.io/py/snowman-py.svg"></a>
    <a href="https://github.com/yassun7010/snowman-py/actions"><img alt="python-test" src="https://github.com/yassun7010/snowman-py/actions/workflows/ci_python.yml/badge.svg"></a>
    <a href="https://github.com/yassun7010/snowman-py/actions"><img alt="rust-test" src="https://github.com/yassun7010/snowman-py/actions/workflows/ci_rust.yml/badge.svg"></a>
</p>
<!-- --8<-- [end:badges] -->

**Snowman**: Python Model and Query Builder for [Snowflake](https://www.snowflake.com/).

---

**Documentation**: <a href="https://yassun7010.github.io/snowman-py/" target="_blank">https://yassun7010.github.io/snowman-py/</a>

**Source Code**: <a href="https://github.com/yassun7010/snowman-py" target="_blank">https://github.com/yassun7010/snowman-py</a>

---

## Install

```sh
pip install snowman-py
```

