# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Extensible library for interacting with datasets in data intensive projects [wheel]"

HOMEPAGE=""
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

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

IUSE="aws full polars sql"
DEPENDENCIES=">=dev-python/click-7.0[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	>=dev-python/pandas-2.0[${PYTHON_USEDEP}]
	>=dev-python/pyarrow-12.0[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.0[${PYTHON_USEDEP}]
	>=dev-python/fsspec-2023.0[${PYTHON_USEDEP}]
	>=dev-python/decorator-4.0[${PYTHON_USEDEP}]
	polars? ( dev-python/polars[${PYTHON_USEDEP}] )
	full? ( dev-python/polars[${PYTHON_USEDEP}] )
	full? ( dev-python/gamma-config[${PYTHON_USEDEP}] )
	full? ( dev-python/s3fs[${PYTHON_USEDEP}] )
	full? ( >=dev-python/sqlalchemy-2.0[${PYTHON_USEDEP}] )
	full? ( >=dev-python/jinja2-2.0[${PYTHON_USEDEP}] )
	aws? ( dev-python/s3fs[${PYTHON_USEDEP}] )
	sql? ( >=dev-python/sqlalchemy-2.0[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"