Metadata-Version: 2.1
Name: db2pq
Version: 0.0.4
Summary: Convert database tables to parquet tables.
Home-page: https://github.com/iangow/db2pq/
Author: Ian Gow
Author-email: iandgow@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ibis-framework[duckdb,postgres]
Requires-Dist: pyarrow
Requires-Dist: paramiko

# Library to convert PostgreSQL data to parquet files

This package was created to convert PostgreSQL data to parquet format.
This package has three major functions, one for each of three popular data formats.

 - `wrds_pg_to_pq()`: Exports a WRDS PostgreSQL table to a parquet file.
 - `db_to_pq()`: Exports a PostgreSQL table to a parquet file.
 - `db_schema_to_pq()`: Exports a PostgreSQL schema to parquet files. 

### Report bugs
Author: Ian Gow, <iandgow@gmail.com>
