zensols.dbpg


Namezensols.dbpg JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/plandes/dbutilpg
SummaryPostgreSQL Implementation of the dbutil library.
upload_time2024-01-17 20:34:03
maintainer
docs_urlNone
authorPaul Landes
requires_python
license
keywords tooling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # A PostgreSQL implementation of the dbutil library

[![PyPI][pypi-badge]][pypi-link]
[![Python 3.10][python310-badge]][python310-link]
[![Python 3.11][python311-badge]][python311-link]

A [PostgreSQL] implementation of the [dbutil] library.


## Documentation

See the [full documentation](https://plandes.github.io/dbutilpg/index.html).
The [API reference](https://plandes.github.io/dbutilpg/api.html) is also
available.


## Obtaining

The easist way to install the command line program is via the `pip` installer:
```bash
pip3 install zensols.dbutilpg
```

Binaries are also available on [pypi].

On macOS, use `make macosdep`.


## Changelog

An extensive changelog is available [here](CHANGELOG.md).


## Community

Please star this repository and let me know how and where you use this API.
Contributions as pull requests, feedback and any input is welcome.


## License

[MIT License](LICENSE.md)

Copyright (c) 2020 - 2023 Paul Landes


<!-- links -->
[pypi]: https://pypi.org/project/zensols.dbutilpg/
[pypi-link]: https://pypi.python.org/pypi/zensols.dbpg
[pypi-badge]: https://img.shields.io/pypi/v/zensols.dbpg.svg
[python310-badge]: https://img.shields.io/badge/python-3.10-blue.svg
[python310-link]: https://www.python.org/downloads/release/python-3100
[python311-badge]: https://img.shields.io/badge/python-3.11-blue.svg
[python311-link]: https://www.python.org/downloads/release/python-3110

[PostgreSQL]: https://www.postgresql.org
[dbutil]: https://github.com/plandes/dbutil

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/plandes/dbutilpg",
    "name": "zensols.dbpg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tooling",
    "author": "Paul Landes",
    "author_email": "landes@mailc.net",
    "download_url": "https://github.com/plandes/dbutilpg/releases/download/v1.3.0/zensols.dbpg-1.3.0-py3-none-any.whl",
    "platform": null,
    "description": "# A PostgreSQL implementation of the dbutil library\n\n[![PyPI][pypi-badge]][pypi-link]\n[![Python 3.10][python310-badge]][python310-link]\n[![Python 3.11][python311-badge]][python311-link]\n\nA [PostgreSQL] implementation of the [dbutil] library.\n\n\n## Documentation\n\nSee the [full documentation](https://plandes.github.io/dbutilpg/index.html).\nThe [API reference](https://plandes.github.io/dbutilpg/api.html) is also\navailable.\n\n\n## Obtaining\n\nThe easist way to install the command line program is via the `pip` installer:\n```bash\npip3 install zensols.dbutilpg\n```\n\nBinaries are also available on [pypi].\n\nOn macOS, use `make macosdep`.\n\n\n## Changelog\n\nAn extensive changelog is available [here](CHANGELOG.md).\n\n\n## Community\n\nPlease star this repository and let me know how and where you use this API.\nContributions as pull requests, feedback and any input is welcome.\n\n\n## License\n\n[MIT License](LICENSE.md)\n\nCopyright (c) 2020 - 2023 Paul Landes\n\n\n<!-- links -->\n[pypi]: https://pypi.org/project/zensols.dbutilpg/\n[pypi-link]: https://pypi.python.org/pypi/zensols.dbpg\n[pypi-badge]: https://img.shields.io/pypi/v/zensols.dbpg.svg\n[python310-badge]: https://img.shields.io/badge/python-3.10-blue.svg\n[python310-link]: https://www.python.org/downloads/release/python-3100\n[python311-badge]: https://img.shields.io/badge/python-3.11-blue.svg\n[python311-link]: https://www.python.org/downloads/release/python-3110\n\n[PostgreSQL]: https://www.postgresql.org\n[dbutil]: https://github.com/plandes/dbutil\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "PostgreSQL Implementation of the dbutil library.",
    "version": "1.3.0",
    "project_urls": {
        "Download": "https://github.com/plandes/dbutilpg/releases/download/v1.3.0/zensols.dbpg-1.3.0-py3-none-any.whl",
        "Homepage": "https://github.com/plandes/dbutilpg"
    },
    "split_keywords": [
        "tooling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4304b4918876e070b06e2923ab53a98a67b01ec2474cef69a93c112ad7056898",
                "md5": "8e09bfabfd652562d93b5347b9b6b8dd",
                "sha256": "17cadd03e2425a8834a67b9f6b060cc5d7a09672df2ea0f04bb4dc42a962f1bc"
            },
            "downloads": -1,
            "filename": "zensols.dbpg-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e09bfabfd652562d93b5347b9b6b8dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3962,
            "upload_time": "2024-01-17T20:34:03",
            "upload_time_iso_8601": "2024-01-17T20:34:03.378845Z",
            "url": "https://files.pythonhosted.org/packages/43/04/b4918876e070b06e2923ab53a98a67b01ec2474cef69a93c112ad7056898/zensols.dbpg-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 20:34:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "plandes",
    "github_project": "dbutilpg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zensols.dbpg"
}
        
Elapsed time: 0.16427s