Metadata-Version: 2.1
Name: pirogue
Version: 2.1.0
Summary: pirogue let you dynamically and easily create views in PostgreSQL for inheritance or join scenarios.
Author-email: Denis Rouzaud <info@opengis.ch>
License: MIT License
Project-URL: homepage, https://opengisch.github.io/pirogue/
Project-URL: repository, https://github.com/opengisch/pirogue
Project-URL: tracker, https://github.com/opengisch/pirogue/issues
Keywords: postgres
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0.1
Provides-Extra: test
Requires-Dist: nose2; extra == "test"
Provides-Extra: psycopg2
Requires-Dist: psycopg2>=2.9.9; extra == "psycopg2"
Provides-Extra: psycopg3
Requires-Dist: psycopg>=3.1.18; extra == "psycopg3"

# pirogue
A tool to automatically create views and triggers on PostgreSQL databases

It supports both psycopg 2 and 3. One or the other is required.

Read the docs: https://opengisch.github.io/pirogue
