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

EAPI=8

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

inherit python-r1 gs-pypi

DESCRIPTION="Sklearn flavored library containing numerous Activity of Daily Livings datasets, preprocessing methods, visualizations and models."

HOMEPAGE="https://github.com/tcsvn/pyadlml"
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="complete datavis light"
DEPENDENCIES="dev-python/joblib[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	complete? ( dev-python/dash[${PYTHON_USEDEP}] )
	complete? ( dev-python/dash-bootstrap-components[${PYTHON_USEDEP}] )
	complete? ( dev-python/dash-daq[${PYTHON_USEDEP}] )
	complete? ( dev-python/dask[${PYTHON_USEDEP}] )
	complete? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	complete? ( dev-python/mega-py[${PYTHON_USEDEP}] )
	complete? ( dev-python/plotly[${PYTHON_USEDEP}] )
	complete? ( dev-python/scipy[${PYTHON_USEDEP}] )
	complete? ( dev-python/sklearn[${PYTHON_USEDEP}] )
	complete? ( dev-python/sqlalchemy[${PYTHON_USEDEP}] )
	complete? ( dev-python/torch[${PYTHON_USEDEP}] )
	datavis? ( dev-python/dash[${PYTHON_USEDEP}] )
	datavis? ( dev-python/dash-bootstrap-components[${PYTHON_USEDEP}] )
	datavis? ( dev-python/dash-daq[${PYTHON_USEDEP}] )
	datavis? ( dev-python/plotly[${PYTHON_USEDEP}] )
	datavis? ( dev-python/sqlalchemy[${PYTHON_USEDEP}] )
	light? ( dev-python/dask[${PYTHON_USEDEP}] )
	light? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	light? ( dev-python/mega-py[${PYTHON_USEDEP}] )
	light? ( dev-python/scipy[${PYTHON_USEDEP}] )
	light? ( dev-python/sklearn[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"