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

EAPI=8

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

inherit python-r1 gs-pypi

DESCRIPTION="Python SDK to SuperAnnotate platform"

HOMEPAGE="https://github.com/superannotateai/superannotate-python-sdk"
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=""
DEPENDENCIES="<dev-python/pydantic-3.0[${PYTHON_USEDEP}]
	~dev-python/aiohttp-3.8[${PYTHON_USEDEP}]
	~dev-python/boto3-1.26[${PYTHON_USEDEP}]
	dev-python/opencv-python-headless[${PYTHON_USEDEP}]
	~dev-python/plotly-5.14[${PYTHON_USEDEP}]
	~dev-python/pandas-2.0[${PYTHON_USEDEP}]
	~dev-python/pillow-10.0[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.66[${PYTHON_USEDEP}]
	~dev-python/requests-2.0[${PYTHON_USEDEP}]
	~dev-python/aiofiles-23.0[${PYTHON_USEDEP}]
	dev-python/fire[${PYTHON_USEDEP}]
	dev-python/mixpanel[${PYTHON_USEDEP}]
	dev-python/superannotate-schemas[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"