File: __init__.py

package info (click to toggle)
python-pwdlib 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 328; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
"""Modern password hashing for Python"""

__version__ = "0.2.1"

from ._hash import PasswordHash

__all__ = ["PasswordHash"]