# 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="Routines for interacting with Cornell installations of Canvas and Qualtrics"

HOMEPAGE="https://github.com/dsavransky/grading"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/6a/b6/dfd34fbe46873419cbc54f4c844640df1ba5c7641e8a4832680a9f93b433/cornellgrading-${REALVERSION}.tar.gz"
SOURCEFILE="cornellgrading-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="interface latex2html"
DEPENDENCIES="dev-python/requests[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/keyring[${PYTHON_USEDEP}]
	dev-python/canvasapi[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	interface? ( dev-python/bullet[${PYTHON_USEDEP}] )
	latex2html? ( dev-python/pdf2image[${PYTHON_USEDEP}] )
	latex2html? ( dev-python/pillow[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"