- Use
str.zfill
instead ofstr.rjust
for adding leading zeros.
- Add license information in package metadata.
- Add
digits
anddigest
tototp()
parameter list. - Add command line arguments for time-step, digits, and digest.
- Rename
secret
tokey
inhotp()
andtotp()
parameter lists. - Rename
interval
totime_step
intotp()
parameter list.
- Add a minimal TOTP generator.
- Expose
hotp()
andtotp()
as module-level functions. - Add project documentation.