Metadata-Version: 2.4
Name: dbridge
Version: 0.1.0
Project-URL: Documentation, https://github.com/e3oroush/dbridge#readme
Project-URL: Issues, https://github.com/e3oroush/dbridge/issues
Project-URL: Source, https://github.com/e3oroush/dbridge
Author-email: e3oroush <ebrahim.soroush@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: duckdb==1.1.3
Requires-Dist: fastapi==0.115.6
Requires-Dist: numpy==2.2.1
Requires-Dist: pandas==2.2.3
Requires-Dist: pydantic-settings==2.7.0
Requires-Dist: pydantic==2.10.4
Requires-Dist: pyyaml==6.0.2
Requires-Dist: uvicorn==0.34.0
Description-Content-Type: text/markdown

# dbridge

[![PyPI - Version](https://img.shields.io/pypi/v/dbridge.svg)](https://pypi.org/project/dbridge)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbridge.svg)](https://pypi.org/project/dbridge)

---

A unified database management server that acts as a bridge between client applications and various database engines, providing a consistent interface for database operations and schema exploration.

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install dbridge
```

## License

`dbridge` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
