Metadata-Version: 2.1
Name: pycsvsql
Version: 0.0.1
Summary: Python csvsql convertor.
Home-page: https://github.com/gzxultra/pycsvsql
Author: Zhixiang Gu
Author-email: mygladfinger@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: click (>=6.0)
Requires-Dist: peewee (>=3.0.0)

# Overview

pycsvsql is a csv sql convertor.

# Setup

## Requirements

* Python 3.6+

## Installation

Install pycsvsql with pip:

```sh
$ pip install pycsvsql
```

or directly from the source code:

```sh
$ git clone https://github.com/gzxultra/pycsvsql.git
$ cd pycsvsql
$ python setup.py install
```


