Metadata-Version: 2.4
Name: rv_pytools
Version: 1.1.1
Summary: A package for general use in my programs
Author-email: Rohan V <rvspamacc@gmail.com>
Project-URL: Homepage, https://github.com/riders994/rv_pytools
Project-URL: Issues, https://github.com/riders994/rv_pytools/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: docs/LICENSE
Requires-Dist: psycopg2-binary
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# RV_PyTools
Some general use tools that are largely homebrewed with some Claude help.

## SQLTools
A suite of tools that let you work with databases. You can setup connections, create databases, run ddls, or have stored queries that take parameters.
