Metadata-Version: 2.1
Name: bibibigtable
Version: 0.1.0
Summary: Big sql table or excel processing
Author-Email: Chunqi SHI <chunqishi@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/bibiparrot/bibibigtable
Project-URL: Issues, https://github.com/bibiparrot/bibibigtable/issues
Requires-Python: >=3.10
Requires-Dist: openpyxl>=3.1.2
Requires-Dist: pandas>=2.2.2
Requires-Dist: loguru>=0.7.2
Requires-Dist: XlsxWriter>=3.2.0
Requires-Dist: python-calamine>=0.2.0
Requires-Dist: packaging>=24.0
Description-Content-Type: text/markdown

BibiBigTable
===




## Getting Started

### Requirements and Installation

- Python version >= 3.10

```bash
pip install bibibigtable
```

Install from source via:

```bash
pip install git+https://github.com/bibiparrot/bibibigtable.git
```


Or clone the repository and install with the following commands:

```bash
git clone git@github.com:bibiparrot/bibibigtable.git
cd bibibigtable
pip install -e .
```


## Usage

Call the following function to process large table.

```
    "to_color_excel_openpyxl",
    "to_color_excel_xlsxwriter",
    "large_excel_to_csv",
    "read_large_excel_calamine",
    "read_large_excel_openpyxl",
    "read_sql_to_hdf",
    "read_sql_to_csv"
```

## Changelog

### Version 0.1.0 