contributing
BucketLens is intentionally small — ~120 lines of Flask, one HTML file. PRs that stay within that philosophy are more likely to be merged.
git clone https://github.com/vishukamble/bucketlens
cd bucketlens
pip install flask boto3
python app.py
app.py # flask backend
templates/index.html # entire frontend