A Python library for modern password hashing, currently at version 5.0.0, with a release cadence of approximately every 6 months.
Verified import paths — ran on the pinned version, not inferred.
Ensure 'bcrypt' is imported directly; avoid 'from bcrypt import *' to prevent namespace pollution.
A simple example demonstrating how to hash and check passwords using bcrypt.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.