Metadata-Version: 2.1
Name: dacutil
Version: 0.1.10
Summary: For Data Analytic
Author: Attapon Thanawong
Author-email: attapon_srem@hotmail.com
Requires-Python: >=3.9,<4.0
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
Requires-Dist: addict (==2.4.0)
Requires-Dist: configobj (>=5.0.0,<6.0.0)
Requires-Dist: pandas (>=2.1.0,<3.0.0)
Requires-Dist: pyarrow (>=14.0.0,<15.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Data Analytic Utils

## Install

```bash
pip install dacutil
```
or dev
```bash
pip install git+https://github.com/attapon-th/dacutil@main
```

## Usage

```python
from dacutil import (
    datediff,
    today,
    now,
    get_config,
    check_mod11,
    df_strip,
    worker,
)
```
