Bug#754118: ITP: python-taskthread -- Simple thread module to repetitively perform a task on a single thread
Package: wnpp Severity: wishlist Owner: Ben Carrillo * Package name: python-taskthread Version : 1.4 Upstream Author : John Herndon * URL : http://hpcloud.com/ * License : Apache 2 Programming Lang: Python Description : Simple thread module to repetitively perform a task on a single thread Python thread module to repeat an predefined task on a thread mulitple times. A TaskThread is useful when a task needs to be repeated several times on a separate thread. Normal usage of the threading.Thread class would call for creation of a new thread each time the same task needs to be run. This module allows for repetitive tasks to be run multiple times on the same thread by having the thread wait until the task needs to be executed again. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140707173800.28572.18431.reportbug@localhost
Bug#754120: ITP: python-gnupg-ng -- A Python wrapper for GnuPG
Package: wnpp Severity: wishlist Owner: Ben Carrillo * Package name: python-gnupg-ng Version : 1.2.6 Upstream Author : Isis Lovecruft * URL : https://github.com/isislovecruft/python-gnupg * License : GPL Programming Lang: Python Description : A Python wrapper for GnuPG A Python interface for handling interactions with GnuPG, including keyfile generation, keyring maintenance, import and export, encryption and decryption, sending to and recieving from keyservers, and signing and verification. .. This is a fork of python-gnupg (from version 0.3.2), patched to sanitize untrusted inputs, due to the necessity of executing subprocess.Popen([...], shell=True) in order to communicate with GnuPG. Several speed improvements were also made based on code profiling, and the API has been cleaned up to support an easier, more Pythonic, interaction. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140707175655.3678.46282.reportbug@localhost