Metadata-Version: 2.1
Name: pystratum-backend
Version: 2.0.4
Summary: PyStratum Backend: The glue between PyStratum and backends for RDBMS
Home-page: https://github.com/DatabaseStratum/py-stratum-backend
License: MIT
Keywords: PyStratum,Backend
Author: Set Based IT Consultancy
Author-email: info@setbased.nl
Requires-Python: >=3.9.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: System :: Installation/Setup
Requires-Dist: cleo (>=2.1.0,<3.0.0)
Project-URL: Documentation, https://stratum.readthedocs.io/
Project-URL: Repository, https://github.com/DatabaseStratum/py-stratum-backend
Description-Content-Type: text/markdown

# PyStratum Backend

The glue between PyStratum and backends for database systems.

<table>
<thead>
<tr>
<th>Social</th>
<th>Release</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://gitter.im/SetBased/py-stratum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/SetBased/py-stratum.svg" alt="Gitter"/></a>
</td>
<td>
<a href="https://badge.fury.io/py/PyStratum-Backend"><img src="https://badge.fury.io/py/PyStratum-Backend.svg" alt="Latest Stable Version"/></a><br/>
</td>
<td>
<a href="https://scrutinizer-ci.com/g/DatabaseStratum/py-stratum-backend/?branch=master"><img src="https://scrutinizer-ci.com/g/DatabaseStratum/py-stratum-backend/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality"/></a>
</td>
</tr>
</tbody>
</table>

## Overview

PyStratum is a tool and library for loading and invoking stored procedures from Python code.

The documentation of PyStratum is available at https://stratum.readthedocs.io/.

## License

This project is licensed under the terms of the MIT license.

