python-daiquiri 1.3.0-1ubuntu1 source package in Ubuntu

Changelog

python-daiquiri (1.3.0-1ubuntu1) bionic; urgency=medium

  * d/control, d/rules, d/tests/*: Add python 2 support.

 -- Corey Bryant <email address hidden>  Thu, 09 Nov 2017 10:17:33 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Bionic
Original maintainer:
lamby
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-daiquiri_1.3.0.orig.tar.gz 14.6 KiB 53f09e24abe646c2ecb5d0e38c725fcb0a75cfb4bd4624b1882407536f11a1cc
python-daiquiri_1.3.0-1ubuntu1.debian.tar.xz 2.4 KiB 7af366fdcf70eeee078164658854cfe94c04f41bc2b6cc995f0af1827be11989
python-daiquiri_1.3.0-1ubuntu1.dsc 2.0 KiB 1a8db173f0e8fe787e7a2d66b0474299dd28109838b3f5c04458391f8f211ab5

View changes file

Binary packages built by this source

python-daiquiri: Python library to easily setup basic logging functionality

 The daiquiri library provides an easy way to configure logging. It also
 provides some custom formatters and handlers.
 .
 Its promise is to setup a complete standard Python logging system with just
 one function call. Nothing more, nothing less. The interesting features are:
 .
  * Logs to stderr by default.
  * Use colors if logging to a terminal.
  * Support file logging.
  * Use program name as the name of the logging file so providing just a
    directory for logging will work.
  * Support syslog.
  * Support journald.
  * JSON output support.
  * Support of arbitrary key/value context information providing.
  * Capture the warnings emitted by the warnings module.
  * Native logging of any exception.
 .
 This is the Python 2 version of the package.

python3-daiquiri: Python library to easily setup basic logging functionality

 The daiquiri library provides an easy way to configure logging. It also
 provides some custom formatters and handlers.
 .
 Its promise is to setup a complete standard Python logging system with just
 one function call. Nothing more, nothing less. The interesting features are:
 .
  * Logs to stderr by default.
  * Use colors if logging to a terminal.
  * Support file logging.
  * Use program name as the name of the logging file so providing just a
    directory for logging will work.
  * Support syslog.
  * Support journald.
  * JSON output support.
  * Support of arbitrary key/value context information providing.
  * Capture the warnings emitted by the warnings module.
  * Native logging of any exception.
 .
 This is the Python 3 version of the package.