Metadata-Version: 2.1
Name: zensols.dbpg
Version: 0.0.4
Summary: PostgreSQL Implementation of the dbutil library.
Home-page: https://github.com/plandes/dbutilpg
Author: Paul Landes
Author-email: landes@mailc.net
License: UNKNOWN
Download-URL: https://github.com/plandes/dbutilpg/releases/download/v0.0.4/zensols.dbpg-0.0.4-py3-none-any.whl
Description: # A PostgreSQL implementation of the dbutil library
        
        [![PyPI][pypi-badge]][pypi-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).
        
        
        ## License
        
        [MIT License](LICENSE.md)
        
        Copyright (c) 2020 Paul Landes
        
        
        <!-- links -->
        [pypi]: https://pypi.org/project/zensols.dbutilpg/
        [pypi-link]: https://pypi.python.org/pypi/zensols.db
        [pypi-badge]: https://img.shields.io/pypi/v/zensols.db.svg
        
        [PostgreSQL]: https://www.postgresql.org
        [dbutil]: https://github.com/plandes/dbutil
        
Keywords: tooling
Platform: UNKNOWN
Description-Content-Type: text/markdown
