Metadata-Version: 2.1
Name: sjcli
Version: 1.0.3
Summary: CLI for common utility functions
License: MIT
Author: Saurabh Jain
Author-email: jpr.saurabh@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: duckdb (>=1.1.3,<2.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

## Running Test
python -m unittest discover -s tests -p '*_test.py' -v
python -m unittest tests/utils_helpers_test.py -v

poetry shell
poetry install
pip install --editable .

mkdir package
cd package
poetry init
poetry add click
poetry add tabulate
poetry add duckdb

poetry version 1.0.0
