-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- 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)