Metadata-Version: 2.1
Name: pmgmssql
Version: 0.1.2
Summary: PMG+ Toolbox for Microsoft SQL Server
Author-email: Preston Meyer Group <dev@pmgroup.ch>
License: MIT
Keywords: mssql
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Database
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: hypothesis ; extra == 'test'

# PMG MS SQL Toolbox

A simple way to interact with Microsoft SQL server and make Microsoft's `bcp` and `sqlcmd` tools available to other Python code.
