Project: python-debian

Debian package related modules

Project Details

Latest version
0.1.49
Home Page
https://salsa.debian.org/python-debian-team/python-debian
PyPI Page
https://pypi.org/project/python-debian/

Project Popularity

PageRank
0.001562114390727572
Number of downloads
94842

This package provides Python 3 modules that abstract many formats of Debian related files. Currently handled are:

  • Debtags information (debian.debtags module)
  • debian/changelog (debian.changelog module)
  • Packages files, pdiffs (debian.debian_support module)
  • Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module)
  • Raw .deb and .ar files, with (read-only) access to contained files and meta-information