Skip to main content

Utilities to parse Debian package, copyright and control files.

Project description

The Python package debut is a collection of utilities to parse various Debian package manifests, machine readable copyright and control files collectively known as the Debian 822 format (based on the RFC822 email format).

Why the name debut? That’s a portmanteau of DEBian and UTilities!

Origin

This library is based on a heavily modified and remixed combination of original code with code from other origins:

Why?

Why create this seemingly redundant library? The official python-debian tools and several other utilities already provide similar capabilities!

On the surface this is correct, but there are several reasons for a new utility:

  • Existing tools parse control files strictly. This library tries to be more flexible. For instance it can recognize and fix some almost correct copyright files that are not fully “machine readable” but close enough to the spec to be worthy of recovery.

  • Several of these tools have to deal with legacy compatibility. We do not have such a need. For instance, the Python standard library email module and one line of code is enough to parse a Debian 822 file fields. I doubt that this feature was available in the standard library when python-debian was started but it is here now and this vastly simplifies the code.

  • The focus of this library is to parse and inspect control files, not to emit and create them, so the code and tests can be much simpler. For instance, rather than using more complex case-insensitive dictionary keys while preserving case for Deb822-like objects, this library uses lower case keys throughout.

  • The official python-debian library is GPL-licensed making it it hard to combine with Apache-licensed libraries. I tried to work out a licensing change for python-debian with all its authors such that it could be integrated in permissive-licensed Python tools. Even though most current maintainers and contributors were OK with that relicensing to a permissive or an LGPL license, I could not get a reply and agreement from some important legacy authors: therefore the relicensing was not possible.

License

SPDX-License-Identifier: Apache-2.0 AND BSD-3-Clause AND MIT

This software combines software from several origins with different licenses. All of these licenses apply as all original files have been refactored and remixed significantly:

Copyright nexB Inc. and others.
Copyright (c) 2018 Peter Odding.
Copyright 2017 The Climate Corporation (https://climate.com)
Copyright (c) 2014-2019 Security Innovation, Inc
Copyright 2013 Agustin Henze <tin@sluc.org.ar>

Note that the tests/ may also contain files using other FOSS licenses.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

debut-0.9.9.tar.gz (131.7 kB view details)

Uploaded Source

Built Distribution

debut-0.9.9-py2.py3-none-any.whl (41.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file debut-0.9.9.tar.gz.

File metadata

  • Download URL: debut-0.9.9.tar.gz
  • Upload date:
  • Size: 131.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for debut-0.9.9.tar.gz
Algorithm Hash digest
SHA256 a3a71e475295f4cf4292440c9c7303ebca0309d395536d2a7f86a5f4d7465dc1
MD5 c0d5fb172c3b7052c53161ae4b756560
BLAKE2b-256 f817f3d293a25e80fa4c3ac34751c374af16ecbbe8423872f12b58f937d52c02

See more details on using hashes here.

File details

Details for the file debut-0.9.9-py2.py3-none-any.whl.

File metadata

  • Download URL: debut-0.9.9-py2.py3-none-any.whl
  • Upload date:
  • Size: 41.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9

File hashes

Hashes for debut-0.9.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3cc75b01fbdf553376d566027d54af4c957844cf4fc2456a426e658ea7b68588
MD5 a2be839fe4cc054be8883bd5764b502c
BLAKE2b-256 673e5c1d4928ad5bb2cdd5656af2dc5926a7349bb4918b56cc9ab04d7204b26a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page