Skip to content
Mosquito edited this page May 4, 2025 · 3 revisions

Debx is a Python library for creating, reading, and manipulating Debian package files. It provides both a command-line interface and a Python API, making it easy to create custom .deb packages without external dependencies.

Features

  • Create and extract .deb packages with pure Python
  • No external dependencies required
  • Command-line interface for quick package creation
  • Python API for programmatic package building
  • Support for advanced package features (control files, maintainer scripts, file permissions)

Documentation

Clone this wiki locally