csvql command line tool
Project description
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
- Import one or more CSV files into an SQLite database as tables
- Query and modify the data using SQL
- Export CSV files from the results of SQL queries
- Optionally export data in JSON format
Installation
You can install, upgrade, and uninstall csvql.py
with these commands:
$ pip3 install csvql
$ pip3 install --upgrade csvql
$ pip3 uninstall csvql
Help
To get help use:
$ csvql -h
Examples
See examples
folder for common and advanced use cases
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
csvql-0.0.5.tar.gz
(4.4 kB
view hashes)
Built Distribution
csvql-0.0.5-py3-none-any.whl
(5.6 kB
view hashes)