Metadata-Version: 2.1
Name: csvql
Version: 0.0.4
Summary: csvql command line tool
Home-page: https://github.com/Ragnarok540/csvql
Author: Edgar Nova
Author-email: ragnarok540@gmail.com
License: UNKNOWN
Keywords: csv,sql,sqlite,csvql,query
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# csvql
csvql is an easy to use, open source command line tool to
work with CSV files

csvql has no requirements or dependencies other than Python 3

# Features
- Load one or more CSV files into an SQLite database as tables
- Query and modify the data using SQL
- Create new CSV files from the results of SQL queries

## Installation

You can install, upgrade, and uninstall ``csvql.py`` with these commands:

```sh
  $ pip3 install csvql
  $ pip3 install --upgrade csvql
  $ pip3 uninstall csvql
```

## Help

To get help use:

```sh
  $ csvql -h
```

# Examples

See ``examples`` folder for common and advanced use cases


