# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-einops
version             0.8.2
revision            0

categories-append   math
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         {pguyot @pguyot} openmaintainer

description         Flexible and powerful tensor operations for readable \
                    and reliable code

long_description    einops provides a set of tensor operations for \
                    NumPy, PyTorch, TensorFlow and other frameworks \
                    using a readable and reliable notation.

homepage            https://github.com/arogozhnikov/einops

checksums           rmd160  e518c3195051f1bc28dbb70da3487a4ae296ed03 \
                    sha256  609da665570e5e265e27283aab09e7f279ade90c4f01bcfca111f3d3e13f2827 \
                    size    56261

python.versions     313 314

python.pep517_backend   hatch
