pyprojroot 0.3.0-1 source package in Ubuntu

Changelog

pyprojroot (0.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version.
  * Update copyright year.
  * Upstream switched to pyproject.toml, so add pybuild-plugin-pyproject to
    Build-Depends.

 -- Edward Betts <edward@4angle.com>  Fri, 17 Mar 2023 18:07:39 +0100

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 Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyprojroot_0.3.0-1.dsc 2.1 KiB 3227d554cf955bb068b62b1971e6556a44bbad6dac6c98bfac44875858c18a32
pyprojroot_0.3.0.orig.tar.gz 6.1 KiB 109705bb790968704958efcfc5ccce85d8e3dafa054897cc81371fcbbf56cb10
pyprojroot_0.3.0-1.debian.tar.xz 2.4 KiB 64cf69ab80798ebda178e73bbc2363d64847234ef21fa41fa339fe10aa054710

Available diffs

No changes file available.

Binary packages built by this source

python3-pyprojroot: Find Python project root paths and return relative project files

 This library finds the root working directory for your Python project as a
 'pathlib' object.
 .
 You can use the 'here' function to pass in a relative path from the Python
 project root directory (no matter what working directory you are in the
 project), and you will get a full path to the specified file.
 .
 This allows you to restructure the files in your Python project without having
 to worry about changing file paths.