Source: sep Maintainer: Debian Astronomy Team Uploaders: Ole Streicher Section: python Priority: optional Build-Depends: cmake, cython3, debhelper-compat (= 13), dh-python, python3-all-dev, python3-astropy , python3-numpy, python3-pytest , python3-setuptools Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-astro-team/sep Vcs-Git: https://salsa.debian.org/debian-astro-team/sep.git Homepage: https://github.com/kbarbary/sep Rules-Requires-Root: no Package: libsep0 Architecture: any Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends} Description: C library for source extraction and photometry SEP makes the core algorithms of Source Extractor available as a library of stand-alone functions and classes. These operate directly on in-memory arrays (no FITS files or configuration files). The code is derived from the Source Extractor code base (written in C) and aims to produce results compatible with Source Extractor whenever possible. . This package contains the shared library. Package: libsep-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, libsep0 (= ${binary:Version}) Description: C library for source extraction and photometry (development files) SEP makes the core algorithms of Source Extractor available as a library of stand-alone functions and classes. These operate directly on in-memory arrays (no FITS files or configuration files). The code is derived from the Source Extractor code base (written in C) and aims to produce results compatible with Source Extractor whenever possible. Package: python3-sep Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, libsep0 (= ${binary:Version}) Description: Python library for source extraction and photometry SEP makes the core algorithms of Source Extractor available as a library of stand-alone functions and classes. These operate directly on in-memory arrays (no FITS files or configuration files). The code is derived from the Source Extractor code base (written in C) and aims to produce results compatible with Source Extractor whenever possible. . This Python module that wraps the C library in a Pythonic API. The Python wrapper operates on NumPy arrays.