Metadata-Version: 2.1
Name: PyStratum-Common
Version: 3.1.1
Summary: PyStratum Common: Common parts shared between commons for database systems
Home-page: https://github.com/DatabaseStratum/py-stratum-common
License: MIT
Keywords: PyStratum,Common
Author: Set Based IT Consultancy
Author-email: info@setbased.nl
Requires-Python: >=3.12.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.12
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: System :: Installation/Setup
Requires-Dist: pystratum-backend (>=2.0.4,<3.0.0)
Project-URL: Documentation, https://stratum.readthedocs.io/
Project-URL: Repository, https://github.com/DatabaseStratum/py-stratum-common
Description-Content-Type: text/markdown

# PyStratum-Common

Common parts shared between backends for database systems.

<table>
    <thead>
        <tr>
            <th>Social</th>
            <th>Legal</th>
            <th>Release</th>
            <th>Test</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://github.com/DatabaseStratum/py-stratum-common/blob/master/LICENSE.md"><img alt="GitHub License" src="https://img.shields.io/github/license/DatabaseStratum/py-stratum-common%20"></a>
            </td>
            <td>
                <a href="https://badge.fury.io/py/PyStratum-Common">
                    <img src="https://badge.fury.io/py/PyStratum-Common.svg" alt="Latest Stable Version"/>
                </a>
            </td>
            <td>
                <a href="https://github.com/DatabaseStratum/py-stratum-common/actions/workflows/unit.yml"><img src="https://github.com/DatabaseStratum/py-stratum-common/actions/workflows/unit.yml/badge.svg" alt="Build Status"/></a><br/>
                <a href="https://codecov.io/gh/DatabaseStratum/py-stratum-common"><img src="https://codecov.io/gh/DatabaseStratum/py-stratum-common/graph/badge.svg"/></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.

