Metadata-Version: 1.1
Name: sqlitebiter
Version: 0.1.6
Summary: sqlitebiter is a CLI tool to convert CSV/JSON/Excel/Google-Sheets to a SQLite database file.

Home-page: https://github.com/thombashi/sqlitebiter
Author: Tsuyoshi Hombashi
Author-email: gogogo.vm@gmail.com
License: MIT License
Description: sqlitebiter
        ===========
        
        .. image:: https://img.shields.io/pypi/pyversions/sqlitebiter.svg
           :target: https://pypi.python.org/pypi/sqlitebiter
        .. image:: https://travis-ci.org/thombashi/sqlitebiter.svg?branch=master
            :target: https://travis-ci.org/thombashi/sqlitebiter
        .. image:: https://ci.appveyor.com/api/projects/status/hunqrvo1inm2jjnj?svg=true
            :target: https://ci.appveyor.com/project/thombashi/sqlitebiter
        
        Summary
        -------
        
        sqlitebiter is a CLI tool to convert CSV/JSON/Excel/Google-Sheets to a SQLite database file.
        
        Features
        --------
        
        - Create a SQLite database file from:
            - CSV file(s)
            - JSON file(s)
            - Microsoft Excel :superscript:`TM` file(s)
            - `Google Sheets <https://www.google.com/intl/en_us/sheets/about/>`_
        
        Usage
        =====
        
        .. image:: docs/gif/usage_example.gif
        
        For more information
        --------------------
        
        More examples are available at 
        http://sqlitebiter.readthedocs.io/en/latest/pages/usage/index.html
        
        Installation
        ============
        
        Install via pip
        ---------------
        
        ``sqlitebiter`` can be installed via
        `pip <https://pip.pypa.io/en/stable/installing/>`__ (Python package manager).
        
        .. code:: console
        
            sudo pip install sqlitebiter
        
        
        Dependencies
        ============
        
        Python packages
        ---------------
        
        Dependency python packages are automatically installed during
        ``sqlitebiter`` installation via pip.
        
        - `click <http://click.pocoo.org/>`__
        - `DataPropery <https://github.com/thombashi/DataProperty>`__
        - `path.py <https://github.com/jaraco/path.py>`__
        - `SimpleSQLite <https://github.com/thombashi/SimpleSQLite>`__
        
        Google Sheets dependencies
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Google Sheets dependency packages are required some manual installation.
        
        - `oauth2client <https://github.com/google/oauth2client/>`_
        - `pyOpenSSL <https://pyopenssl.readthedocs.io/en/stable/>`_
        
        Test dependencies
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - `pytest <http://pytest.org/latest/>`__
        - `pytest-runner <https://pypi.python.org/pypi/pytest-runner>`__
        - `tox <https://testrun.org/tox/latest/>`__
        - `XlsxWriter <http://xlsxwriter.readthedocs.io/>`__
        
        Documentation
        =============
        
        http://sqlitebiter.readthedocs.org/en/latest/
        
        
Keywords: SQLite,converter,CSV,JSON,Excel,Google Sheets
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
