# 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="Fast & Friendly, Web Framework For Building Async APIs"

HOMEPAGE="https://github.com/alirn76/panther"
LICENSE="BSD-3-Clause license"
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="full"
DEPENDENCIES="dev-python/pantherdb[${PYTHON_USEDEP}]
	~dev-python/orjson-3.11.3[${PYTHON_USEDEP}]
	~dev-python/pydantic-2.12.3[${PYTHON_USEDEP}]
	~dev-python/rich-14.2.0[${PYTHON_USEDEP}]
	>=dev-python/uvicorn-0.21.0[${PYTHON_USEDEP}]
	~dev-python/pytz-2025.2[${PYTHON_USEDEP}]
	~dev-python/jinja2-3.1.6[${PYTHON_USEDEP}]
	dev-python/simple-ulid[${PYTHON_USEDEP}]
	~dev-python/httptools-0.7.1[${PYTHON_USEDEP}]
	full? ( ~dev-python/redis-6.2.0[${PYTHON_USEDEP}] )
	full? ( dev-python/motor[${PYTHON_USEDEP}] )
	full? ( ~dev-python/ipython-9.4.0[${PYTHON_USEDEP}] )
	full? ( ~dev-python/python-jose-3.5.0[${PYTHON_USEDEP}] )
	full? ( ~dev-python/websockets-15.0.1[${PYTHON_USEDEP}] )
	full? ( ~dev-python/cryptography-45.0.5[${PYTHON_USEDEP}] )
	full? ( ~dev-python/watchfiles-1.1.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"