pirogue


Namepirogue JSON
Version 3.0.1 PyPI version JSON
download
home_pageNone
Summarypirogue let you dynamically and easily create views in PostgreSQL for inheritance or join scenarios.
upload_time2025-07-09 06:14:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License
keywords postgres
VCS
bugtrack_url
requirements pyyaml psycopg
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![logo](https://github.com/opengisch/pirogue/blob/master/pirogue.png?raw=true)

# 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pirogue",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "postgres",
    "author": null,
    "author_email": "Denis Rouzaud <info@opengis.ch>",
    "download_url": "https://files.pythonhosted.org/packages/15/c3/f7880b81cda5b10a341218734fe278b3ecb797f0a08599abb44c9a035e4c/pirogue-3.0.1.tar.gz",
    "platform": null,
    "description": "![logo](https://github.com/opengisch/pirogue/blob/master/pirogue.png?raw=true)\n\n# pirogue\nA tool to automatically create views and triggers on PostgreSQL databases\n\nIt supports both psycopg 2 and 3. One or the other is required.\n\nRead the docs: https://opengisch.github.io/pirogue\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "pirogue let you dynamically and easily create views in PostgreSQL for inheritance or join scenarios.",
    "version": "3.0.1",
    "project_urls": {
        "homepage": "https://opengisch.github.io/pirogue/",
        "repository": "https://github.com/opengisch/pirogue",
        "tracker": "https://github.com/opengisch/pirogue/issues"
    },
    "split_keywords": [
        "postgres"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e36da20d8586d259a72eeccb6fe5418ab8a5e89fffab2e1abee914c94266f25d",
                "md5": "02f9f13a729f3f17d333f6edf2690177",
                "sha256": "e95fd175d927e8b4709d5b5e59494d3e0eb4dd77ebe321663e2300acba1cada5"
            },
            "downloads": -1,
            "filename": "pirogue-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02f9f13a729f3f17d333f6edf2690177",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20246,
            "upload_time": "2025-07-09T06:14:14",
            "upload_time_iso_8601": "2025-07-09T06:14:14.637377Z",
            "url": "https://files.pythonhosted.org/packages/e3/6d/a20d8586d259a72eeccb6fe5418ab8a5e89fffab2e1abee914c94266f25d/pirogue-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15c3f7880b81cda5b10a341218734fe278b3ecb797f0a08599abb44c9a035e4c",
                "md5": "0ed611d594d5c83dbab5c0cc15813b8c",
                "sha256": "26f42b465bbadc4238348da1735a5673fc1166056a523919aad6d216d049a7e5"
            },
            "downloads": -1,
            "filename": "pirogue-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0ed611d594d5c83dbab5c0cc15813b8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1008196,
            "upload_time": "2025-07-09T06:14:16",
            "upload_time_iso_8601": "2025-07-09T06:14:16.045884Z",
            "url": "https://files.pythonhosted.org/packages/15/c3/f7880b81cda5b10a341218734fe278b3ecb797f0a08599abb44c9a035e4c/pirogue-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 06:14:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opengisch",
    "github_project": "pirogue",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">=",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "psycopg",
            "specs": [
                [
                    ">=",
                    "3.1.0"
                ]
            ]
        }
    ],
    "lcname": "pirogue"
}
        
Elapsed time: 0.72612s