{ "info": { "author": "Microsoft Corporation", "author_email": "sqlcli@microsoft.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: SQL", "Topic :: Database", "Topic :: Database :: Front-Ends", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "[![PyPI](https://badge.fury.io/py/mssql-cli.svg)](https://pypi.python.org/pypi/mssql-cli)\n[![Python 2.7|3.4|3.5|3.6|3.7|3.8](https://img.shields.io/badge/python-2.7 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8-blue.svg)](https://github.com/dbcli/mssql-cli)\n\n# mssql-cli\n[**mssql-cli**](https://github.com/dbcli/mssql-cli) is an interactive command line query tool for SQL Server. This open source tool works cross-platform and proud to be a part of the [dbcli](github.com/dbcli) community. \n\n![mssql-cli Autocomplete](https://github.com/dbcli/mssql-cli/raw/master/screenshots/mssql-cli-autocomplete.gif)\n\nmssql-cli supports a rich interactive command line experience, with features such as:\n- **Auto-completion**: fewer keystrokes needed to complete complicated queries.\n- **Syntax highlighting**: highlights T-SQL keywords.\n- **Query history**: easily complete an auto-suggested query that was previously executed.\n- **Configuration file support**: customize the mssql-cli experience for your needs.\n- **Multi-line queries**: execute multiple queries at once using the multi-line edit mode.\n- **Non-interactive support**: execute a query without jumping into the interactive experience.\n\n## Quick Start\nRead the section below to quickly get started with mssql-cli. Consult the [usage guide](https://github.com/dbcli/mssql-cli/tree/master/doc/usage_guide.md) for a deeper dive into mssql-cli features.\n\n### Install mssql-cli\nPlatform-specific installation instructions are below:\n| [Windows](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/windows.md#windows-installation) | [macOS](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/macos.md#macos-installation) | [Linux](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/linux.md) |\n| - | - | - |\n\nVisit the [installation reference guide](https://github.com/dbcli/mssql-cli/tree/master/doc/installation) to view all supported releases and downloads.\n\n#### Install with Linux Package Manager\nFollow the [Linux installation instructions]('https://github.com/dbcli/mssql-cli/blob/master/doc/installation/linux.md') to install mssql-cli using `apt-get`, `yum`, and other Linux package managers.\n\n#### Install with pip\n```sh\npython -m pip install mssql-cli\n```\nPlease refer to the [pip installation docs](https://github.com/dbcli/mssql-cli/blob/master/doc/installation/pip.md) for more platform-specific information.\n\n### Connect to Server\nComplete the command below to connect to your server:\n```sh\nmssql-cli -S -d -U -P \n```\n\n### Exit mssql-cli\nPress **Ctrl+D** or type `quit`.\n\n### Show Options\nFor general help content, pass in the `-h` parameter:\n```sh\nmssql-cli --help\n```\n\n### Usage Docs\nPlease refer to the [usage guide](https://github.com/dbcli/mssql-cli/tree/master/doc/usage_guide.md) for details on options and example usage. If you are having any issues using mssql-cli, please see the [troubleshooting guide](https://github.com/dbcli/mssql-cli/blob/master/doc/troubleshooting_guide.md).\n\n## Telemetry\nThe mssql-cli tool includes a telemetry feature. Please refer to the [telemetry guide](https://github.com/dbcli/mssql-cli/tree/master/doc/telemetry_guide.md) for more information.\n\n## Contributing\nIf you would like to contribute to the project, please refer to the [development guide](https://github.com/dbcli/mssql-cli/tree/master/doc/development_guide.md).\n\n## Contact Us\nIf you encounter any bugs or would like to leave a feature request, please file an issue in the\n[**Issues**](https://github.com/dbcli/mssql-cli/issues) section of our GitHub repo.\n\n## Code of Conduct\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact\nopencode@microsoft.com with any additional questions or comments.\n\n## License\nmssql-cli is licensed under the [BSD-3 license](https://github.com/dbcli/mssql-cli/blob/master/LICENSE.txt).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dbcli/mssql-cli", "keywords": "", "license": "BSD-3", "maintainer": "", "maintainer_email": "", "name": "mssql-cli", "package_url": "https://pypi.org/project/mssql-cli/", "platform": "", "project_url": "https://pypi.org/project/mssql-cli/", "project_urls": { "Homepage": "https://github.com/dbcli/mssql-cli" }, "release_url": "https://pypi.org/project/mssql-cli/1.0.0/", "requires_dist": [ "click (<7.1,>=4.1)", "argparse (>=1.2.1)", "Pygments (>=2.0)", "prompt-toolkit (<2.1.0,>=2.0.0)", "sqlparse (<0.3.0,>=0.2.2)", "configobj (>=5.0.6)", "humanize (>=0.5.1)", "cli-helpers (<1.0.0,>=0.2.3)", "applicationinsights (>=0.11.1)", "future (>=0.16.0)", "wheel (>=0.29.0)", "enum34 (>=1.1.6)" ], "requires_python": "", "summary": "CLI for SQL Server Database. With auto-completion and syntax highlighting.", "version": "1.0.0", "yanked": false, "yanked_reason": null }, "last_serial": 7139589, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ce599b1535c35619df608c982c98f279", "sha256": "825f403f19ae7d73a1d6c516345087388bd225dc4a8778626a6430d3c94b94a9" }, "downloads": -1, "filename": "mssql_cli-0.1.tar.gz", "has_sig": false, "md5_digest": "ce599b1535c35619df608c982c98f279", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3121, "upload_time": "2016-09-13T18:10:19", "upload_time_iso_8601": "2016-09-13T18:10:19.476875Z", "url": "https://files.pythonhosted.org/packages/a3/77/e1a7a0b47f1190bf431af7baccb767d7f7114d887013757aa6270ef31e6c/mssql_cli-0.1.tar.gz", "yanked": true, "yanked_reason": null } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "0d33d724b9262887dba6ded95c6d288a", "sha256": "5b2ece71acf7b7da7fecbaa3be12b8288999a94f8d5f72b525646bf984669d6f" }, "downloads": -1, "filename": "mssql_cli-0.10.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "0d33d724b9262887dba6ded95c6d288a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33217399, "upload_time": "2018-02-16T19:48:29", "upload_time_iso_8601": "2018-02-16T19:48:29.084964Z", "url": "https://files.pythonhosted.org/packages/a6/de/55b73b6aa03e9890585ef5df5dac5717708db1a5018acde2582526b42fc9/mssql_cli-0.10.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad1f8bd9b376ab1f951489a37a890c50", "sha256": "45aa68043c845a02cfadd37c3fadce80f9bf1e058bf67bc893899100dbc7d269" }, "downloads": -1, "filename": "mssql_cli-0.10.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ad1f8bd9b376ab1f951489a37a890c50", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34255412, "upload_time": "2018-02-16T19:48:48", "upload_time_iso_8601": "2018-02-16T19:48:48.457232Z", "url": "https://files.pythonhosted.org/packages/fb/fb/69993ed8c043bc9c841d2f6e1fd5eb243540c6c20c309f03a4bd45275414/mssql_cli-0.10.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f83cead49bfc6bfaee199e8c5a273f76", "sha256": "207481de31ca41d1311d984bb1dd6e42bbf27c208993fda0263b807b71e5443e" }, "downloads": -1, "filename": "mssql_cli-0.10.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "f83cead49bfc6bfaee199e8c5a273f76", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33607630, "upload_time": "2018-02-16T19:49:09", "upload_time_iso_8601": "2018-02-16T19:49:09.276746Z", "url": "https://files.pythonhosted.org/packages/4c/84/ba083d0677641f70ed11394fa93414275598161d1e8b6f444b67533079fa/mssql_cli-0.10.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4ca0e7f64144d072229ddd7e04c25870", "sha256": "7d65b845f1e850ffdef1cc33f067507c1b66f7fb1ad5b0988cd2081e9287ec1a" }, "downloads": -1, "filename": "mssql_cli-0.10.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "4ca0e7f64144d072229ddd7e04c25870", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36332159, "upload_time": "2018-02-16T19:49:23", "upload_time_iso_8601": "2018-02-16T19:49:23.557012Z", "url": "https://files.pythonhosted.org/packages/0d/7c/5e2bcbed3d6215196118337aec9793a7d74ab5cca10b1d834873cb6ac492/mssql_cli-0.10.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "26ae94f83fab84950ecabb0aab8e9c2f", "sha256": "cc047cf678eda2681607844341b17b3fbcdfe9ba35f152b39026a7dc2205d0c9" }, "downloads": -1, "filename": "mssql_cli-0.11.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "26ae94f83fab84950ecabb0aab8e9c2f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33219220, "upload_time": "2018-05-08T20:03:10", "upload_time_iso_8601": "2018-05-08T20:03:10.269348Z", "url": "https://files.pythonhosted.org/packages/89/95/869a2d1bcb873bc6297504a686ea52a90f1bf23d292dcf5da7f43d72898d/mssql_cli-0.11.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3c50538ded028c78789aa584a1088cd4", "sha256": "10b3129706d7a7396c15fe53654731e211c4022b45944e10207c8ab909dd9fae" }, "downloads": -1, "filename": "mssql_cli-0.11.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3c50538ded028c78789aa584a1088cd4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34254638, "upload_time": "2018-05-08T20:07:26", "upload_time_iso_8601": "2018-05-08T20:07:26.122685Z", "url": "https://files.pythonhosted.org/packages/46/c0/32061f55f8e69b1e92183fd893e59fb631143e5ba11ca74d84fbfe8a54da/mssql_cli-0.11.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a28f27aefaa7fc36c5f4a698e044cdd2", "sha256": "946dedbb72e974b72387753395b15548992c6051041c23896278483fae4c32c3" }, "downloads": -1, "filename": "mssql_cli-0.11.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "a28f27aefaa7fc36c5f4a698e044cdd2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33605339, "upload_time": "2018-05-08T20:07:33", "upload_time_iso_8601": "2018-05-08T20:07:33.650745Z", "url": "https://files.pythonhosted.org/packages/62/cd/75f8810bb84e6326f5e8db4258e38ce8b94c212605c905773ed6059a9ca6/mssql_cli-0.11.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be9b027968b3929472b2bd11fe888b46", "sha256": "61b4c50a1432c6542b3714a5a63fa35d9acf8b413ee05d3209d716b72af56c7d" }, "downloads": -1, "filename": "mssql_cli-0.11.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "be9b027968b3929472b2bd11fe888b46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36329869, "upload_time": "2018-05-08T20:07:41", "upload_time_iso_8601": "2018-05-08T20:07:41.010652Z", "url": "https://files.pythonhosted.org/packages/dc/8b/3281142b71710530409c23f0e682a4e8bf508e2d159a670b4c2a371dbe89/mssql_cli-0.11.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "57aea9ac80841dc0e8bb652d040ab027", "sha256": "c6c7f809429a2ddec42ad7de5b6920cd50245186c8965a2db8c55df52107fbd4" }, "downloads": -1, "filename": "mssql_cli-0.12.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "57aea9ac80841dc0e8bb652d040ab027", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33219228, "upload_time": "2018-05-08T22:04:18", "upload_time_iso_8601": "2018-05-08T22:04:18.093487Z", "url": "https://files.pythonhosted.org/packages/eb/5c/40d80df0cf7245581168e3aeda730a8467d30710a95f1138c23593f8d3c5/mssql_cli-0.12.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef56eaf5f7f834e57ddaf6a685f3d4ca", "sha256": "b1c76ec89efdfafd782c6ca6daed80f38c96f1a8490657b97c3e1197ba6b8808" }, "downloads": -1, "filename": "mssql_cli-0.12.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ef56eaf5f7f834e57ddaf6a685f3d4ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34254641, "upload_time": "2018-05-08T22:04:29", "upload_time_iso_8601": "2018-05-08T22:04:29.687915Z", "url": "https://files.pythonhosted.org/packages/38/d5/9ec5cc8ab6084cbe1416f778f3d583612f8b1279720965ab433a19d3f13f/mssql_cli-0.12.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "325b6faf25a4355d7553053ce926ec40", "sha256": "e8f1beae5cddc96e4c1c484c0a57b1b76f258cdb4636da64fd7df9ceaa6b66fd" }, "downloads": -1, "filename": "mssql_cli-0.12.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "325b6faf25a4355d7553053ce926ec40", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33605345, "upload_time": "2018-05-08T22:04:38", "upload_time_iso_8601": "2018-05-08T22:04:38.870325Z", "url": "https://files.pythonhosted.org/packages/16/df/745a9e663493cc116214db1f1c32ee077799d0115d0a60d738e083549cc0/mssql_cli-0.12.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31c763307946908c4548976edfed8867", "sha256": "9a157fd88508b33c38476876b4076a7a4a07f144ad711f13edf90bbc527fc1e0" }, "downloads": -1, "filename": "mssql_cli-0.12.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "31c763307946908c4548976edfed8867", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36329877, "upload_time": "2018-05-08T22:04:48", "upload_time_iso_8601": "2018-05-08T22:04:48.557662Z", "url": "https://files.pythonhosted.org/packages/47/12/7ce10caeebcc347664a32befb9a5fba9cf7b8c3698b4b5b4a5045319af2f/mssql_cli-0.12.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "320ab3319a1d535905f6aaf5ed8acafd", "sha256": "d97e454a38c2c888b9b8166acbc269cc000b01bd8f2e77b8b9eca65a097ae995" }, "downloads": -1, "filename": "mssql_cli-0.13.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "320ab3319a1d535905f6aaf5ed8acafd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33219225, "upload_time": "2018-05-11T15:36:06", "upload_time_iso_8601": "2018-05-11T15:36:06.022417Z", "url": "https://files.pythonhosted.org/packages/58/e3/0aaa3f88d0ecbb8b1cf0277d291220ffa23537f7d31d57f97f16cb17cd68/mssql_cli-0.13.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9edb852618ece62b6408c79758cefb96", "sha256": "4cf10a391f70da849ccd9b3ca2c3d8e6cd832b01b421da4d7631420b7a6a81a5" }, "downloads": -1, "filename": "mssql_cli-0.13.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9edb852618ece62b6408c79758cefb96", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34254638, "upload_time": "2018-05-11T15:36:16", "upload_time_iso_8601": "2018-05-11T15:36:16.315619Z", "url": "https://files.pythonhosted.org/packages/38/b0/b180f4a75a58f6d35c247dfd01dd548a49e53d772096221d944e34cee55b/mssql_cli-0.13.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "12830fa48bf374b04cb0baa264d56b98", "sha256": "b643183d859dfddecb9a86f9e6b4b19b773ca777716fe9eb740ebcd8a460cbd0" }, "downloads": -1, "filename": "mssql_cli-0.13.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "12830fa48bf374b04cb0baa264d56b98", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33605337, "upload_time": "2018-05-11T15:36:25", "upload_time_iso_8601": "2018-05-11T15:36:25.294519Z", "url": "https://files.pythonhosted.org/packages/52/e5/062c59bb6875d3891d5cc8d1b22fb763a6735c8d49dcc390a5b130fff31c/mssql_cli-0.13.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b5f6389920d00c200950e6fd629f9ded", "sha256": "cfbd294e3971b886f21553e5694be8991f2a95c9a2af26b1dc551719485eb4f9" }, "downloads": -1, "filename": "mssql_cli-0.13.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "b5f6389920d00c200950e6fd629f9ded", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36329872, "upload_time": "2018-05-11T15:36:34", "upload_time_iso_8601": "2018-05-11T15:36:34.135948Z", "url": "https://files.pythonhosted.org/packages/b1/c3/a7fd7e079cb37ad01d6766e269b6729b2d8bdb7eaa5b91f2c197f20dbeca/mssql_cli-0.13.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "17d4392d445b9110db1cc6819cd52700", "sha256": "f24dc7fa2f55471a0ee00a8c4c7d458d623f1be9c6ce256203e2497b4089ca79" }, "downloads": -1, "filename": "mssql_cli-0.14.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "17d4392d445b9110db1cc6819cd52700", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37102254, "upload_time": "2018-07-02T17:49:29", "upload_time_iso_8601": "2018-07-02T17:49:29.412692Z", "url": "https://files.pythonhosted.org/packages/1f/d9/b12864cac848f6759d6b6b949535cdd8d8a32bdd5b735373e151bdf679c8/mssql_cli-0.14.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c9e52bdd8610123f71ea5b313d4d7ae3", "sha256": "25876af4a2211248525f87b08f57392500ed8146c524f7a5ad6d2e85865eea7f" }, "downloads": -1, "filename": "mssql_cli-0.14.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c9e52bdd8610123f71ea5b313d4d7ae3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38017396, "upload_time": "2018-07-02T17:49:37", "upload_time_iso_8601": "2018-07-02T17:49:37.184877Z", "url": "https://files.pythonhosted.org/packages/91/a4/3a1ddf91ee673a936eea29659f909136c7f03ade163e889e8a8299b8b867/mssql_cli-0.14.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43f8e215ab1890961d44b0cc6461f882", "sha256": "6401e5cb9df5ba047942a292552b70b6e8cc498620bbfa141798e9742a2a6373" }, "downloads": -1, "filename": "mssql_cli-0.14.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "43f8e215ab1890961d44b0cc6461f882", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36337910, "upload_time": "2018-07-02T17:49:44", "upload_time_iso_8601": "2018-07-02T17:49:44.546716Z", "url": "https://files.pythonhosted.org/packages/65/e0/f20822df03394cbd6983e845b04f402569c0001e5082103a2ae1b7838c8d/mssql_cli-0.14.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "861fef0cbc921d995b66c471e135aaa0", "sha256": "a0f9280c8895f155904327e4a0335276df7dcb7a700a6593d90961b77832d3d5" }, "downloads": -1, "filename": "mssql_cli-0.14.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "861fef0cbc921d995b66c471e135aaa0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39526311, "upload_time": "2018-07-02T17:49:51", "upload_time_iso_8601": "2018-07-02T17:49:51.972102Z", "url": "https://files.pythonhosted.org/packages/84/79/0c7344f20188ff1edf7d0124dd5a8e0004c01f7925729f670fa8b35ef761/mssql_cli-0.14.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "b368127d7c197cd0ba3c2bb8bbbb8347", "sha256": "354826d583495d2f95df42a8f7c134e5a15f33b7b2b71c965e9ab6ade03d3a1b" }, "downloads": -1, "filename": "mssql_cli-0.15.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "b368127d7c197cd0ba3c2bb8bbbb8347", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37102260, "upload_time": "2018-07-06T17:55:25", "upload_time_iso_8601": "2018-07-06T17:55:25.782979Z", "url": "https://files.pythonhosted.org/packages/43/5d/c9af6aec5b491e7b0c5ccf00b4b8062282d6c4cfb4c0417891bd6013e299/mssql_cli-0.15.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a461302ff03731f2153427d5e38a999", "sha256": "4971e2e8eaa6fbf5e2ad2b1764a2d7af93b3f5666f0565634da43da7cefd43ea" }, "downloads": -1, "filename": "mssql_cli-0.15.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6a461302ff03731f2153427d5e38a999", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38017401, "upload_time": "2018-07-06T17:55:46", "upload_time_iso_8601": "2018-07-06T17:55:46.190078Z", "url": "https://files.pythonhosted.org/packages/21/41/87327ffe59059d5f700e825dbd6de9f73c86bce43120e2824c4b40ff3de0/mssql_cli-0.15.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "608d54e934c3715f083d31919a186568", "sha256": "2a131cbefec1329e4dbc52342228412b27423e79b6b7f797bb3ee45c1dcd55b6" }, "downloads": -1, "filename": "mssql_cli-0.15.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "608d54e934c3715f083d31919a186568", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36337912, "upload_time": "2018-07-06T17:55:54", "upload_time_iso_8601": "2018-07-06T17:55:54.575395Z", "url": "https://files.pythonhosted.org/packages/21/8c/9829c2094b4f179f9c2f4548b2ba089867f84a3758cb70575ef2a905e877/mssql_cli-0.15.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa9dbca41c709ba91c5d0d1d6ec227d7", "sha256": "af16dedb514ef53068eeadc1efe02db440442c76f6acf2a9b485b8280ce41864" }, "downloads": -1, "filename": "mssql_cli-0.15.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "aa9dbca41c709ba91c5d0d1d6ec227d7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39526311, "upload_time": "2018-07-06T17:56:15", "upload_time_iso_8601": "2018-07-06T17:56:15.041054Z", "url": "https://files.pythonhosted.org/packages/79/31/1be42f3632a30bb126e02cda4312b797f5f2cdef60b9c62596196a475037/mssql_cli-0.15.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "4490c990f8fa8efb7b8fc6459de595f1", "sha256": "3d306f9bc354e2865d1093fca36c0fa89e5e07ee6ab55398b75bd3cbc945e2bb" }, "downloads": -1, "filename": "mssql_cli-0.16.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "4490c990f8fa8efb7b8fc6459de595f1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42376578, "upload_time": "2019-08-14T17:20:53", "upload_time_iso_8601": "2019-08-14T17:20:53.024194Z", "url": "https://files.pythonhosted.org/packages/66/0e/311a3690614c2d8e80f66c4fdb0f16befe358195dbb17512345ac157648f/mssql_cli-0.16.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "19841293b9a09bb36337921e26e11df3", "sha256": "df133ba0a64290e1afb4e7c056d28d5019ca17a56d490a175482504859591587" }, "downloads": -1, "filename": "mssql_cli-0.16.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "19841293b9a09bb36337921e26e11df3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43355373, "upload_time": "2019-08-14T17:20:36", "upload_time_iso_8601": "2019-08-14T17:20:36.780116Z", "url": "https://files.pythonhosted.org/packages/03/57/84ef941141765ce8e32b9c1d2259600bea429f0aca197ca56504ec482da5/mssql_cli-0.16.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "173cc2302fe934c74052fad83bfee476", "sha256": "f2ebfdf0c9a6e2025382f4d6fcab05df462c0deff32a0b08369085ec7793e63b" }, "downloads": -1, "filename": "mssql_cli-0.16.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "173cc2302fe934c74052fad83bfee476", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42249014, "upload_time": "2019-08-14T17:21:00", "upload_time_iso_8601": "2019-08-14T17:21:00.976235Z", "url": "https://files.pythonhosted.org/packages/76/24/777d5c74aedf903933ca62f0a966a1291e5ee642ce4cd8b1a13908837224/mssql_cli-0.16.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b11eb86c69fb52b63989ea680639d937", "sha256": "9312a2903bf7d6ba960439b4430430e9360daba4a34b97116f699b4c83608568" }, "downloads": -1, "filename": "mssql_cli-0.16.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "b11eb86c69fb52b63989ea680639d937", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45083892, "upload_time": "2019-08-14T17:20:45", "upload_time_iso_8601": "2019-08-14T17:20:45.096871Z", "url": "https://files.pythonhosted.org/packages/74/15/16f8ac1fd5be5b4250cc59044f5551c2b374a3288bdcafc0b09ab6bc4a03/mssql_cli-0.16.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.17.0": [ { "comment_text": "", "digests": { "md5": "407ec87b14e6da144b59539e20f3f57b", "sha256": "7e7ee24751eb4f210531abb996d227e60f22edf2ba9a5e951c6375abc86255a2" }, "downloads": -1, "filename": "mssql_cli-0.17.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "407ec87b14e6da144b59539e20f3f57b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42376180, "upload_time": "2019-10-29T17:35:40", "upload_time_iso_8601": "2019-10-29T17:35:40.530809Z", "url": "https://files.pythonhosted.org/packages/75/fb/25384952ae22f617430cec4b2cda4682a55f5720c3d3de8816dc6974bef9/mssql_cli-0.17.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0d8192e02e849a87150921ad9668b92", "sha256": "e02b8060822daa758ea48b9988b6d4465b8b5c975d43f51f4255c876d8697c5f" }, "downloads": -1, "filename": "mssql_cli-0.17.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e0d8192e02e849a87150921ad9668b92", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43357600, "upload_time": "2019-10-29T17:35:16", "upload_time_iso_8601": "2019-10-29T17:35:16.626026Z", "url": "https://files.pythonhosted.org/packages/a6/70/8557decbbf636c707f0c08a98e3f27340b79077e0b61cc2ede5cc57fdc05/mssql_cli-0.17.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d8a7beafd747b659a780512e7b0ea95", "sha256": "d23515ba649e3200675bedf340d2da0aacfc019cfe60992c6d0d645a6a1abf8d" }, "downloads": -1, "filename": "mssql_cli-0.17.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "9d8a7beafd747b659a780512e7b0ea95", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42249452, "upload_time": "2019-10-29T17:35:33", "upload_time_iso_8601": "2019-10-29T17:35:33.314919Z", "url": "https://files.pythonhosted.org/packages/9b/69/4af4cd5a6eb5ce40ea2bf3a91750cf468e29d31c5129f71a5843bd40528a/mssql_cli-0.17.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac79b1912fb17eabab6a6ef1e7d756b7", "sha256": "cce8ac8c7f4291f34e098425087be4070404aabc905f19a0cdd6e1784b33243b" }, "downloads": -1, "filename": "mssql_cli-0.17.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "ac79b1912fb17eabab6a6ef1e7d756b7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45084328, "upload_time": "2019-10-29T17:35:24", "upload_time_iso_8601": "2019-10-29T17:35:24.541771Z", "url": "https://files.pythonhosted.org/packages/e9/d5/941d29416f5dfbdd76e7261570ce4df6c0ac8ff2dd4afcadf119e2409163/mssql_cli-0.17.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.17.1": [ { "comment_text": "", "digests": { "md5": "68a131520ebba3f1d8b31c3b68860dfc", "sha256": "cf40a87af5718292706d465e68481ff55044681a30ed4c27cddd47bde1393242" }, "downloads": -1, "filename": "mssql_cli-0.17.1-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "68a131520ebba3f1d8b31c3b68860dfc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42376498, "upload_time": "2019-11-15T23:31:18", "upload_time_iso_8601": "2019-11-15T23:31:18.247161Z", "url": "https://files.pythonhosted.org/packages/57/4d/1528d0ed9be32cbd1e6d7e1d95c1b1908a01ae3691f29f5c1c1411e24f4f/mssql_cli-0.17.1-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b89074d82183ac764d435ad84b52060b", "sha256": "a0d4fa01c7d9d697d57d403d6878203f940767b05dbdc3a89bf36d2d7678ff8f" }, "downloads": -1, "filename": "mssql_cli-0.17.1-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b89074d82183ac764d435ad84b52060b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43357918, "upload_time": "2019-11-15T23:31:09", "upload_time_iso_8601": "2019-11-15T23:31:09.713467Z", "url": "https://files.pythonhosted.org/packages/67/a1/03add2f1bbdc3611a161eba4edeec52bdd9af6107aaf40f7b80832131e17/mssql_cli-0.17.1-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d0776fd97dd33444edb3d3392642cc0", "sha256": "974da77a2468e112b6156de5c74160d72a72845eb9d5944ab96608ab8958e427" }, "downloads": -1, "filename": "mssql_cli-0.17.1-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "2d0776fd97dd33444edb3d3392642cc0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42249783, "upload_time": "2019-11-15T23:31:26", "upload_time_iso_8601": "2019-11-15T23:31:26.479291Z", "url": "https://files.pythonhosted.org/packages/9d/b9/05f9ba0232ff0765c257726fc00da1ca94853508d982675fc01364722498/mssql_cli-0.17.1-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b62a295ad44ec9df0dd2f96508b7c936", "sha256": "ccf12ff95ebfdb3f70e699a9628c3451632e86f7db2fb2d7b28402baaa395f7f" }, "downloads": -1, "filename": "mssql_cli-0.17.1-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "b62a295ad44ec9df0dd2f96508b7c936", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45084655, "upload_time": "2019-11-15T23:31:01", "upload_time_iso_8601": "2019-11-15T23:31:01.465682Z", "url": "https://files.pythonhosted.org/packages/28/bb/35ab313d7d27facfa27d9504c182fdb0025d832af60186ce265f2530938c/mssql_cli-0.17.1-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.17.2": [ { "comment_text": "", "digests": { "md5": "28b7fdc13e73eb9288f7cba33025a727", "sha256": "c82c34d05bf6b412cee47e187773ef974a379ce28c6dbf594e0a13f1dfc9aad8" }, "downloads": -1, "filename": "mssql_cli-0.17.2-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "28b7fdc13e73eb9288f7cba33025a727", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42377116, "upload_time": "2019-11-23T03:53:19", "upload_time_iso_8601": "2019-11-23T03:53:19.277362Z", "url": "https://files.pythonhosted.org/packages/1d/0a/a55987730c727e3e8a605b9e6b43487acf9ff70914c4a0bf54f7261c685a/mssql_cli-0.17.2-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bcb72ccc2c00c5c7f935117c7c7d1f9e", "sha256": "0c054e6c98cc1f25ecc3d60beaf710a1fc7e470924e8761098ef47086c7b2b78" }, "downloads": -1, "filename": "mssql_cli-0.17.2-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bcb72ccc2c00c5c7f935117c7c7d1f9e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43358533, "upload_time": "2019-11-23T04:11:48", "upload_time_iso_8601": "2019-11-23T04:11:48.050379Z", "url": "https://files.pythonhosted.org/packages/f4/81/b1b585a792c58ba434233d901753059633ff49d0343dfcf1fc149899d197/mssql_cli-0.17.2-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0a919258a222e5baa43790310440584", "sha256": "00d27e7af05fd35d302a0f829773342619d907899c7446d957eb4807dd1d1d9d" }, "downloads": -1, "filename": "mssql_cli-0.17.2-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "f0a919258a222e5baa43790310440584", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42250415, "upload_time": "2019-11-23T04:27:17", "upload_time_iso_8601": "2019-11-23T04:27:17.789552Z", "url": "https://files.pythonhosted.org/packages/42/81/8920029aa023226dac2f7efb130f2e891ea289dc18302fb217658a8b2d8e/mssql_cli-0.17.2-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null } ], "0.17.3": [ { "comment_text": "", "digests": { "md5": "faf86af994807f1f7a45042c58c1d359", "sha256": "c660ecbb4ec8bea2e25f1ed005ed2172cbc2f024f908de13a1157e66f06993c5" }, "downloads": -1, "filename": "mssql_cli-0.17.3-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "faf86af994807f1f7a45042c58c1d359", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42377368, "upload_time": "2019-12-13T18:51:53", "upload_time_iso_8601": "2019-12-13T18:51:53.968236Z", "url": "https://files.pythonhosted.org/packages/5b/20/e640432e65d0e57e4452a1f8c2839e27ab7cac043a273342fa6f48404e3a/mssql_cli-0.17.3-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b2d2b18597d7dba894c4ceb1ddb6ebf", "sha256": "6cd241a3ba547fa27ad55b696a8984c91740fcf5586e2ffc3a2a570126271331" }, "downloads": -1, "filename": "mssql_cli-0.17.3-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "6b2d2b18597d7dba894c4ceb1ddb6ebf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43358783, "upload_time": "2019-12-13T18:52:01", "upload_time_iso_8601": "2019-12-13T18:52:01.759263Z", "url": "https://files.pythonhosted.org/packages/cc/ae/5386faeb3f8f2790879a5c848eb5f49c688bdfd4a92a60011d02dbbe7f5a/mssql_cli-0.17.3-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e36e6c8023cb669e2bb97f810be052c", "sha256": "695cdc28494e127e7b70f301b9aa11aee5abc52bf902a66c029364d77cfffbb6" }, "downloads": -1, "filename": "mssql_cli-0.17.3-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "5e36e6c8023cb669e2bb97f810be052c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42250673, "upload_time": "2019-12-13T18:51:38", "upload_time_iso_8601": "2019-12-13T18:51:38.171760Z", "url": "https://files.pythonhosted.org/packages/ff/aa/a402d56468e5076a7498f7cfab386fcf9b97855536fb3e500b8cf45ebbac/mssql_cli-0.17.3-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff0cb1ef244112b73ac15e136880d47b", "sha256": "f316b2fd61c16b8e462f6e39b49bdf2ae2829c8600bec8fb6cb09f9bad265c27" }, "downloads": -1, "filename": "mssql_cli-0.17.3-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "ff0cb1ef244112b73ac15e136880d47b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45085544, "upload_time": "2019-12-13T18:51:46", "upload_time_iso_8601": "2019-12-13T18:51:46.617286Z", "url": "https://files.pythonhosted.org/packages/c1/03/ed959c8a3465c134fbb87665318768c8ce14770ea0bcaecaee23575ebeed/mssql_cli-0.17.3-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.18.0": [ { "comment_text": "", "digests": { "md5": "b0d5ca166f2306f85f65a063e8944584", "sha256": "3c2dd559f61b6f55dce867957ccad9c9f2cd646a8d3d6b53df013a294a41edef" }, "downloads": -1, "filename": "mssql_cli-0.18.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "b0d5ca166f2306f85f65a063e8944584", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42378043, "upload_time": "2020-01-14T19:39:49", "upload_time_iso_8601": "2020-01-14T19:39:49.585725Z", "url": "https://files.pythonhosted.org/packages/c0/0f/3b1477806204d5781d8df93adaa0e3e9a7438aa0af3d61dce21bc84de823/mssql_cli-0.18.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e3687a6f942a2dd682e07db83f8bef0", "sha256": "c70f85a99d9ec3c01d1cfc725f4bcfa8e33a92199ee9051ccf509de8d2273bd9" }, "downloads": -1, "filename": "mssql_cli-0.18.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "5e3687a6f942a2dd682e07db83f8bef0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43359462, "upload_time": "2020-01-14T19:47:17", "upload_time_iso_8601": "2020-01-14T19:47:17.529461Z", "url": "https://files.pythonhosted.org/packages/48/a5/4038e7843f826f07eed9e70ab4fe0542664df04d2e1af053e445c40220ae/mssql_cli-0.18.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64dc39e6e2d2e875e714896f8122e5e0", "sha256": "89b57f9480115d81110532d9aed4eedaeeacb51ae984cae72648baac3c71a9aa" }, "downloads": -1, "filename": "mssql_cli-0.18.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "64dc39e6e2d2e875e714896f8122e5e0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42251350, "upload_time": "2020-01-14T19:32:30", "upload_time_iso_8601": "2020-01-14T19:32:30.123786Z", "url": "https://files.pythonhosted.org/packages/bc/7f/e7ff156821f250c723fc4eeff14b9e48201cf52aae6e8714a579c45d56ce/mssql_cli-0.18.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "caa8d32568c15c331f39634985c60234", "sha256": "4602a9104acf921c0f3cbcd199de3ea6f435d115faa7ba3be39c1f460baa8816" }, "downloads": -1, "filename": "mssql_cli-0.18.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "caa8d32568c15c331f39634985c60234", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45086224, "upload_time": "2020-01-14T19:53:13", "upload_time_iso_8601": "2020-01-14T19:53:13.915309Z", "url": "https://files.pythonhosted.org/packages/67/9f/5c13131cbbd8f58690cc8648755c885d81e68c80df9643e8c09e1b20befb/mssql_cli-0.18.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.18.1": [ { "comment_text": "", "digests": { "md5": "ae1749f8394d16cc45840360d5a36d8a", "sha256": "ee8218f8adfac48ebb83bf9975b413efc19f4841248302ef7632e406577e2507" }, "downloads": -1, "filename": "mssql_cli-0.18.1-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "ae1749f8394d16cc45840360d5a36d8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42378224, "upload_time": "2020-03-06T07:14:21", "upload_time_iso_8601": "2020-03-06T07:14:21.381965Z", "url": "https://files.pythonhosted.org/packages/be/2c/0d6779823e832005cf34de1e863c12096cf551a5616a468febb8428ee55c/mssql_cli-0.18.1-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "24fe99a2ef00756b0cfaa94210e34942", "sha256": "be9be20166f14270b821fb4d66dc99bc4f611d78130b737b25a75115330920d3" }, "downloads": -1, "filename": "mssql_cli-0.18.1-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "24fe99a2ef00756b0cfaa94210e34942", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43359641, "upload_time": "2020-03-06T07:06:49", "upload_time_iso_8601": "2020-03-06T07:06:49.200078Z", "url": "https://files.pythonhosted.org/packages/8a/a4/0607cc75bded6d1f715af341b19dad6f85a201e76ee4615536c8c764ef27/mssql_cli-0.18.1-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a5f63ccfd5c2bed35a9532fc7c2bb4ca", "sha256": "52253e966dd6397bb7565ebae37a36ad3b1fc4cda39792acfe7f9cafa0183149" }, "downloads": -1, "filename": "mssql_cli-0.18.1-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "a5f63ccfd5c2bed35a9532fc7c2bb4ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42253300, "upload_time": "2020-03-06T06:58:56", "upload_time_iso_8601": "2020-03-06T06:58:56.363464Z", "url": "https://files.pythonhosted.org/packages/d0/78/20331ae0fc18d623485b42990b13ba2b597848f3370d614fcca1d45de178/mssql_cli-0.18.1-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bd127717d14a0e43932531b96eaa1b0", "sha256": "de19daf71f52bd2f80a220b9015a0ae34b7826bc90cb57afaa6e080e3b42facd" }, "downloads": -1, "filename": "mssql_cli-0.18.1-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "4bd127717d14a0e43932531b96eaa1b0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45088179, "upload_time": "2020-03-06T07:21:29", "upload_time_iso_8601": "2020-03-06T07:21:29.711918Z", "url": "https://files.pythonhosted.org/packages/68/75/73e7973dff164799fca667336dea7447a4aec90af96bb9a0d367b1e5333b/mssql_cli-0.18.1-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.18.2": [ { "comment_text": "", "digests": { "md5": "cd7d37ff0000c81a6c19b1a2544a5f16", "sha256": "b0a64d516451208edaf45789e51ba40b149d1feb1602a2014d405ca52e673869" }, "downloads": -1, "filename": "mssql_cli-0.18.2-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "cd7d37ff0000c81a6c19b1a2544a5f16", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42378231, "upload_time": "2020-03-21T03:26:47", "upload_time_iso_8601": "2020-03-21T03:26:47.043685Z", "url": "https://files.pythonhosted.org/packages/84/63/a7a13544f2c5be41e5446c4630bce924e0f8646238e7aae2687c319279ae/mssql_cli-0.18.2-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72f02198bfd63e51c80f3bf7e57612fe", "sha256": "1fa2632d3471e3c272d54b6b6426a6fb9b993cb2d3cd03bec3c7cfa82df848f9" }, "downloads": -1, "filename": "mssql_cli-0.18.2-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "72f02198bfd63e51c80f3bf7e57612fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43359648, "upload_time": "2020-03-21T02:57:32", "upload_time_iso_8601": "2020-03-21T02:57:32.588749Z", "url": "https://files.pythonhosted.org/packages/80/1f/3e6f6ff9f873b78e525304aca86ae78cbf9ca82a8aeba718e5b71bdf6dc4/mssql_cli-0.18.2-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "743ad3904e29b8cff3c6056e42a600d6", "sha256": "2f5a63d8445a12b779d8db9b1fefe7cba6a0a2a814e9e1021f817830928c9126" }, "downloads": -1, "filename": "mssql_cli-0.18.2-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "743ad3904e29b8cff3c6056e42a600d6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42253306, "upload_time": "2020-03-21T03:19:09", "upload_time_iso_8601": "2020-03-21T03:19:09.865495Z", "url": "https://files.pythonhosted.org/packages/dd/a6/aaeb23178ca818256293a4435da661572957482e324c640a69f59e0696bd/mssql_cli-0.18.2-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "96c86fc21daedda90b069661cfee4f18", "sha256": "d6165fc9d551ae172852e24978b148ad2e203f561e9f77286f5e14dc96b40456" }, "downloads": -1, "filename": "mssql_cli-0.18.2-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "96c86fc21daedda90b069661cfee4f18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45088188, "upload_time": "2020-03-21T03:09:15", "upload_time_iso_8601": "2020-03-21T03:09:15.053956Z", "url": "https://files.pythonhosted.org/packages/b3/d9/f7c5eb456ef5f000ff3ff9b79bd6ab1e3ac679316d7ef4238fb7b56c2ca8/mssql_cli-0.18.2-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5ba2970797b0692a4def034ee444f4a0", "sha256": "5aa48724e2456d2ee5cc107c2146e47edc586489c96b2bd01290f39bcd7b303f" }, "downloads": -1, "filename": "mssql_cli-0.2.tar.gz", "has_sig": false, "md5_digest": "5ba2970797b0692a4def034ee444f4a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3330, "upload_time": "2016-09-28T22:11:30", "upload_time_iso_8601": "2016-09-28T22:11:30.341476Z", "url": "https://files.pythonhosted.org/packages/e7/12/2d7eafeb644c1cb96d114ff61485fe4460a28c862d4f28aca5473224beab/mssql_cli-0.2.tar.gz", "yanked": true, "yanked_reason": null } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e7870fe1ad316943e74a1e85a7e2fc14", "sha256": "0f5596e3a5d21517ac383400527bf2d0621120e3fa3948a1a08c69a2f639b54a" }, "downloads": -1, "filename": "mssql_cli-0.3.tar.gz", "has_sig": false, "md5_digest": "e7870fe1ad316943e74a1e85a7e2fc14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3825, "upload_time": "2016-11-30T00:54:10", "upload_time_iso_8601": "2016-11-30T00:54:10.266719Z", "url": "https://files.pythonhosted.org/packages/b3/07/c9ec8efa242e966b066a31b7eeed5f073ccb996a0be0938835b472fec128/mssql_cli-0.3.tar.gz", "yanked": true, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "ab71ad46f68929da6fd0667b9e63aaef", "sha256": "f64d440c4d1379b96f4478cba37f9e9fdffde79b8faf52ea7b5e1ee3995f9306" }, "downloads": -1, "filename": "mssql_cli-0.6.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "ab71ad46f68929da6fd0667b9e63aaef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33738058, "upload_time": "2017-12-08T21:30:08", "upload_time_iso_8601": "2017-12-08T21:30:08.793625Z", "url": "https://files.pythonhosted.org/packages/7e/d1/e2a3610a9a2ce53f773596ffc47b449a0bafc797230bb87dae1380401fd2/mssql_cli-0.6.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dcf922d6ba511ac04f1a092941d0266b", "sha256": "fddb152de4019ee7807f0f8d0cea56e6f77d7784709de67b66fb3e0b3087ca88" }, "downloads": -1, "filename": "mssql_cli-0.6.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dcf922d6ba511ac04f1a092941d0266b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34767219, "upload_time": "2017-12-08T21:30:26", "upload_time_iso_8601": "2017-12-08T21:30:26.547408Z", "url": "https://files.pythonhosted.org/packages/de/ec/810f092209e9b380e55f59d71e051b5c73a8e55fb57ddbfdd61582cde1df/mssql_cli-0.6.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0841a4ca1c74def6161c5abf1dd073a7", "sha256": "946b5c384a6900735d7eb6ad20532ff21d43803eb6ed10ce90876eb5670f47bf" }, "downloads": -1, "filename": "mssql_cli-0.6.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "0841a4ca1c74def6161c5abf1dd073a7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34120242, "upload_time": "2017-12-08T21:33:36", "upload_time_iso_8601": "2017-12-08T21:33:36.894100Z", "url": "https://files.pythonhosted.org/packages/a3/36/24ff00bc53b25eeb730f3ab2b2cce769862dd5552cb64b78174faf2d8d21/mssql_cli-0.6.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93d62eee9715541a2d5fc9506533ce71", "sha256": "4a2220223a8792d4bbe16c49d8d51cf1ddb80e050c23023d62e7ed9a7acb87ff" }, "downloads": -1, "filename": "mssql_cli-0.6.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "93d62eee9715541a2d5fc9506533ce71", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36849072, "upload_time": "2017-12-08T21:33:55", "upload_time_iso_8601": "2017-12-08T21:33:55.949620Z", "url": "https://files.pythonhosted.org/packages/0b/0f/d740ffd57d2f73f16b951197fabfe96b24f81bd181cb18913b7ccb25d353/mssql_cli-0.6.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "4d66815fa509d3f76fa50b70c5c4ceb1", "sha256": "167b61fe4d2513593aeb8f10fdd2e9edbb0d46729129ec1062d1bc4e2d03c47e" }, "downloads": -1, "filename": "mssql_cli-0.7.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "4d66815fa509d3f76fa50b70c5c4ceb1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33738165, "upload_time": "2017-12-11T23:49:49", "upload_time_iso_8601": "2017-12-11T23:49:49.945516Z", "url": "https://files.pythonhosted.org/packages/af/b6/b1c126eb047425607706ea71aba2258e9ed48397496e6246a112be4e3dc2/mssql_cli-0.7.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac88f8ce734592ff58bd524f237fb72b", "sha256": "2fafa15edc0d40a81fa11a2b690a26c79c1e652d8444736563aa56e0511e39e9" }, "downloads": -1, "filename": "mssql_cli-0.7.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ac88f8ce734592ff58bd524f237fb72b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34767327, "upload_time": "2017-12-11T23:50:10", "upload_time_iso_8601": "2017-12-11T23:50:10.804893Z", "url": "https://files.pythonhosted.org/packages/fb/b2/c86f37a842e9aef7a1e101d44117a9814ac8cb3563be1d4bd31ac25c8d02/mssql_cli-0.7.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d4622c76262d58759c66311dcda682a", "sha256": "0a65ea051d139c1d70adef9701ea2f2429b4a772945622bee8dd475e0a0905db" }, "downloads": -1, "filename": "mssql_cli-0.7.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "0d4622c76262d58759c66311dcda682a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34120345, "upload_time": "2017-12-11T23:50:31", "upload_time_iso_8601": "2017-12-11T23:50:31.104157Z", "url": "https://files.pythonhosted.org/packages/4e/bb/4b3061b415857ff44f32c27e1e119062586991a5dc0c06bbc0b8d2d69ac1/mssql_cli-0.7.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "42811dfecaffae42ecc0169448dca978", "sha256": "80402121df69a506997b23f5b9f15564c1d7cd4c8dd1c3d58e4b33294a367234" }, "downloads": -1, "filename": "mssql_cli-0.7.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "42811dfecaffae42ecc0169448dca978", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36849176, "upload_time": "2017-12-11T23:50:43", "upload_time_iso_8601": "2017-12-11T23:50:43.245772Z", "url": "https://files.pythonhosted.org/packages/74/e8/ebfdf8a6a13499b718eb8cdac66ad10b5de0cb3bda63743f411f899b3a3d/mssql_cli-0.7.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "d1cc9fd3d37a8e490107a31ea85d5c51", "sha256": "32c25ef59add3fdcfb38baa954cb07480d0b349665819e00fff3c05f05bbb3dc" }, "downloads": -1, "filename": "mssql_cli-0.8.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "d1cc9fd3d37a8e490107a31ea85d5c51", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33738276, "upload_time": "2017-12-13T04:24:37", "upload_time_iso_8601": "2017-12-13T04:24:37.854619Z", "url": "https://files.pythonhosted.org/packages/c0/d4/614cc771d86b176b4ef0781e510f024ef1611046f689ee1fa702b497c9ee/mssql_cli-0.8.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4282bd039949374f8c1fee109cf7d569", "sha256": "efa421a083fbef44fdac6fed4c5d32bceb683066ca15490524963c5e4b6bea44" }, "downloads": -1, "filename": "mssql_cli-0.8.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4282bd039949374f8c1fee109cf7d569", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34767438, "upload_time": "2017-12-13T04:25:32", "upload_time_iso_8601": "2017-12-13T04:25:32.521612Z", "url": "https://files.pythonhosted.org/packages/09/d0/f9d8de774a47acc033417a1b27639faaa4e5f04f363fcbf671dd4e233e6e/mssql_cli-0.8.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fae4b08a7d184605e695b7e7fe7681ec", "sha256": "94f500d50bf2d1893750ea871e12a7b403297df90a08bc115dc0f4e5fba6d302" }, "downloads": -1, "filename": "mssql_cli-0.8.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "fae4b08a7d184605e695b7e7fe7681ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34120456, "upload_time": "2017-12-13T04:25:59", "upload_time_iso_8601": "2017-12-13T04:25:59.438726Z", "url": "https://files.pythonhosted.org/packages/2d/2d/e85392790a79357ab0d3b65169a18a8e52dbae8192074e572a3a30970297/mssql_cli-0.8.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b691bb421b8aba8340f4065858aced46", "sha256": "9562f6cf2051972177ffaf0cc508e825241dd5ee4adb198194bdd694ba1f3e94" }, "downloads": -1, "filename": "mssql_cli-0.8.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "b691bb421b8aba8340f4065858aced46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36849287, "upload_time": "2017-12-13T04:26:38", "upload_time_iso_8601": "2017-12-13T04:26:38.505919Z", "url": "https://files.pythonhosted.org/packages/73/1f/6ebb77cbe8175ac63bae4bdc7a32c3864d91df8d6b15d1ba299f8bceda47/mssql_cli-0.8.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "3b9394ea38d08be1e16b2737e68953c6", "sha256": "31745b93f59185fe949e50011e373cf79c204d32824c6668ad8cbe96ade713e4" }, "downloads": -1, "filename": "mssql_cli-0.9.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "3b9394ea38d08be1e16b2737e68953c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33209836, "upload_time": "2018-01-09T00:14:23", "upload_time_iso_8601": "2018-01-09T00:14:23.065552Z", "url": "https://files.pythonhosted.org/packages/ed/21/e05dfefc0280f7079ade06e5f974ef839b5ef3ad8c9664c4d108d289ae1a/mssql_cli-0.9.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c31b8e94ef70c1ecaedea3391552815", "sha256": "68d3e72e5a3f4a98be7a050b40a92898c51ce4718d78445b9cce059f36db6045" }, "downloads": -1, "filename": "mssql_cli-0.9.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1c31b8e94ef70c1ecaedea3391552815", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34247796, "upload_time": "2018-01-09T00:14:33", "upload_time_iso_8601": "2018-01-09T00:14:33.539357Z", "url": "https://files.pythonhosted.org/packages/be/ae/7fe1ded651f05fd8e79702e8bccc502e972e0e29780ea5c70e2ff4fa245d/mssql_cli-0.9.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "11f43277a4642eff3c54715cebd97b17", "sha256": "33a65e80dcb77ad0e955f78cf6376b1fbd962b2118a18cb9a17329f53044b803" }, "downloads": -1, "filename": "mssql_cli-0.9.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "11f43277a4642eff3c54715cebd97b17", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33599957, "upload_time": "2018-01-09T00:14:48", "upload_time_iso_8601": "2018-01-09T00:14:48.986545Z", "url": "https://files.pythonhosted.org/packages/00/e7/dcb57b0a41ca11d35ea8d07c92f7afb7327e8cc2b212e9742d1969275115/mssql_cli-0.9.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "43cb31812edd445e09b97b2db06b46d6", "sha256": "c7e89cc57d8cdcb00191ea754ccd7f6ede39323529704e78ed67e96fb91ddc5e" }, "downloads": -1, "filename": "mssql_cli-0.9.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "43cb31812edd445e09b97b2db06b46d6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36324489, "upload_time": "2018-01-09T00:15:28", "upload_time_iso_8601": "2018-01-09T00:15:28.294839Z", "url": "https://files.pythonhosted.org/packages/6c/7a/4f51a317dd38baa61116d5a1d66909d6fd97b376b847931c68c71c132366/mssql_cli-0.9.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "70a578ff0a5779fe2fec8fb567970034", "sha256": "b8ea7a9be114fb741ab28259659be8f07e96e512acfd1c372643a3c38b137495" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "70a578ff0a5779fe2fec8fb567970034", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42378602, "upload_time": "2020-04-30T18:42:48", "upload_time_iso_8601": "2020-04-30T18:42:48.494934Z", "url": "https://files.pythonhosted.org/packages/14/2f/8ba644a5f8a51048a749441113acd51df282b20ad1497b2aaf599adb10db/mssql_cli-1.0.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a617d981c716da8d3a8ce9f64c6d7238", "sha256": "edb3850ab8ffa077c64270f27263f6377fdb5bd5bb5c5b4990c5fb08f49627b6" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a617d981c716da8d3a8ce9f64c6d7238", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43360020, "upload_time": "2020-04-30T18:40:29", "upload_time_iso_8601": "2020-04-30T18:40:29.011760Z", "url": "https://files.pythonhosted.org/packages/46/98/257260e7a520291de8168c91bb10778dcae324e2a236e856dd3cce7fe0b1/mssql_cli-1.0.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c35a4cd8a47ee6494281901e69c2267", "sha256": "3666727a7fb9944fbabe2e8e663a0b6d3b3476c63ce1c80018d3d00e84f4f2e2" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "5c35a4cd8a47ee6494281901e69c2267", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42253697, "upload_time": "2020-04-30T18:44:52", "upload_time_iso_8601": "2020-04-30T18:44:52.377233Z", "url": "https://files.pythonhosted.org/packages/08/e0/38d4721bcc0f5f013e8a05b722f55675185dc9e62f460a8615f25e4f0098/mssql_cli-1.0.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "036409580524b94aae813e01dc21617e", "sha256": "c6f705fe0163e190b7697f9696aee0d5b266857408f0a6afafbaef6a35d7b5cb" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "036409580524b94aae813e01dc21617e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45088568, "upload_time": "2020-04-30T18:46:31", "upload_time_iso_8601": "2020-04-30T18:46:31.619428Z", "url": "https://files.pythonhosted.org/packages/f6/cd/cf9be6175ccc241fd70e11e8d8d6455a630e06ffe1c937034b37e1301b2c/mssql_cli-1.0.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "70a578ff0a5779fe2fec8fb567970034", "sha256": "b8ea7a9be114fb741ab28259659be8f07e96e512acfd1c372643a3c38b137495" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-macosx_10_11_intel.whl", "has_sig": false, "md5_digest": "70a578ff0a5779fe2fec8fb567970034", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42378602, "upload_time": "2020-04-30T18:42:48", "upload_time_iso_8601": "2020-04-30T18:42:48.494934Z", "url": "https://files.pythonhosted.org/packages/14/2f/8ba644a5f8a51048a749441113acd51df282b20ad1497b2aaf599adb10db/mssql_cli-1.0.0-py2.py3-none-macosx_10_11_intel.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a617d981c716da8d3a8ce9f64c6d7238", "sha256": "edb3850ab8ffa077c64270f27263f6377fdb5bd5bb5c5b4990c5fb08f49627b6" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a617d981c716da8d3a8ce9f64c6d7238", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43360020, "upload_time": "2020-04-30T18:40:29", "upload_time_iso_8601": "2020-04-30T18:40:29.011760Z", "url": "https://files.pythonhosted.org/packages/46/98/257260e7a520291de8168c91bb10778dcae324e2a236e856dd3cce7fe0b1/mssql_cli-1.0.0-py2.py3-none-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c35a4cd8a47ee6494281901e69c2267", "sha256": "3666727a7fb9944fbabe2e8e663a0b6d3b3476c63ce1c80018d3d00e84f4f2e2" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-win32.whl", "has_sig": false, "md5_digest": "5c35a4cd8a47ee6494281901e69c2267", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42253697, "upload_time": "2020-04-30T18:44:52", "upload_time_iso_8601": "2020-04-30T18:44:52.377233Z", "url": "https://files.pythonhosted.org/packages/08/e0/38d4721bcc0f5f013e8a05b722f55675185dc9e62f460a8615f25e4f0098/mssql_cli-1.0.0-py2.py3-none-win32.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "036409580524b94aae813e01dc21617e", "sha256": "c6f705fe0163e190b7697f9696aee0d5b266857408f0a6afafbaef6a35d7b5cb" }, "downloads": -1, "filename": "mssql_cli-1.0.0-py2.py3-none-win_amd64.whl", "has_sig": false, "md5_digest": "036409580524b94aae813e01dc21617e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 45088568, "upload_time": "2020-04-30T18:46:31", "upload_time_iso_8601": "2020-04-30T18:46:31.619428Z", "url": "https://files.pythonhosted.org/packages/f6/cd/cf9be6175ccc241fd70e11e8d8d6455a630e06ffe1c937034b37e1301b2c/mssql_cli-1.0.0-py2.py3-none-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }