python-editor 0.4-3 source package in Ubuntu

Changelog

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

  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <email address hidden>  Sun, 28 Feb 2016 15:37:08 +0100

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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-editor_0.4-3.dsc 2.0 KiB 5aa89ad2b5269f9d358d73b0dffd309d96dfed532f00a7c2bd8c8cc086807de2
python-editor_0.4.orig.tar.xz 6.1 KiB 3b19c5f861ed83469821793c08d207412cd9553a48a0551ffe695c15a2bb8707
python-editor_0.4-3.debian.tar.xz 2.8 KiB 1e17666af558d3138e7b99f2eaba0b882c2d8d7b04676696566d19db6f680b1d

Available diffs

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.