Python dependency vulnerability scanner written in Rust.
A tool for scanning Python projects for dependency vulnerabilities. It aggressively finds
dependencies in your codebase from your source code or files like requirements.txt (with support for hatch,
filter, pdm, poetry) and finds vulnerabilities in them.
NOTE: This project has been archived as weheartit.com is not a thing anymore.
An
API-like interface for the WeHeartIt (a pinterest-like) website, allowing users to interact with the site with
or without an account. The site offered no API at the time, so I reverse engineered some endpoints and wrapped it in a Python package. My very first open
source contribution.