Metadata-Version: 2.1
Name: firebirdsql-run
Version: 0.0.1a3
Summary: Firebirdsql wrapper inspired by subprocess.run
Home-page: https://github.com/DeadNews/firebirdsql-run
License: MIT
Keywords: firebird,sql,api
Author: DeadNews
Author-email: uhjnnn@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Requires-Dist: firebirdsql (>=1.2.2,<2.0.0)
Project-URL: Repository, https://github.com/DeadNews/firebirdsql-run
Description-Content-Type: text/markdown

# firebirdsql-run

> [Firebirdsql](https://github.com/nakagami/pyfirebirdsql/) wrapper inspired by [subprocess.run](https://docs.python.org/3/library/subprocess.html#subprocess.run).

[![PyPI version](https://img.shields.io/pypi/v/firebirdsql-run)](https://pypi.org/project/firebirdsql-run)
[![CI/CD](https://github.com/DeadNews/firebirdsql-run/actions/workflows/python-app.yml/badge.svg)](https://github.com/DeadNews/firebirdsql-run/actions/workflows/python-app.yml)
[![CodeQL](https://github.com/DeadNews/firebirdsql-run/actions/workflows/python-codeql.yml/badge.svg)](https://github.com/DeadNews/firebirdsql-run/actions/workflows/python-codeql.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/DeadNews/firebirdsql-run/main.svg)](https://results.pre-commit.ci/latest/github/DeadNews/firebirdsql-run/main)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=DeadNews_firebirdsql-run&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=DeadNews_firebirdsql-run)

## Installation

```sh
pip install firebirdsql-run
```

