Metadata-Version: 2.1
Name: PyMicrosoftSQL
Version: 0.1.1
Summary: A simple Python SQL driver for Microsoft SQL Server
Home-page: https://github.com/microsoft/python-sql-driver
Author: Microsoft Corporation
Author-email: pysqldriver@microsoft.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: tabulate

# PyMicrosoftSQL

A simple SQL Driver for Python.


## Pre-requisites

### **For Windows**
-   Install the latest version of **Python 3**.    

### **For MacOS** 
-   Install **Homebrew** & **OpenSSL** by running the following command:
    ```bash
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    brew install openssl
    ```

### **For Linux**, 
-   Install pip and venv using the following commands
    ```bash
    sudo apt install python3-pip
    sudo apt install python3-venv
    ```

## Contact Us

- In case you need any support or help please reach out to us at pysqldriver@microsoft.com
