PyMicrosoftSQL


NamePyMicrosoftSQL JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/microsoft/python-sql-driver
SummaryA simple Python SQL driver for Microsoft SQL Server
upload_time2024-10-16 11:01:30
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/microsoft/python-sql-driver",
    "name": "PyMicrosoftSQL",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft Corporation",
    "author_email": "pysqldriver@microsoft.com",
    "download_url": null,
    "platform": null,
    "description": "# PyMicrosoftSQL\r\n\r\nA simple SQL Driver for Python.\r\n\r\n\r\n## Pre-requisites\r\n\r\n### **For Windows**\r\n-   Install the latest version of **Python 3**.    \r\n\r\n### **For MacOS** \r\n-   Install **Homebrew** & **OpenSSL** by running the following command:\r\n    ```bash\r\n    /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\r\n    brew install openssl\r\n    ```\r\n\r\n### **For Linux**, \r\n-   Install pip and venv using the following commands\r\n    ```bash\r\n    sudo apt install python3-pip\r\n    sudo apt install python3-venv\r\n    ```\r\n\r\n## Contact Us\r\n\r\n- In case you need any support or help please reach out to us at pysqldriver@microsoft.com\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple Python SQL driver for Microsoft SQL Server",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/microsoft/python-sql-driver"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3568875f7a40d8dcaafc9da9fd022179b60cf601e6ac8577a410ca740aa301f1",
                "md5": "115e846f3ca1619b4eec344e8b683c16",
                "sha256": "129612d4d12395e5e05e810bedd08444bb5d00ce2e24a779f238126293452c30"
            },
            "downloads": -1,
            "filename": "PyMicrosoftSQL-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "115e846f3ca1619b4eec344e8b683c16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 18143655,
            "upload_time": "2024-10-16T11:01:30",
            "upload_time_iso_8601": "2024-10-16T11:01:30.351636Z",
            "url": "https://files.pythonhosted.org/packages/35/68/875f7a40d8dcaafc9da9fd022179b60cf601e6ac8577a410ca740aa301f1/PyMicrosoftSQL-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 11:01:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "python-sql-driver",
    "github_not_found": true,
    "lcname": "pymicrosoftsql"
}
        
Elapsed time: 0.47839s