Metadata-Version: 1.1
Name: csv-to-sqlite
Version: 1.0.1
Summary: An utility that copies csv files into a SQLite database
Home-page: https://github.com/zblesk/csv-to-sqlite
Author: Ladislav Benc
Author-email: laci@zblesk.net
License: MIT
Description: csv-to-sqlite

        =======================

        

        This is a simple script that takes CSV files as input and copies their contents into a SQLite database. (Column names are taken from the headers (first row) in the csv file.)

        

        

        To find out more, run

        

        .. csv-to-sqlite --help
Keywords: csv sqlite conversion copy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
