Metadata-Version: 2.4
Name: sql_tools
Version: 3.1.0
Summary: An integrative library that contains tools for performing various tasks related to MySQL/sqlite3 databases.
Home-page: https://github.com/yogesh-aggarwal/sql-tools-lib
Download-URL: https://raw.githubusercontent.com/yogesh-aggarwal/sql-tools-lib/master/dist/sql_tools-3.1.0.tar.gz
Author: Yogesh Aggarwal
Author-email: developeryogeshgit@gmail.com
License: AGPL 3.0
Keywords: SQL,DATABASES,TABLES,RECORDS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: cryptography
Requires-Dist: colorama
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# SQL-TOOLS

<p align="center"><img alt="SQL-Tools" src="https://raw.githubusercontent.com/yogesh-aggarwal/sql-tools-lib/master/docs/media/brand.png" width="250"/></p>

**Python package to help out in working with SQL database-related operation.**

It is a python package which uses database (SQL) functionality to help the developer to perform SQL operations on their desired database. This project _aims_ the developer ring to focus on their main code rather than focusing on the database related headaches.

This python package uses the `sqlite` functionality to store databases on the local and `My SQL` for directly connect with the database setup on the host.

---

**Check it out on <a href="https://pypi.org/project/sql-tools">PyPi</a> | [![Downloads](https://pepy.tech/badge/sql-tools)](https://pepy.tech/project/sql-tools)**

**or install it directly with the package manager.**

> pip install sql-tools

---

## Resources

Read the full [documentation](https://yogesh-aggarwal.gitbook.io/sql-tools) for more information

You can contribute to it through [GitHub](https://github.com/yogesh-aggarwal/sql-tools-lib)

## View project at [GitHub](https://github.com/yogesh-aggarwal/sql-tools-lib/projects/1)
