Bug#588319: ITP: python-mailer -- A module that simplifies sending email

2010-07-07 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-mailer
  Version : 0.5
  Upstream Author : Ryan Ginstrom 
* URL : http://pypi.python.org/pypi/mailer
* License : MIT
  Programming Lang: Python
  Description : A module that simplifies sending email
 
 Simplifies sending emails in Python, features a single class to send
 plain text, HTML email, and attachments.  Mailer auto detects attachment
 types and has support for internationalized headers.

-- 
David Watson
Bashton Ltd












-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1278499146.2598.7.ca...@mavro



Bug#558273: ITP: python-lockfile -- Platform-independent file locking module

2009-11-27 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-lockfile
  Version : 0.8
  Upstream Author : Skip Montanaro 
* URL : http://smontanaro.dyndns.org/python/
* License : MIT
  Programming Lang: Python
  Description : Platform-independent file locking module

 The lockfile module exports a FileLock class which provides a simple API for
 locking files. Unlike the Windows msvcrt.locking function, the Unix
 fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is
 identical across both Unix (including Linux and Mac) and Windows platforms.
 The lock mechanism relies on the atomic nature of the link (on Unix) and
 mkdir (on Windows) system calls.

-- 
David Watson









-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#552081: ITP: python-pep8 -- A tool to check your Python code against some of the style conventions in PEP 8

2009-10-23 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-pep8
  Version : 0.3.1
  Upstream Author : Johann C. Rocholl 
* URL : http://pypi.python.org/pypi/pep8
* License : Expat
  Programming Lang: Python
  Description : A tool to check your Python code against some of the style 
conventions in PEP 8
 
Features:
 * Plugin architecture: Adding new checks is easy.
 * Parseable output: Jump to error location in your editor.
 * Small: Just one Python file, requires only stdlib. You can use just the 
pep8.py 
   file for this purpose

-- 
David Watson











-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551987: ITP: python-stompy -- Implementation of the STOMP protocol in Python

2009-10-22 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-stompy
  Version : 0.1.5
  Upstream Author : Benjamin W. Smith 
* URL : http://pypi.python.org/pypi/stompy
* License : BSD
  Programming Lang: Python
  Description : Implementation of the STOMP protocol in Python
 
This is useful for connecting to and communicating with
Apache `ActiveMQ`_ (an open source `Java Message Service`_ (JMS)
message broker) or other brokers with support for the `STOMP`_ protocol.

The majority of the methods available take a single argument; a dictionary.
This dictionary should contain the necessary bits you need
to pass to the `STOMP`_ server.  It is outlined in each method
exactly what it needs to work.

-- 
David Watson










-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551985: ITP: python-dingus -- A record-then-assert mocking library

2009-10-22 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-dingus
  Version : 0.1
  Upstream Author : Gary Bernhardt 
* URL : http://pypi.python.org/pypi/dingus
* License : MIT
  Programming Lang: Python
  Description : A record-then-assert mocking library

 
A dingus is sort of like a mock object. The main difference is that you don't
set up expectations ahead of time. You just run your code, using a dingus in
place of another object or class, and it will record what happens to it. Then,
once your code has been exercised, you can make assertions about what it did
to the dingus.


-- 
David Watson









-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551982: ITP: python-carrot -- An AMQP messaging queue framework

2009-10-22 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-carrot
  Version : 0.6.0
  Upstream Author : Ask Solem 
* URL : http://pypi.python.org/pypi/carrot
* License : BSD
  Programming Lang: Python
  Description : An AMQP messaging queue framework

 
AMQP is the Advanced Message Queuing Protocol, an open standard protocol 
for message orientation, queuing, routing, reliability and security.

The aim of carrot is to make messaging in Python as easy as possible by 
providing a high-level interface for producing and consuming messages. 
At the same time it is a goal to re-use what is already available as much 
as possible.

carrot has pluggable messaging back-ends, so it is possible to support 
several messaging systems. Currently, there is support for AMQP (py-amqplib) 
and STOMP (python-stomp). There is also a in-memory backend for testing 
purposes that uses the Python queue module.


-- 
David Watson








-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551886: ITP: python-anyjson -- Wraps the best available JSON implementation available in a common interface

2009-10-21 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-anyjson
  Version : 0.2.2
  Upstream Author : Rune Halvorsen 
* URL : http://pypi.python.org/pypi/anyjson/
* License : BSD
  Programming Lang: Python
  Description : Wraps the best available JSON implementation available in a 
common interface

 Loads whichever is the fastest JSON module installed and provides
 a uniform API regardless of which JSON implementation is used.

-- 
David Watson







