{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"Converts Python packages into Debian source and binary packages (.deb files) via distutils commands, with utilities to download, build, and install Debian packages from PyPI.","skillfed_tags":["debian-packaging","distutils-extension","deb-builder"],"use_cases":["Package a Python application for distribution on Debian/Ubuntu systems without manually writing debian/ directory structure.","Build .deb files from PyPI packages for internal deployment or repository hosting.","Automate Debian packaging in CI/CD pipelines to generate installable binaries from Python source.","Create both Python 2 and Python 3 variants of a package from a single codebase using the --with-python2/--with-python3 flags.","Customize Debian package metadata (dependencies, maintainer, homepage) via stdeb.cfg configuration file."],"what_it_does":"stdeb is a distutils/setuptools extension that automates the conversion of Python packages into Debian source packages (.dsc) and binary packages (.deb files). It provides new distutils commands\u2014sdist_dsc, bdist_deb, install_deb, and debianize\u2014that handle the boilerplate of Debian packaging, including control file generation, changelog creation, and dependency mapping. The package also includes standalone utilities (py2dsc, py2dsc-deb, pypi-download, pypi-install) for downloading packages from PyPI and building or installing them as .deb files.\n\nThe tool is designed for developers and system administrators who need to package Python applications for Debian-based systems. It supports building packages for Python 2, Python 3, or both from a single source, with customization options for Debian metadata, dependencies, and build flags. As of version 0.11.0, stdeb requires Python 3.7+ to run and uses debhelper 12+ with pybuild for the generated packages.","worth_installing":"Yes\u2014if you need to package Python applications for Debian/Ubuntu systems. stdeb eliminates manual debian/ directory creation and integrates cleanly into existing setuptools workflows. Install friction is minimal, maintenance is steady (recent commits, no known vulnerabilities), and the MIT license is unrestricted. The aging status reflects infrequent releases rather than abandonment; the tool is stable and fit for production use."},"id":"stdeb","links":{"html":"https://skillfed.io/packages/stdeb","md":"https://skillfed.io/packages/stdeb.md","pypi":"https://pypi.org/project/stdeb/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-09-12","license_spdx":null,"license_treatment":"permissive","name":"stdeb","python_support":"unspecified","summary":"Python to Debian source package conversion utility"},"popularity":{"monthly_downloads":386722,"position":7050,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.11.0"}
