Source: python-refleak Section: python Maintainer: Debian Med Packaging Team Uploaders: Karsten Schöke , Build-Depends: debhelper-compat (= 14), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-pytest-cov , python3-setuptools, python3-setuptools-scm, Standards-Version: 4.7.4 Homepage: https://github.com/mne-tools/refleak Vcs-Browser: https://salsa.debian.org/med-team/python-refleak Vcs-Git: https://salsa.debian.org/med-team/python-refleak.git Testsuite: autopkgtest-pkg-pybuild Package: python3-refleak Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, Description: Python tool for detecting reference leaks Refleak is a Python testing tool for detecting reference leaks in Python code. . It provides utilities for checking whether Python objects are unexpectedly kept alive after code has finished executing. This is useful for finding memory leaks and other resource-management problems in Python applications and test suites. . The package is primarily intended for developers and is used by projects such as MNE-Python to test for reference leaks.