Metadata-Version: 2.1
Name: sql-editor
Version: 0.0.3
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)
        ----------------------------------------------
        
        
        SQL editor can be build using python 3 only. 
        
        ![Screen 1](./docs/images/screen_1.PNG)
        
        ## 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)
        
        ## Building SQL editor
        
        
        ```shell
        cd sql_editor
        python setup.py install
        
        sql_editor
        ```
        
        
        
        ![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.
        
        
        
        
        
        ![Screen 3](./docs/images/screen_3.PNG)
        
        
        ### Repository
        
        [![Repo on GitHub](https://img.shields.io/badge/repo-GitHub-3D76C2.svg)](https://github.com/struts2spring/sql-editor)
        [![Repo on GitLab](https://img.shields.io/badge/repo-GitLab-6C488A.svg)](https://gitlab.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
