Metadata-Version: 2.1
Name: pypgtable
Version: 0.0.1.dev5
Summary: A quick & easy way to manage postgresql tables.
Home-page: https://github.com/Shapedsundew9/pypgtable
Author: Shaped Sundew
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Shapedsundew9/pypgtable/issues
Project-URL: Source, https://github.com/Shapedsundew9/pypgtable
Keywords: postgresql,database,development
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: psycopg2
Requires-Dist: cerberus
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# pypgtable

[![Python package](https://github.com/Shapedsundew9/pypgtable/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/Shapedsundew9/pypgtable/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/Shapedsundew9/pypgtable/branch/main/graph/badge.svg?token=Z9C9Z9B3T1)](https://codecov.io/gh/Shapedsundew9/pypgtable)

## Sunburst Code Coverage Chart

 The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
 ![Sunburst](https://codecov.io/gh/Shapedsundew9/pypgtable/branch/main/graphs/sunburst.svg)


