Metadata-Version: 2.1
Name: duckdb-utils
Version: 0.0.0a1
Home-page: https://github.com/Florents-Tselai/duckdb-utils
Author: Florents Tselai
License: MIT License
Project-URL: Issues, https://github.com/Florents-Tselai/duckdb-utils/issues
Project-URL: CI, https://github.com/Florents-Tselai/duckdb-utils/actions
Project-URL: Changelog, https://github.com/Florents-Tselai/duckdb-utils/releases
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: setuptools
Requires-Dist: pip
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: ruff ; extra == 'test'
Requires-Dist: click ; extra == 'test'

<p align="center">

<p align="center">
   <img width="50%" height="40%" src="" alt="Logo">
  </p>

  <h1 align="center">duckdb-utils</h1>
  <p align="center">
  <strong></strong>
    <br> <br />
    <a href="#status"><strong> Status</strong></a> |
    <a href="#why"><strong> Why</strong></a> |
    <a href="#how"><strong> How </strong></a> |
    <a href="#installation"><strong> Installation </strong></a> |
    <a href="#usage"><strong> Usage </strong></a> |
    <a href="#roadmap"><strong> Roadmap </strong></a> 

   </p>
<p align="center">

<p align="center">
<a href="https://pypi.org/project/duckdb-utils/"><img src="https://img.shields.io/pypi/v/duckdb-utils?label=PyPI"></a>
<a href="https://github.com/Florents-Tselai/duckdb-utils/actions/workflows/test.yml?branch=mainline"><img src="https://github.com/Florents-Tselai/duckdb-utils/actions/workflows/test.yml/badge.svg"></a>
<a href="https://codecov.io/gh/Florents-Tselai/duckdb-utils"><img src="https://codecov.io/gh/Florents-Tselai/duckdb-utils/branch/main/graph/badge.svg"></a>  
<a href="https://opensource.org/licenses/BSD license"><img src="https://img.shields.io/badge/BSD license.0-blue.svg"></a>
<a href="https://github.com/Florents-Tselai/duckdb-utils/releases"><img src="https://img.shields.io/github/v/release/Florents-Tselai/duckdb-utils?include_prereleases&label=changelog"></a>

## Status

## Why

## How


## Installation

## Usage

```bash
pip install duckdb-utils
```

### Development

```bash
pip install -e '.[test]'
pytest
```

