Metadata-Version: 2.0
Name: pgreaper
Version: 1.0.0a1
Summary: A simple, flexible, and robust wrapper around the Postgres COPY command. Supports loading CSV/JSON files and Python objects with automatic schema inference.
Home-page: https://github.com/vincentlaucsb/pgreaper
Author: Vincent La
Author-email: vincela9@gmail.com
License: MIT
Keywords: sql convert txt csv text delimited
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: SQL
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: Click
Requires-Dist: csvmorph (>=1.0.1a8)
Requires-Dist: psycopg2

A simple, flexible, and robust wrapper around the Postgres COPY command. Supports loading CSV/JSON files and Python objects with automatic schema inference.


