Metadata-Version: 2.1
Name: sql-test-cli
Version: 0.0.1
Summary: A CLI tool for executing sql tests.
License: MIT
Author: cohenj20
Author-email: cohenj20@sacredheart.edu
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: pyodbc (>=5.1.0,<6.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: sqlalchemy (==2.0.28)
Description-Content-Type: text/markdown


> [!IMPORTANT]
> ***This site is currently under development*** . Please do not use it as a reference for finalized procedures, guides, or standards. 


## `sql-test-cli`
A CLI tool that permits growing data teams to adopt test driven development best practices.

![logo](./docs/assets/sql-test-cli_logo.svg)

## Installion
Super simple! To install sql-test-cli, it is recommended to use pip:

```
pip install sql-test-cli
```

## [Usage](https://cohenj20.github.io/sql-test-cli/docs/usage/)
Check out the docs for guidance on using `sql-test-cli`. 

## [Contributing](https://cohenj20.github.io/sql-test-cli/docs/contributing/)
Contribution from the any and all is welcomed and appreciated! Check out the [issues](https://github.com/cohenj20/sql-test-cli/issues) on github. If you have an idea for an enhancement, or notice something not working properly, please do open a new issue and open a pull request if you want to lend a hand!


