[Python-modules-commits] r4822 - in packages/python-processing/trunk/debian (3 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sat Mar 15 17:17:10 UTC 2008


    Date: Saturday, March 15, 2008 @ 17:17:09
  Author: morph-guest
Revision: 4822

adding doc-base

Added:
  packages/python-processing/trunk/debian/python-processing.doc-base
Modified:
  packages/python-processing/trunk/debian/control
  packages/python-processing/trunk/debian/copyright

Modified: packages/python-processing/trunk/debian/control
===================================================================
--- packages/python-processing/trunk/debian/control	2008-03-14 22:11:28 UTC (rev 4821)
+++ packages/python-processing/trunk/debian/control	2008-03-15 17:17:09 UTC (rev 4822)
@@ -13,7 +13,7 @@
 Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
-Description: Library for running multiple Python processes using the threading API
+Description: library for running multiple Python processes using the threading API
  Processing is a Python package which supports the spawning of processes
  using the API of the standard library's threading module. 
  Features include:

Modified: packages/python-processing/trunk/debian/copyright
===================================================================
--- packages/python-processing/trunk/debian/copyright	2008-03-14 22:11:28 UTC (rev 4821)
+++ packages/python-processing/trunk/debian/copyright	2008-03-15 17:17:09 UTC (rev 4822)
@@ -9,7 +9,7 @@
 
 Copyright: 
 
-    Copyright (c) 2006, 2007, R Oudkerk
+    Copyright (c) 2006-2008, R Oudkerk
 
 License:
 

Added: packages/python-processing/trunk/debian/python-processing.doc-base
===================================================================
--- packages/python-processing/trunk/debian/python-processing.doc-base	                        (rev 0)
+++ packages/python-processing/trunk/debian/python-processing.doc-base	2008-03-15 17:17:09 UTC (rev 4822)
@@ -0,0 +1,24 @@
+Document: python-processing
+Title: Python Processing Manual
+Author: R Oudkerk
+Abstract: library for running multiple Python processes using the threading API
+ Processing is a Python package which supports the spawning of processes
+ using the API of the standard library's threading module. 
+ Features include:
+ .
+  * Objects can  be transferred  between  processes using pipes or
+    multi-producer/multi-consumer queues.
+  * Objects can be shared between processes using a server process or
+    (for simple data) shared memory.
+  * Equivalents  of all the synchronization primitives in threading
+    are available.
+  * A Pool class makes it easy to submit tasks to a pool of worker
+    processes. 
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-processing/index.html
+Files: /usr/share/doc/python-processing/doc/*.html
+
+Format: Text
+Files: /usr/share/doc/python-processing/doc/*.txt*




More information about the Python-modules-commits mailing list