python-editor 0.4-1 source package in Ubuntu

Changelog

python-editor (0.4-1) unstable; urgency=medium

  * Initial release. (Closes: #798009)

 -- Thomas Goirand <email address hidden>  Fri, 04 Sep 2015 14:24:16 +0200

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-editor_0.4-1.dsc 2.0 KiB c8f0dfabe908dd0a10f606095cdebf7e57e22f77613b6cff8310c5c91d4734e9
python-editor_0.4.orig.tar.xz 6.1 KiB 3b19c5f861ed83469821793c08d207412cd9553a48a0551ffe695c15a2bb8707
python-editor_0.4-1.debian.tar.xz 2.3 KiB e9758789e48a2e8366ef77340f7e6a3c8862d18a3835dd9376fe5e3b2fac98d7

No changes file available.

Binary packages built by this source

python-editor: programmatically open an editor, capture the result - Python 2.7

 python-editor is a library that provides the editor module for
 programmatically interfacing with your system's $EDITOR. The user can then
 enter a commit message for example.
 .
 Editor first looks for the environment variable. If set, it uses
 the value as-is, without fallbacks. If no $EDITOR is set, editor will search
 through a list of known editors, and use the first one that exists on the
 system. For example, on Linux, editor will look for the following editors in
 order:
  * vim
  * emacs
  * nano
 .
 When calling the edit() function, editor will open the editor in a
 subprocess, inheriting the parent process's stdin, stdout
 .
 This package contains the Python 2.7 module.

python3-editor: programmatically open an editor, capture the result - Python 3.x

 python-editor is a library that provides the editor module for
 programmatically interfacing with your system's $EDITOR. The user can then
 enter a commit message for example.
 .
 Editor first looks for the environment variable. If set, it uses
 the value as-is, without fallbacks. If no $EDITOR is set, editor will search
 through a list of known editors, and use the first one that exists on the
 system. For example, on Linux, editor will look for the following editors in
 order:
  * vim
  * emacs
  * nano
 .
 When calling the edit() function, editor will open the editor in a
 subprocess, inheriting the parent process's stdin, stdout
 .
 This package contains the Python 3.x module.