Metadata-Version: 2.4
Name: pum
Version: 1.7.2
Summary: Pum stands for "Postgres Upgrades Manager". It is a Database migration management tool very similar to flyway-db or Liquibase, based on metadata tables.
Author-email: Denis Rouzaud <denis@opengis.ch>
License-Expression: GPL-2.0-or-later
Project-URL: homepage, https://opengisch.github.io/pum/
Project-URL: documentation, https://opengisch.github.io/pum/
Project-URL: repository, https://github.com/opengisch/pum/
Project-URL: tracker, https://github.com/opengisch/pum/issues
Keywords: postgres,database,versioning
Classifier: Topic :: Database
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Version Control
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: packaging
Requires-Dist: pydantic
Requires-Dist: PyYAML
Requires-Dist: psycopg[binary]
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8-builtins; extra == "dev"
Requires-Dist: flake8-isort; extra == "dev"
Requires-Dist: flake8-print; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: nose2; extra == "dev"
Provides-Extra: html
Requires-Dist: Jinja2; extra == "html"
Dynamic: license-file
