Metadata-Version: 2.1
Name: fb-data
Version: 1.0.0
Summary: Python package with helper functions for the Data team.
License: MIT
Author: markostefanovic1
Author-email: marko.stefanovic@fishingbooker.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: SQLAlchemy (>=1.4,<3.0)
Requires-Dist: google-api-python-client (>=2.0,<3.0)
Requires-Dist: google-auth (>=2.0,<3.0)
Requires-Dist: pandas (>=1.3.0,<3.0)
Requires-Dist: snowflake-connector-python (>=3.7.0,<4.0)
Requires-Dist: snowflake-sqlalchemy (>=1.4.7,<2.0)
Description-Content-Type: text/markdown


# fb_data

A Python package for working with Snowflake data.

## Installation

You can install this package using pip:
```

pip install fb_data

```

## Usage examples

Check out [this Databricks notebook](https://dbc-cd9613a5-6194.cloud.databricks.com/?o=6041358241627141#notebook/1713342736024619).

## Contributing

- We use Poetry for package management.
- We use [Semantic versioning](https://semver.org/) for package versioning.
