# 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="Bespoke Labs Curator"

HOMEPAGE="https://github.com/bespokelabsai/curator"
LICENSE="Apache-2.0"
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="code-execution vllm"
DEPENDENCIES=">=dev-python/pydantic-2.9.2[${PYTHON_USEDEP}]
	dev-python/datasets[${PYTHON_USEDEP}]
	dev-python/instructor[${PYTHON_USEDEP}]
	~dev-python/pandas-2.2.2[${PYTHON_USEDEP}]
	<dev-python/xxhash-4.0.0[${PYTHON_USEDEP}]
	<dev-python/tqdm-5.0.0[${PYTHON_USEDEP}]
	<dev-python/matplotlib-4.0.0[${PYTHON_USEDEP}]
	<dev-python/nest-asyncio-2.0.0[${PYTHON_USEDEP}]
	<dev-python/rich-14.0.0[${PYTHON_USEDEP}]
	dev-python/litellm[${PYTHON_USEDEP}]
	dev-python/tiktoken[${PYTHON_USEDEP}]
	<dev-python/aiofiles-24.0[${PYTHON_USEDEP}]
	dev-python/anthropic[${PYTHON_USEDEP}]
	dev-python/vertexai[${PYTHON_USEDEP}]
	vllm? ( dev-python/vllm[${PYTHON_USEDEP}] )
	code-execution? ( dev-python/aiodocker[${PYTHON_USEDEP}] )
	code-execution? ( dev-python/ray[${PYTHON_USEDEP}] )
	code-execution? ( dev-python/e2b-code-interpreter[${PYTHON_USEDEP}] )
	dev-python/posthog[${PYTHON_USEDEP}]
	dev-python/mistralai[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"