Metadata-Version: 2.0
Name: file2db
Version: 0.7.0
Summary: Simple file to database manipulation
Home-page: https://github.com/moosejaw/file2db
Author: Matthew Vincent
Author-email: mattjvincent@gmail.com
License: GPLv3
Keywords: file2db
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4

===============================
File2DB
===============================

.. image:: https://img.shields.io/travis/moosejaw/file2db.svg
        :target: https://travis-ci.org/moosejaw/file2db

.. image:: https://img.shields.io/pypi/v/file2db.svg
        :target: https://pypi.python.org/pypi/file2db


Simple file to database manipulation

* Free software: GPLv3
* Documentation: https://file2db.readthedocs.org.

Commands
********

file2db info
^^^^^^^^^^^^

usage: ``file2db info [-h] [-v] (-C | -T) input_file``

positional arguments:
  ``input_file     parse data in FILE``

optional arguments:
  ``-h, --help     show this help message and exit``
  ``-v, --verbose  show debugging info``
  ``-C, --comma    comma delimited file``
  ``-T, --tab      tab delimited file``


file2db sql
^^^^^^^^^^^

usage: ``file2db sql [-h] [-v] (-C | -T) (-M | -S) [-o output_directory] -n table_name input_file``

positional arguments:
  ``input_file            parse data in FILE``

optional arguments:
  ``-h, --help            show this help message and exit``
  ``-v, --verbose         show debugging info``
  ``-C, --comma           comma delimited file``
  ``-T, --tab             tab delimited file``
  ``-M, --MySQL           to specify MySQL``
  ``-S, --SQLite          to specify SQLite``
  ``-o output_directory, --output output_directory output directory, defaults to current directory``
  ``-n table_name, --tablename table_name generate SQL DML with supplied name as the table``




History
-------


0.3.0 (2015-03-202)
---------------------

* Slight change

0.3.0 (2015-03-202)
---------------------

* Some docs


0.2.0 (2015-03-202)
---------------------

* Some rearranging


0.1.0 (2015-02-27)
---------------------

* First release on PyPI.


