Metadata-Version: 2.3
Name: dsw-database
Version: 4.28.0
Summary: Library for managing DSW database
Keywords: dsw,database
Author: Marek Suchánek
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Requires-Dist: psycopg[binary]
Requires-Dist: tenacity
Requires-Dist: dsw-config==4.28.0
Requires-Python: >=3.12, <4
Project-URL: Homepage, https://ds-wizard.org
Project-URL: Repository, https://github.com/ds-wizard/engine-tools
Project-URL: Documentation, https://guide.ds-wizard.org
Project-URL: Issues, https://github.com/ds-wizard/ds-wizard/issues
Description-Content-Type: text/markdown

# Data Stewardship Wizard: Database

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ds-wizard/engine-tools)](https://github.com/ds-wizard/engine-tools/releases)
[![PyPI](https://img.shields.io/pypi/v/dsw-database)](https://pypi.org/project/dsw-database/)
[![LICENSE](https://img.shields.io/github/license/ds-wizard/engine-tools)](LICENSE)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4975/badge)](https://bestpractices.coreinfrastructure.org/projects/4975)
[![Python Version](https://img.shields.io/badge/Python-%E2%89%A5%203.7-blue)](https://python.org)

*Library for working with DSW database*

## Usage

Currently, this library is intended for internal use of DSW tooling only. 
Enhancements for use in custom scripts are planned for future development.

## License

This project is licensed under the Apache License v2.0 - see the
[LICENSE](LICENSE) file for more details.
