Metadata-Version: 2.1
Name: pysqlx
Version: 1.0.1
Summary: A simple SQL driver
Home-page: https://github.com/pysqlx/pysqlx
Author: Bassem Girgis
Author-email: brgirgis@gmail.com
Maintainer: Bassem Girgis
Maintainer-email: brgirgis@gmail.com
License: MIT
Download-URL: https://pypi.org/project/pysqlx/
Keywords: sql,database
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE

pysqlx
======

!`Publish <https://github.com/pysqlx/pysqlx/workflows/Publish/badge.svg>`_

!`Test <https://github.com/pysqlx/pysqlx/workflows/Test/badge.svg>`_

[![Downloads](https://static.pepy.tech/personalized-badge/pysqlx?period=week&units=international_system&left_color=black&right_color=orange&left_text=Last%20Week)](https://pepy.tech/project/pysqlx)

[![Downloads](https://static.pepy.tech/personalized-badge/pysqlx?period=month&units=international_system&left_color=black&right_color=orange&left_text=Month)](https://pepy.tech/project/pysqlx)

[![Downloads](https://static.pepy.tech/personalized-badge/pysqlx?period=total&units=international_system&left_color=black&right_color=orange&left_text=Total)](https://pepy.tech/project/pysqlx)

# Introduction
==============

A generic SQL driver package.

# Install
=========

	pip install pysqlx

# Usage
=======

# Known Issues and Limitations (KIL)
====================================

# Notes
=======


For more info visit the project repository at
https://github.com/pysqlx/pysqlx


