dev-python/zxcvbn - 4.4.28 (xira)

Search

Install

Install this version:

emerge -a =dev-python/zxcvbn-4.4.28

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/zxcvbn-4.4.28

Or alternatively:

emerge --autounmask-write -a =dev-python/zxcvbn-4.4.28

Package Information

Description:
A realistic password strength estimator
Homepage:
https://github.com/dwolfhub/zxcvbn-python/ https://pypi.org/project/zxcvbn/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.4.28 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Kirixetamine <revelation@krxt.dev>
# Distributed under the terms of the ISC License

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{6..13} )

inherit distutils-r1 pypi

DESCRIPTION="A realistic password strength estimator"
HOMEPAGE="
	https://github.com/dwolfhub/zxcvbn-python/
	https://pypi.org/project/zxcvbn/
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="mirror"

Inherited Eclasses