# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="eds utilities"

HOMEPAGE="https://github.com/ezhang7423/eztils"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="persistence torch"
DEPENDENCIES="dev-python/art[${PYTHON_USEDEP}]
	<dev-python/beartype-0.18.0[${PYTHON_USEDEP}]
	dev-python/einops[${PYTHON_USEDEP}]
	torch? ( dev-python/ezjaxtyping[${PYTHON_USEDEP}] )
	persistence? ( dev-python/huggingface-hub[${PYTHON_USEDEP}] )
	<dev-python/loguru-0.8.0[${PYTHON_USEDEP}]
	~dev-python/pandas-2.0.3[${PYTHON_USEDEP}]
	<dev-python/rich-14.0.0[${PYTHON_USEDEP}]
	torch? ( dev-python/torch[${PYTHON_USEDEP}] )
	<dev-python/tqdm-5.0.0[${PYTHON_USEDEP}]
	dev-python/varname[${PYTHON_USEDEP}]
	torch? ( dev-python/nvitop[${PYTHON_USEDEP}] )
	~dev-python/numpy-1.24.3[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"