Metadata-Version: 2.4
Name: sff_connector
Version: 0.0.3
Summary: A connector package for Snowflake integration
Author-email: Example Developer <developer@example.com>
Project-URL: Homepage, https://github.com/example/sff_connector
Project-URL: Bug Tracker, https://github.com/example/sff_connector/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# sff_connector

This is a connector package for Snowflake integration.

## Installation

```bash
pip install sff_connector
```

## Usage

```python
from sff_connector import hello_world

hello_world()
```
