Metadata-Version: 2.1
Name: CrumblPy
Version: 1.0.13
Summary: Common utility functions for Crumbl Data Team
Author: Crumbl Data Team
Author-email: steven.wang@crumbl.com
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cryptography ==40.0.2
Requires-Dist: google-api-python-client >=2.125.0
Requires-Dist: numpy >=1.26.0
Requires-Dist: pandas ==2.2.3
Requires-Dist: prefect ==3.0.3
Requires-Dist: protobuf ==4.25.5
Requires-Dist: pyarrow ==15.0.0
Requires-Dist: slack-sdk ==3.21.3
Requires-Dist: snowflake-connector-python ==3.15.0

```
  .oooooo.                                           .o8       oooo  ooooooooo.               
 d8P'  `Y8b                                         "888       `888  `888   `Y88.             
888          oooo d8b oooo  oooo  ooo. .oo.  .oo.    888oooo.   888   888   .d88' oooo    ooo 
888          `888""8P `888  `888  `888P"Y88bP"Y88b   d88' `88b  888   888ooo88P'   `88.  .8'  
888           888      888   888   888   888   888   888   888  888   888           `88..8'   
`88b    ooo   888      888   888   888   888   888   888   888  888   888            `888'    
 `Y8bood8P'  d888b     `V88V"V8P' o888o o888o o888o  `Y8bod8P' o888o o888o            .8'     
                                                                                  .o..P'      
                                                                                  `Y8P'       
```
# CrumblPy

![Powered by CDT](https://img.shields.io/badge/powered%20by-CRUMBL%20DATA%20TEAM-white?style=flat&colorA=brightgreen&colorB=ffb9cd)

## Overview

`CrumblPy` is a Python package designed to simplify complex data operations and enhance Crumbl data workflow. It offers a comprehensive set of tools and utilities that integrate seamlessly with Python projects, allowing you to focus on building and analyzing without unnecessary overhead.

---

## Installation

You can install `CrumblPy` using pip:

```bash
pip install crumblpy
```
---

## Quickstart

CrumblPy provides a range of functionalities to streamline your Python projects. To help you get started quickly, we have included usage examples in a dedicated tutorial folder. This folder contains both Python notebooks and HTML versions for your convenience.

1. **Navigate to the tutorial folder**:
   - You can find hands-on examples that illustrate how to use CrumblPy features step-by-step.

2. **Choose your preferred format**:
   - Open the Jupyter notebook (`.ipynb`) for an interactive experience where you can run and modify code.
   - Alternatively, view the HTML version in your browser for a static, easy-to-read guide.

---