-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#551870: ITP: python-pytyrant -- Pure python client implementation of the Tokyo Tyrant protocol

2009-10-21 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-pytyrant
  Version : 1.1.17
  Upstream Author : Bob Ippolito 
* URL : http://code.google.com/p/pytyrant/
* License : MIT
  Programming Lang: Python
  Description : Pure python client implementation of the Tokyo Tyrant 
protocol

 A pure python client implementation of the binary Tokyo Tyrant
 protocol. Tokyo Cabinet <http://tokyocabinet.sourceforge.net/> is a "super
 hyper ultra database manager" written and maintained by Mikio Hirabayashi and
 released under the LGPL.
 .
 Tokyo Tyrant is the de facto database server for Tokyo Cabinet written and
 maintained by the same author. It supports a REST HTTP protocol, memcached,
 and its own simple binary protocol. This library implements the full binary
 protocol for the Tokyo Tyrant 1.1.17 in pure Python as defined here::
 .   
  http://tokyocabinet.sourceforge.net/tyrantdoc/


-- 
David Watson





-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540372: ITP: python-mock -- Mocking and Testing Library

2009-08-07 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-mock
  Version : 0.5.0
  Upstream Author : Michael Foord 
* URL : http://www.voidspace.org.uk/python/mock/
* License : BSD
  Programming Lang: Python
  Description : Mocking and Testing Library

 mock provides a core mock.Mock class that is intended to reduce the
 need to create a host of trivial stubs throughout your test suite.
 After performing an action, you can make assertions about which methods
 / attributes were used and arguments they were called with. You can
 also specify return values and set specific attributes in the normal
 way.

-- 
David Watson





-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#540356: ITP: python-lamson -- A pure Python SMTP server

2009-08-07 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-lamson
  Version : 1.0pre1
  Upstream Author : Zed Shaw 
* URL : http://lamsonproject.org/
* License : GPL-3
  Programming Lang: Python
  Description : A pure Python SMTP server

 Lamson is a pure Python SMTP server designed to create robust and
 complex mail applications in the style of modern web frameworks such as
 Django. Unlike traditional SMTP servers like Postfix or Sendmail,
 Lamson has all the features of a web application stack (ORM, templates,
 routing, handlers, state machines, Python) without needing to configure
 alias files, run newaliases, or juggle tons of tiny fragile processes.
 Lamson also plays well with other web frameworks and Python libraries.

-- 
David Watson




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#526350: ITP: python-django-celery -- Distributed task queue framework for Django

2009-04-30 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-django-celery
  Version : 0.1.6
  Upstream Author : Ask Solem  
* URL : http://github.com/ask/celery
* License : BSD
  Programming Lang: Python
  Description : Distributed task queue framework for Django

 Uses an AMQP message broker such as RabbitMQ to schedule and run tasks.
 Celery has an autodiscovery feature like the Django Admin, that
 automatically loads any tasks.py module in the application.

-- 
David Watson




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#526348: ITP: python-django-south -- Intelligent schema migrations for django apps

2009-04-30 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-django-south
  Version : 0.5
  Upstream Author : Andrew Godwin  
* URL : http://south.aeracode.org/
* License : Apache
  Programming Lang: Python
  Description : Intelligent schema migrations for django apps

 * Intelligent; it knows if you've missed out a migration or two
 * Database independent, so there's no hassle if you need to move
   databases.
 * Easy; it can write migrations for you, and it takes about a minute to
   convert your app over to use South.
 * Designed for a pluggable Django world; you can declare dependencies
   between apps so they all migrate together correctly, and you can
   still use syncdb for your non-migrated apps without it interfering.

-- 
David Watson




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Help needed with the GPG Key Signing Coordination page

2009-01-06 Thread David Watson
* Luk Claes (l...@debian.org) wrote:
> Hi
> 
> Ralf Treinen and I are looking for help with the GPG Key Signing
> Coordination page.
> 
> The GPG key signing coordination page at http://nm.debian.org/gpg.php
> is primarily aimed at prospective contributors to find existing Debian
> developers who can sign their key for the ID part of the NM maintainer
> process.
> 
> Ralf Treinen and I have been taking care of this page the last years but
> I want to focus on other tasks so we're now looking for one or two
> additional people to help out.  The tasks to be performed are described
> at
> http://svn.debian.org/wsvn/nm/trunk/doc/gpg-coord/README?op=file&rev=0&sc=0
> 
> Cheers
> 
> Luk

I'd be happy to help out.

-- 
David Watson - Debian GNU/Linux Developer
da...@planetwatson.co.uk, dwat...@debian.org

