python-dist-meta 0.9.0+dfsg-1 source package in Ubuntu
Changelog
python-dist-meta (0.9.0+dfsg-1) unstable; urgency=medium * New upstream version 0.9.0+dfsg * debian/control: - Added 'Build-Depends' requires for build-system - Bumped Standards-Version to 4.7.0 - Changed dh-python by dh-sequence-python3 * debian/salsa-ci.yml: Added file -- Josenilson Ferreira da Silva <email address hidden> Mon, 03 Mar 2025 08:44:46 -0300
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-dist-meta_0.9.0+dfsg-1.dsc | 2.6 KiB | 2aa072494a15d63b641e644598d41ee9da5e4bb8bb0a197f9d9db63d803d24d1 |
python-dist-meta_0.9.0+dfsg.orig.tar.xz | 215.4 KiB | b6d8327a3a74db79922f9df266d5b8887e23c2e096d272b17a068c7c73ada171 |
python-dist-meta_0.9.0+dfsg-1.debian.tar.xz | 5.3 KiB | 16d6c6fe9c8cc933854bed3eecc394eb8a4a64239b4a8d1bc9aadb42c7b5f253 |
Available diffs
- diff from 0.8.1+dfsg-1 to 0.9.0+dfsg-1 (6.4 KiB)
No changes file available.
Binary packages built by this source
- python3-dist-meta: Parse and create Python distribution metadata
dist-meta and is a set of support tools for managing metadata of a GitHub
repository. This library provides a convenient way to automatically generate
and update metadata files such as README files, license files, changelog
files, and more.
.
The main purpose of dist-meta is to ease the process of maintaining these
files in projects hosted on GitHub by providing a command line interface
(CLI) to automatically generate and update the necessary metadata files. It
is especially useful for projects that follow specific standards or formatting
guidelines for their metadata files.
.
you can automate tasks like:
- Automatically generate and update your project's README file based on a
predefined or custom template.
- Generate license files, such as the LICENSE file, from a pool of available
licenses.
- Create changelog files based on changes made to your repository.
- Verify that your project's metadata files are up to date according to
defined best practices.