python-editables 0.3-1 source package in Ubuntu

Changelog

python-editables (0.3-1) unstable; urgency=medium

  * Initial release. (Closes: #1030802)

 -- Boyuan Yang <email address hidden>  Tue, 07 Feb 2023 10:48:22 -0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-editables_0.3-1.dsc 2.0 KiB 9f214c37c55c6b5f7ab704ee4552d4214f669d028e16b447adecba37ced5c237
python-editables_0.3.orig.tar.gz 12.2 KiB 42f7240164af1e028ccb7b60e72f54bbd8b639e9409595fbeffac5d3fb610643
python-editables_0.3-1.debian.tar.xz 2.1 KiB d55f2b366284cf0a4de077e7e79eca3d96256aa87d74a82acbdd07ff534a281a

No changes file available.

Binary packages built by this source

python3-editables: Python library for creating "editable wheels"

 This library supports the building of wheels which, when installed,
 will expose packages in a local directory on sys.path in "editable mode".
 In other words, changes to the package source will be reflected in the
 package visible to Python, without needing a reinstall.