in-place 0.5.0-2 source package in Ubuntu

Changelog

in-place (0.5.0-2) unstable; urgency=medium

  * Source-only upload to allow package to migrate to testing.

 -- Edward Betts <edward@4angle.com>  Thu, 22 Jun 2023 17:37:51 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
in-place_0.5.0-2.dsc 2.1 KiB 63a74ffbdd8555c5be7f83600406022740f11f0eeb50cdcead892b0703aafe3a
in-place_0.5.0.orig.tar.gz 14.9 KiB 85b08281c467f09a2266307deb7e1e658448f533e7060ee06d633ae85cae61a2
in-place_0.5.0-2.debian.tar.xz 2.6 KiB 8818784bee995a18bdecf421be3f43e66bdc39d78c581dae0a928bc7b291963c

Available diffs

No changes file available.

Binary packages built by this source

python3-in-place: In-place file processing

 The in-place package is a Python library that provides an intuitive and
 efficient way to edit files in-place. It allows developers to perform in-place
 modifications to text files without the need for temporary files or manual
 handling of file I/O operations.
 .
 Features:
 .
   - Simplifies in-place editing of text files in Python.
   - Provides a convenient API for performing modifications directly on files.
   - Supports operations such as replacing text, appending or deleting lines,
     and more.
   - Handles file I/O operations and modifications efficiently.
   - Offers flexibility in choosing how modifications are applied (e.g., line
     by line or in bulk).
 .
 In-place editing can be useful in various scenarios, including log file
 processing, configuration file updates, and data transformations. The in-place
 library streamlines the process by abstracting away the complexities of file
 handling and allows developers to focus on the actual modifications.