python-deb-pkg-tools icon indicating copy to clipboard operation
python-deb-pkg-tools copied to clipboard

Debian packaging tools

Results 7 python-deb-pkg-tools issues
Sort by recently updated
recently updated
newest added

https://dev.gnupg.org/source/gpgme/browse/master/lang/python/

python 2 compatibility is preventing from using type hints and pathlib

When I run a `scan_packages()` or an `update_repository()` I get a Packages and a Packages.gz file that contain a "Filename" field for each package in the repo; however, the field...

Several objects and the objects in `deps.py` in particular are plain (small) objects and they do not have the equivalent of a `namedtuple._asdict()` or an [attrs](http://attrs.org/) `.asdict()` method or similar...

Hi @xolox, I have a very specific need (TBH I expected this to be quite common but turns out it's not). I have a debian repository hosted on Amazon S3,...