# -*- 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-yappi
version             1.6.10
revision            0

categories-append   devel
license             MIT
maintainers         openmaintainer {adfernandes @adfernandes}

description         Yet Another Python Profiler.
long_description    \
    The CPython standard distribution comes with three profilers: cProfile, Profile and \
    hotshot. The cProfile module is implemented as a C module based on lsprof, Profile \
    is in pure Python, and the hotshot can be seen as a small subset of a cProfile. Unlike \
    any of these profilers, however, yappi fully supports profiling multi-threaded programs.

homepage            https://github.com/sumerc/yappi

checksums           rmd160  b0c77cc85085937684941b85dfc83e22b15aa2fd \
                    sha256  463b822727658937bd95a7d80ca9758605b8cd0014e004e9e520ec9cb4db0c92 \
                    size    59379

python.versions     312
