Metadata-Version: 2.1
Name: pirogue
Version: 2.0.1
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
Requires-Dist: psycopg>=3.1.18
Provides-Extra: test
Requires-Dist: nose2; extra == "test"

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

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