in-place 1.0.0-1 source package in Ubuntu

Changelog

in-place (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Upstream has updated copyright year.

 -- Edward Betts <edward@4angle.com>  Fri, 20 Oct 2023 14:25:30 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
in-place_1.0.0-1.dsc 2.1 KiB 9a8a17e4824502a6540edc98e762efd1b961e99bf7342d88fa387dbed00a10c7
in-place_1.0.0.orig.tar.gz 13.9 KiB eff7e0603d7ba2a1fde85540705e9e30497cc52a91978dc06e1ef500cfa9ea60
in-place_1.0.0-1.debian.tar.xz 2.6 KiB 90f3f513c7fa02680cd3a5cc20cb7a21ca79c9ea2591800280e63461942c8a5b

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.