Metadata-Version: 2.1
Name: sql_editor
Version: 0.0.5
Summary: A graphic SQLite Editor in Python
Home-page: https://github.com/struts2spring/sql-editor
Author: Vijay
Author-email: certifyexam0@gmail.com
License: UNKNOWN
Description: 
        # SQL editor
        
        [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](./LICENSE)
        [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EUWCHQJXB9Y2N)
        [![Build Status](https://travis-ci.com/struts2spring/sql-editor.svg?branch=master)](https://travis-ci.com/struts2spring/sql-editor)
        [![Repo on GitHub](https://img.shields.io/badge/repo-GitHub-3D76C2.svg)](https://github.com/struts2spring/sql-editor)
        [![PyPI version](https://badge.fury.io/py/sql-editor.svg)](https://badge.fury.io/py/sql-editor)
        ----------------------------------------------
        
        <img style="float: left;" src="./src/images/Opal_database.png">     
        
        ## What is SQL editor?
        
        SQL editor is free, open source,  Integrated Development Environment(IDE) for working with SQL in SQLite databases. 
        
        
        ![Screen 1](https://raw.githubusercontent.com/wiki/struts2spring/sql-editor/images/dashboard.PNG)
        
        # Description: 
        
        A description of your project follows. A good description is clear, short, and to the point. Describe the importance of your project, and what it does.
        
        ## Support the project
        
        To support this project you can: star the repository, report bugs/request features by creating new issues, write code and create PRs or donate.
        
        [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EUWCHQJXB9Y2N)
        
        # Installation: 
        
        Install the Sql editor from source code.
        
        ```shell
        $ cd sql_editor
        $ python setup.py install
        
        sql_editor
        ```
        
        or 
        
        Install the Sql editor using pip command.
        
        ```
        $ pip install sql_editor
        ```
        
        
        # Usage: 
        
        The next section is usage, in which you instruct other people on how to use your project after they’ve installed it. This would also be a good place to include screenshots of your project in action.
        
        
        ![Screen 2](./docs/images/screen_2.PNG)
        
        ### Features
        
        1. Currently supports only python 3 build.
        2. Support only sqlite database.
        3. Graphical user interface for sqlite 3.
        
        
        ![Import csv / Excel data](./docs/images/import_csv_excel.PNG)
        
        
        ![Screen 3](./docs/images/screen_3.PNG)
        
        # Contributing: 
        
        Larger projects often have sections on contributing to their project, in which contribution instructions are outlined. Sometimes, this is a separate file. If you have specific contribution preferences, explain them so that other developers know how to best contribute to your work. To learn more about how to help others contribute, check out the guide for setting guidelines for repository contributors.
        
        # Credits: 
        
        Include a section for credits in order to highlight and link to the authors of your project.
        
        License: 
        Finally, include a section for the license of your project. For more information on choosing a license, check out GitHub’s licensing guide!
        
        ### Repository
        
        [![Repo on GitHub](https://img.shields.io/badge/repo-GitHub-3D76C2.svg)](https://github.com/struts2spring/sql-editor)
        
        =======
        # sql-editor
        
        
Keywords: sqlite,gui,wxpython,sql
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3
Description-Content-Type: text/markdown
