python-dist-meta 0.9.0+dfsg-2 source package in Ubuntu
Changelog
python-dist-meta (0.9.0+dfsg-2) unstable; urgency=medium * Team Upload * Drop build-dep on python3-importlib-metadata -- Alexandre Detiste <email address hidden> Sat, 10 May 2025 14:55:57 +0200
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 | |
---|---|---|---|---|
Questing | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-dist-meta_0.9.0+dfsg-2.dsc | 2.6 KiB | d6ecee857026db814b59b7af4643c4be823a583edb345c089b5aade367ff9e67 |
python-dist-meta_0.9.0+dfsg.orig.tar.xz | 215.4 KiB | b6d8327a3a74db79922f9df266d5b8887e23c2e096d272b17a068c7c73ada171 |
python-dist-meta_0.9.0+dfsg-2.debian.tar.xz | 5.4 KiB | 054fbba9b8091468c8aab5fbc52be80e9f9d7490674c5b15193e210bbf1075c2 |
Available diffs
- diff from 0.9.0+dfsg-1 to 0.9.0+dfsg-2 (612 bytes)
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.