Web: http://planetwatson.co.uk/blog
IM(Jabber): dwat...@planetwatson.co.uk


signature.asc
Description: Digital signature


Re: packages up for adoption

2008-05-23 Thread David Watson
* Joey Hess ([EMAIL PROTECTED]) wrote:
> I'll no longer be maintaining the following packages. I plan to orphan
> them next week and hope to find new maintainers for them before then.
> 
> rss2email

I'll take rss2email if no one else wants to.

-- 
David Watson - Debian GNU/Linux Developer
[EMAIL PROTECTED], [EMAIL PROTECTED]

Web: http://planetwatson.co.uk/blog
IM(Jabber): [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: Bug#379673: ITP: pybridge-common -- A free online bridge game. (common files)

2006-07-25 Thread David Watson
On Tuesday 25 July 2006 06:46, Thomas Viehmann wrote:
> Hi David,
>
> David Watson wrote:
> > * Package name: pybridge-common
>
> are you planning to ship three different *source* packages?
> If so, why?
> (ITPs are filed per source package, but on a first glance, a single
> source package with multiple binaries should be more appropriate.)

I am only planning on one source package, I thought it was an ITP per binary 
package.  The other bugs have been closed now after someone else let me know 
that an ITP is per source package.

Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379675: ITP: pybridge-server -- A free online bridge game. (server)

2006-07-24 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson <[EMAIL PROTECTED]>


* Package name: pybridge-server
  Version : 0.1.0
  Upstream Author : Michael Banks <[EMAIL PROTECTED]>
* URL : http://pybridge.sourceforge.net
* License : GPL
  Programming Lang: Python
  Description : A free online bridge game. (server)

PyBridge lets you play the card game of contract bridge, with human
players, over the Internet or a local network. The PyBridge project aims
to provide a featureful cross-platform alternative to existing online
bridge services.
..
This package provides a console server to which PyBridge users can connect.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379673: ITP: pybridge-common -- A free online bridge game. (common files)

2006-07-24 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson <[EMAIL PROTECTED]>


* Package name: pybridge-common
  Version : 0.1.0
  Upstream Author : Michael Banks <[EMAIL PROTECTED]>
* URL : http://pybridge.sourceforge.net
* License : GPL
  Programming Lang: Python
  Description : A free online bridge game. (common files)

PyBridge lets you play the card game of contract bridge, with human
players, over the Internet or a local network. The PyBridge project aims
to provide a featureful cross-platform alternative to existing online
bridge services.
..
This package contains files shared by the PyBridge
client and server.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379670: ITP: pybridge -- A free online bridge game.

2006-07-24 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson <[EMAIL PROTECTED]>


* Package name: pybridge
  Version : 0.1.0
  Upstream Author : Michael Banks <[EMAIL PROTECTED]>
* URL : http://pybridge.sourceforge.net
* License : GPL
  Programming Lang: Python
  Description : A free online bridge game.

PyBridge lets you play the card game of contract bridge, with human
players, over the Internet or a local network. The PyBridge project aims
to provide a featureful cross-platform alternative to existing online
bridge services.
..
This package provides a PyGTK / Glade front-end user
interface through which games are played.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#351445: ITP: raccoonshow -- RaccoonShow combines slides and audio for a presentation into a Macromedia Flash format.

2006-02-04 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson <[EMAIL PROTECTED]>


* Package name: raccoonshow
  Version : 0.6
  Upstream Author : Jono Bacon <[EMAIL PROTECTED]>
* URL : http://www.jonobacon.org/projects/raccoonshow/
* License : GPL
  Description : RaccoonShow combines slides and audio for a presentation 
into a Macromedia Flash format.

RaccoonShow is a little program to convert some slides and audio for a 
presentation into Macromedia Flash format. This makes it easy to put your 
presentations online.

To use RaccoonShow, you simply tell it the PDF containing your slides, the WAV 
file containing the audio, and a text file with a list of the times when the 
slides change. Run these through the RaccoonShow blender and out pops your 
presentation flash file. 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#329006: ITP: newton -- A desktop wiki applet for Gnome

2005-09-18 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson <[EMAIL PROTECTED]>


* Package name: newton
  Version : 0.0.9
  Upstream Author : Dennis Craven <[EMAIL PROTECTED]>
* URL : http://newton.sourceforge.net
* License : GPL
  Description : A desktop wiki applet for Gnome

Newton is a desktop wiki applet for the GNOME2 desktop environment. You
enter your notes and information in a simple wiki-like syntax and Newton
formats it in rich HTML for you! It is designed to make the creation of
richly formatted documents of any type as simple and quick as possible.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]