Metadata-Version: 2.4
Name: quati
Version: 1.1.10
Summary: Dynamic data eng. functions to accelerate development and coding
Author: lucaslealll
License: MIT
Project-URL: Homepage, https://pypi.org/project/quati
Project-URL: Documentation, https://github.com/quati-dev/quati/blob/main/doc/DOCUMENTATION.md
Project-URL: Repository, https://github.com/quati-dev/quati
Keywords: quick,actions,toolkit,functions
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: google-cloud-bigquery==2.34.4
Requires-Dist: google-cloud-bigquery-storage==2.27.0
Requires-Dist: gspread==5.5.0
Requires-Dist: oauthlib==3.2.2
Requires-Dist: pandas==1.3.4
Requires-Dist: pandas-gbq==0.14.1
Requires-Dist: requests==2.32.3
Requires-Dist: selenium==4.7.2
Requires-Dist: tqdm==4.67.1
Dynamic: license-file

<div align="center">
	<picture>
	<!-- <source media="(prefers-color-scheme: dark)" srcset="assets/quati_white.svg"> -->
	<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/quati-dev/quati/refs/heads/main/assets/quati.svg">
		<img src="https://raw.githubusercontent.com/quati-dev/quati/refs/heads/main/assets/quati.svg" width="100%">
	</picture>
	<br><br><br>
	<hr>
<h1>quati: A python <u>Quick Actions Toolkit</u> for data engeneering</h1>

<img src="https://img.shields.io/badge/Author-lucaslealll-blue?logo=github&logoColor=white"> <img src="https://img.shields.io/badge/Status-Beta-DF1F72"> <img src="https://img.shields.io/badge/License-MIT-750014.svg">
<br>
<img src="https://img.shields.io/pypi/v/quati.svg?label=Version&color=white"> <img src="https://img.shields.io/pypi/pyversions/quati?logo=python&logoColor=white&label=Python"> <img src="https://img.shields.io/badge/Code Style-Black Formatter-111.svg"> 
<br>
<img src="https://static.pepy.tech/badge/quati">
<!-- <img src="https://img.shields.io/pypi/dm/quati.svg?label=PyPI Downloads"> -->

</div>

## What is it?
**quati** provides dynamic functions aimed at data engineering, offering
a wide range of collections to accelerate development. It has a comprehensive and
flexible ecosystem of **tools**, **libraries**, and **community resources**,
allowing data engineers to easily build and deploy applications.

<h2>Table of Contents</h2><br>

- [What is it?](#what-is-it)
- [Main Features](#main-features)
- [Where to get it / Install](#where-to-get-it--install)
- [Documentation](#documentation)
- [License](#license)
- [Dependencies](#dependencies)

## Main Features
Here are just a few of the things that pandas does well:

- [`norm_str_num_values()`](https://github.com/quati-dev/quati/blob/main/doc/data.md#norm_str_num_values): Converts string-based number values to their numerical equivalents
- [`norm_rename_columns()`](https://github.com/quati-dev/quati/blob/main/doc/data.md#norm_rename_columns): Renames DataFrame columns based on a normalization function
- [`sync_dtypes_with_table()`](https://github.com/quati-dev/quati/blob/main/doc/google.md#sync_dtypes_with_bigquery_table): Synchronize the data types of a Pandas DataFrame with a BigQuery table's schema
- [`quick_query()`](https://github.com/quati-dev/quati/blob/main/doc/google.md#quick_query): Executes a BigQuery SQL query and returns the result as a Pandas DataFrame
- [`gsheets_get_worksheet()`](https://github.com/quati-dev/quati/blob/main/doc/google.md#gsheets_get_worksheet): Import a worksheet object from gsheets
- [`gsheets_get_worksheet_df()`](https://github.com/quati-dev/quati/blob/main/doc/google.md#gsheets_get_worksheet_df): Import a worksheet object from gsheets as a pandas dataframe
- [`gsheets_dedup()`](https://github.com/quati-dev/quati/blob/main/doc/google.md#gsheets_dedup): Returns dataframe where the column passed as parameter is considered the core set for duplicate data row remover
- [`gsheets_worksheet_next_available_row()`](https://github.com/quati-dev/quati/blob/main/doc/google.md#gsheets_worksheet_next_available_row): Return the ID of the next cell into which data can be entered
- [`gsheets_update()`](https://github.com/quati-dev/quati/blob/main/doc/google.md#gsheets_update): Update a Google Sheets spreadsheet from a reference column
- [`send_email()`](https://github.com/quati-dev/quati/blob/main/doc/messenger.md#send_email): Send an email (Types: error, tip, note, important or warning) with main info about it
- [`delete_file()`](https://github.com/quati-dev/quati/blob/main/doc/system.md#delete_file): Deletes any specified file
- [`rename_file()`](https://github.com/quati-dev/quati/blob/main/doc/system.md#rename_file): Renames a file
- [`search_file()`](https://github.com/quati-dev/quati/blob/main/doc/system.md#search_file): Searches for the existence of a file
- [`progress_bar()`](https://github.com/quati-dev/quati/blob/main/doc/system.md#progress_bar): Waits for the specified number of seconds with an optional progress bar
- [`get_system_info()`](https://github.com/quati-dev/quati/blob/main/doc/system.md#get_system_info): Retrieves system information using the 'uname -a' command
- [`start_browser()`](https://github.com/quati-dev/quati/blob/main/doc/scrapping.md#start_browser): Initialize a Chrome browser using Selenium -->
<!-- - [`export_cookies()`](https://github.com/quati-dev/quati/blob/main/doc/scrapping.md#export_cookies): Export cookies from browser -->
- [`import_cookies()`](https://github.com/quati-dev/quati/blob/main/doc/scrapping.md#import_cookies): Import cookies to browser
- [`check_element()`](https://github.com/quati-dev/quati/blob/main/doc/scrapping.md#check_element): Function to check if an element exists on a web page based on the provided XPath
- [`esc_or_click()`](https://github.com/quati-dev/quati/blob/main/doc/scrapping.md#esc_or_click): Function to either press the ESC key or click on an element on a web page

## Where to get it / Install
The source code is currently hosted on GitHub at: https://github.com/quati-dev/quati


> [!WARNING]
> It's essential to use [**Python 3.10** 🡽](https://www.python.org/downloads/release/python-310/) version
<!-- > It's essential to **upgrade pip** to the latest version to ensure compatibility with the library. -->
<!-- > ```sh
> # Requires the latest pip
> pip install --upgrade pip
> ``` -->

- [PyPI 🡽](https://pypi.org/project/quati/)
	```sh
	# PyPI
	pip install quati
	```
- GitHub
	```sh
	# or GitHub
	pip install git+https://github.com/quati-dev/quati.git
	```

## Documentation
- [Documentation 🡽](https://github.com/quati-dev/quati/blob/main/DOCUMENTATION.md).

## License
- [MIT 🡽](https://github.com/quati-dev/quati/blob/main/LICENSE)

## Dependencies
- [NumPy 🡽](https://numpy.org/) | [Pandas 🡽](https://pandas.pydata.org/) | [Selenium 🡽](https://www.selenium.dev/) | [gspread 🡽](https://docs.gspread.org/)

See the [full installation instructions](https://github.com/quati-dev/quati/blob/main/INSTALLATION.md) for minimum supported versions of required, recommended and optional dependencies.

<hr>

[⇧ Go to Top](#table-of-contents)
