Metadata-Version: 2.1
Name: PyStratum-Common
Version: 2.0.0
Summary: PyStratum Common: Common parts shared between backends for database systems
Keywords: PyStratum,Common
Author-Email: Set Based IT Consultancy <info@setbased.nl>
License: MIT
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
Project-URL: Homepage, https://github.com/DatabaseStratum/py-stratum-common
Requires-Python: >=3.9
Requires-Dist: PyStratum-Backend~=2.0.1
Description-Content-Type: text/x-rst

PyStratum Common
================
Common parts shared between backends for database systems.

+-----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
| Social                                                                                                                      | Release                                                   | Tests                                                                                                  | Code                                                                                                        |
+=============================================================================================================================+===========================================================+========================================================================================================+=============================================================================================================+
| .. image:: https://badges.gitter.im/SetBased/py-stratum.svg                                                                 | .. image:: https://badge.fury.io/py/PyStratum-Common.svg  | .. image:: https://github.com/DatabaseStratum/py-stratum-common/actions/workflows/unit.yml/badge.svg   | .. image:: https://scrutinizer-ci.com/g/DatabaseStratum/py-stratum-common/badges/quality-score.png?b=master |
|   :target: https://gitter.im/SetBased/py-stratum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge  |   :target: https://badge.fury.io/py/PyStratum-Common      |   :target: https://github.com/DatabaseStratum/py-stratum-common/actions/workflows/unit.yml             |   :target: https://scrutinizer-ci.com/g/DatabaseStratum/py-stratum-common/?branch=master                    |
|                                                                                                                             |                                                           | .. image:: https://codecov.io/gh/DatabaseStratum/py-stratum-common/branch/master/graph/badge.svg       |                                                                                                             |
|                                                                                                                             |                                                           |   :target: https://codecov.io/gh/DatabaseStratum/py-stratum-common                                     |                                                                                                             |
+-----------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+

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.
