{ "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 :: SQL", "Topic :: Database", "Topic :: Database :: Front-Ends", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://badge.fury.io/py/osql_cli.svg\n :target: https://pypi.python.org/pypi/osql_cli\n\n.. image:: https://img.shields.io/pypi/pyversions/osql-cli.svg\n :target: https://github.com/dbcli/osql-cli\n\nosql-cli\n===============\n\n\nWe\u2019re excited to introduce `osql-cli`_, a new and interactive command line query tool for SQL Server. This open source tool works cross-platform and proud to be a part of the `dbcli.org community`_. \n\n.. image:: screenshots/osql-cli-autocomplete.gif\n :align: center\n\n\nFeatures\n------------\n- Auto-completion\n- Syntax highlighting\n- Query history\n- Configuration file support \n- Multi-line queries\n\nGet osql-cli\n-------------\n\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Supported Platform | Downloads (stable) | Downloads (preview) | How to Install |\n+============================================+================================+===============================+===============================+\n| Windows (x64) | `.whl windows (x64)`_ | `.whl windows (x64) (dev)`_ | `Install on windows`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Windows (x86) | `.whl windows (x86)`_ | `.whl windows (x86) (dev)`_ | `Install on windows`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| macOS 10.12+ | `.whl`_ | `.whl (dev)`_ | `Install on macos`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Ubuntu 17.04 | `.deb`_ | `.deb (dev)`_ | `Install on ubuntu17`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Ubuntu 16.04 | `.deb`_ | `.deb (dev)`_ | `Install on ubuntu16`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Ubuntu 14.04 | `.deb`_ | `.deb (dev)`_ | `Install on ubuntu14`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Debian 8.7+ | `.deb`_ | `.deb (dev)`_ | `Install on debian8`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Debian 9 | `.deb`_ | `.deb (dev)`_ | `Install on debian9`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| CentOS 7 | `.rpm`_ | `.rpm (dev)`_ | `Install on centos`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Red Hat Enterprise Linux 7 | `.rpm`_ | `.rpm (dev)`_ | `Install on rhel7`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| OpenSUSE 42.2+ | `.rpm`_ | `.rpm (dev)`_ | `Install on opensuse42`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Fedora 25 | `.rpm`_ | `.rpm (dev)`_ | `Install on fedora25`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n| Fedora 26 | `.rpm`_ | `.rpm (dev)`_ | `Install on fedora26`_ |\n+--------------------------------------------+--------------------------------+-------------------------------+-------------------------------+\n\n\nInstallation via apt, yum\n-------------------------\nPlease refer to `Get osql-cli`_ for detailed install instructions per platform.\n\n\nInstallation via pip\n--------------------\n\n.. code:: bash\n\n $ pip install osql-cli\n\nPlease refer to `Install via pip`_ for detailed install instructions via pip on each platform\n\n\nUsage\n-----\n\nPlease refer to the `usage guide`_ for details on options and example usage. If you are having any issues using osql-cli, please see the `troubleshooting guide`_.\n\nFor general help content, pass in the ``-h`` parameter:\n\n.. code:: bash\n\n $ osql-cli --help\n\nThe osql-cli tool includes a telemetry feature. Please refer to the `telemetry guide`_ for more information.\n\nContributing\n-----------------------------\nIf you would like to contribute to the project, please refer to the `development guide`_.\n\nReporting issues and feedback\n-----------------------------\n\nIf you encounter any bugs with the tool please file an issue in the\n`Issues`_ section of our GitHub repo.\n\nCode of Conduct\n---------------\n\nThis project has adopted the `Microsoft Open Source Code of Conduct`_. For more information see the `Code of Conduct FAQ`_ or contact\nopencode@microsoft.com with any additional questions or comments.\n\nLicense\n-------\n\nosql-cli is licensed under the `BSD-3 license`_.\n\n.. _osql-cli: https://github.com/dbcli/osql-cli\n.. _dbcli.org community: https://github.com/dbcli\n.. _troubleshooting guide: https://github.com/dbcli/osql-cli/blob/master/doc/troubleshooting_guide.md\n.. _development guide: https://github.com/dbcli/osql-cli/tree/master/doc/development_guide.md\n.. _usage guide: https://github.com/dbcli/osql-cli/tree/master/doc/usage_guide.md\n.. _telemetry guide: https://github.com/dbcli/osql-cli/tree/master/doc/telemetry_guide.md\n.. _Issues: https://github.com/dbcli/osql-cli/issues\n.. _Microsoft Open Source Code of Conduct: https://opensource.microsoft.com/codeofconduct/\n.. _Code of Conduct FAQ: https://opensource.microsoft.com/codeofconduct/faq/\n.. _BSD-3 license: https://github.com/dbcli/osql-cli/blob/master/LICENSE.txt\n\n.. _Install via pip: https://github.com/dbcli/osql-cli/blob/master/doc/installation/pip.md\n\n.. _Install on windows: https://github.com/dbcli/osql-cli/blob/master/doc/installation/windows.md#windows-installation\n.. _Install on macos: https://github.com/dbcli/osql-cli/blob/master/doc/installation/macos.md#macos-installation\n.. _Install on ubuntu14: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#ubuntu-1404\n.. _Install on ubuntu16: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#ubuntu-1604\n.. _Install on ubuntu17: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#ubuntu-1704\n.. _Install on debian8: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#debian-8\n.. _Install on debian9: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#debian-9\n.. _Install on centos: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#centos-7\n.. _Install on rhel7: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#red-hat-enterprise-linux-rhel-7\n.. _Install on opensuse42: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#opensuse-422\n.. _Install on fedora25: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#fedora-25\n.. _Install on fedora26: https://github.com/dbcli/osql-cli/blob/master/doc/installation/linux.md#fedora-26\n\n.. _.whl windows (x64) (dev): https://osqlcli.blob.core.windows.net/daily/whl/osql-cli/osql_cli-dev-latest-py2.py3-none-win_amd64.whl\n.. _.whl windows (x86) (dev): https://osqlcli.blob.core.windows.net/daily/whl/osql-cli/osql_cli-dev-latest-py2.py3-none-win32.whl\n.. _.whl (dev): https://osqlcli.blob.core.windows.net/daily/whl/osql-cli/osql_cli-dev-latest-py2.py3-none-macosx_10_11_intel.whl\n\n.. _.deb (dev): https://osqlcli.blob.core.windows.net/daily/deb/osql-cli-dev-latest.deb\n.. _.rpm (dev): https://osqlcli.blob.core.windows.net/daily/rpm/osql-cli-dev-latest.rpm\n\n.. _.deb: https://packages.microsoft.com/ubuntu/14.04/prod/pool/main/m/osql-cli/osql-cli_0.10.0-1_all.deb\n.. _.rpm: https://packages.microsoft.com/rhel/7/prod/osql-cli-0.10.0-1.el7.x86_64.rpm\n\n.. _.whl windows (x64): https://files.pythonhosted.org/packages/0d/7c/5e2bcbed3d6215196118337aec9793a7d74ab5cca10b1d834873cb6ac492/osql_cli-0.10.0-py2.py3-none-win_amd64.whl\n.. _.whl windows (x86): https://files.pythonhosted.org/packages/4c/84/ba083d0677641f70ed11394fa93414275598161d1e8b6f444b67533079fa/osql_cli-0.10.0-py2.py3-none-win32.whl\n.. _.whl: https://files.pythonhosted.org/packages/a6/de/55b73b6aa03e9890585ef5df5dac5717708db1a5018acde2582526b42fc9/osql_cli-0.10.0-py2.py3-none-macosx_10_11_intel.whl", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dbcli/osql-cli", "keywords": "", "license": "BSD-3", "maintainer": "", "maintainer_email": "", "name": "osql-cli", "package_url": "https://pypi.org/project/osql-cli/", "platform": "", "project_url": "https://pypi.org/project/osql-cli/", "project_urls": { "Homepage": "https://github.com/dbcli/osql-cli" }, "release_url": "https://pypi.org/project/osql-cli/0.10.0.dev1809182254/", "requires_dist": null, "requires_python": "", "summary": "CLI for SQL Server Database. With auto-completion and syntax highlighting.", "version": "0.10.0.dev1809182254" }, "last_serial": 4283867, "releases": { "0.10.0.dev1809182254": [ { "comment_text": "", "digests": { "md5": "9cea4d50625997c9556cfe81bf43604e", "sha256": "0d2c979cbc5628e572d3f752083aeaf344c3d997641eb93f4d61c4889c2b1f8f" }, "downloads": -1, "filename": "osql_cli-0.10.0.dev1809182254-py3.5.egg", "has_sig": false, "md5_digest": "9cea4d50625997c9556cfe81bf43604e", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 80298, "upload_time": "2018-09-18T14:56:26", "url": "https://files.pythonhosted.org/packages/10/28/0e4e61b8d40df5572cd6d0175a5c5a00d0c434e60da6539df927d7e1ca06/osql_cli-0.10.0.dev1809182254-py3.5.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9cea4d50625997c9556cfe81bf43604e", "sha256": "0d2c979cbc5628e572d3f752083aeaf344c3d997641eb93f4d61c4889c2b1f8f" }, "downloads": -1, "filename": "osql_cli-0.10.0.dev1809182254-py3.5.egg", "has_sig": false, "md5_digest": "9cea4d50625997c9556cfe81bf43604e", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 80298, "upload_time": "2018-09-18T14:56:26", "url": "https://files.pythonhosted.org/packages/10/28/0e4e61b8d40df5572cd6d0175a5c5a00d0c434e60da6539df927d7e1ca06/osql_cli-0.10.0.dev1809182254-py3.5.egg" } ] }