MailingLogger 3.7.0 Released!

2012-01-18 Thread Chris Withers

I'm pleased to announce a new release of Mailinglogger.

Mailinglogger provides two handlers for the standard python
logging framework that enable log entries to be emailed either as the
entries are logged or as a summary at the end of the running process.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with a configurable headers for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

This release fixes a long standing bug that occurred when logging 
unicode messages.


It also provides support for sending colourised HTML emails:

http://packages.python.org/mailinglogger/html.html

Full docs can be found here:

http://packages.python.org/mailinglogger/

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger
or
http://pypi.python.org/pypi/mailinglogger

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk



--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


MailingLogger 3.6.0 Released!

2011-11-25 Thread Chris Withers

I'm pleased to announce a new release of Mailinglogger.

Mailinglogger provides two handlers for the standard python
logging framework that enable log entries to be emailed either as the
entries are logged or as a summary at the end of the running process.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with a configurable headers for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

The only change for this release is to allow summaries sent by 
SummarisingLogger to contain messages logged at a lower level than those 
which triggered the summary to be emailed.


Full docs can be found here:

http://packages.python.org/mailinglogger/

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger
or
http://pypi.python.org/pypi/mailinglogger

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk



--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


MailingLogger 3.5.0 Released!

2011-09-24 Thread Chris Withers

I'm pleased to announce a new release of Mailinglogger.

Mailinglogger provides two handlers for the standard python
logging framework that enable log entries to be emailed either as the
entries are logged or as a summary at the end of the running process.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with a configurable headers for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

The only change for this release was to add an X-Log-Level header to 
emails sent. For MailingLogger, this is the level of the log message 
being emailed. For SummarisingLogger this is the highest level of any of 
the messages handled.


Full docs can be found here:

http://packages.python.org/mailinglogger/

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger
or
http://pypi.python.org/pypi/mailinglogger

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk



--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


Re: MailingLogger 3.4.0 Released!

2011-08-23 Thread Chris Withers
Heh, of course, I forgot the setuptools-git extension to make 
include_package_data=True work, so this release was pretty useless, 
other than the docs on packages.python.org/testfixtures ;-)


Anyway, 3.4.1 has now been released which fixes this!

cheers,

Chris

On 17/08/2011 23:37, Chris Withers wrote:

I'm pleased to announce a new release of Mailinglogger.

Mailinglogger provides two handlers for the standard python
logging framework that enable log entries to be emailed either as the
entries are logged or as a summary at the end of the running process.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with a configurable headers for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

This release has no functional changes but finally ships with a full new
set of Sphinx docs:

http://packages.python.org/mailinglogger/

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger
or
http://pypi.python.org/pypi/mailinglogger

cheers,

Chris



--
Simplistix - Content Management, Batch Processing  Python Consulting
- http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


Checker 1.4 Released!

2010-09-26 Thread Chris Withers

I'm pleased to announce a new release of Checker.

This is a cross-platform, pluggable tool for comparing the configuration
of a machine with a known configuration stored in text files in a source
control system all written in Python.

This release adds a 'command' checker that lets you record and check the 
output of arbitrary commands. The initial use case was for dealing with 
the output of 'chkconfig --list' on Red Hat.


For more information, please see:
http://www.simplistix.co.uk/software/python/checker

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk






--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


Checker 1.3 Released!

2010-08-10 Thread Chris Withers

I'm pleased to announce a new release of Checker.

This is a cross-platform, pluggable tool for comparing the configuration
of a machine with a known configuration stored in text files in a source
control system all written in Python.

This release and the previous release fix ordering issues in file 
listings as well as generalise operating package listing to support 
RedHat-like systems in addition to Debian-like systems.


For more information, please see:
http://www.simplistix.co.uk/software/python/checker

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk





--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


Execute 1.2 Released!

2010-08-10 Thread Chris Withers

I'm pleased to announce the first public release of Execute.

This is a collection of common patterns for executing commands as sub 
processes.


It supports executing a simple command that requires no input in a sub 
process and can return:


- text sent to the standard error and output streams

- the return code set by the command

- both of the above as a tuple

For more information, please see:
http://www.simplistix.co.uk/software/python/execute

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk





--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


Checker 1.0 Released!

2009-12-19 Thread Chris Withers

I'm pleased to announce the first release of Checker.

This is a cross-platform, pluggable tool for comparing the configuration 
of a machine with a known configuration stored in text files in a source 
control system all written in Python.


For more information, please see:
http://www.simplistix.co.uk/software/python/checker

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk




--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


ErrorHandler 1.1.0 Released!

2009-11-07 Thread Chris Withers

I'm pleased to announce a new release of ErrorHandler.

This is a handler for the python standard logging framework that can
be used to tell whether messages have been logged at or above a
certain level.

The only change for this release is that there is now a full set of 
documentation available courtesy of Sphinx:


http://packages.python.org/errorhandler/

For more information, please see:
http://www.simplistix.co.uk/software/python/errorhandler

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk



--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


TestFixtures 1.6.1 released!

2009-09-06 Thread Chris Withers

Hi All,

I'm pleased to announce a new release of TestFixtures.
This package is a collection of helpers and mock objects that are useful 
when writing unit tests or doc tests.


This release sees the following changes:

- @replace and Replacer.replace can now replace attributes that may
  not be present, provided the `strict` parameter is passed as False.

- should_raise now catches BaseException rather than Exception so
  raising of SystemExit and KeyboardInterrupt can be tested.

To find out more, please read here:

http://pypi.python.org/pypi/testfixtures

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk




--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


xlutils 1.4.1 released!

2009-09-06 Thread Chris Withers

Hi All,

I'm pleased to announce a new release of xlutils. This package is a 
small collection of utilities that make use of both xlrd and xlwt to 
process Microsoft Excel files.


This release includes memory and speed enhancements for xlutils.filter 
and xlutils.copy.


To find out more, please read here:

http://www.simplistix.co.uk/software/python/xlutils

In case you're not aware, xlrd and xlwt are two excellent pure-python
libraries for reading and writing Excel files. They run on any platform
and, likely, any implementation of Python without the need for horrific
things like binding to Excel via COM and so needing a Windows machine.

If you use any of xlrd, xlwt or xlutils, the following google group will
be of use:

http://groups.google.com.au/group/python-excel

Hope some of this is of interest, I'd love to hear from anyone who ends
up using it!

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk




--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


xlutils 1.4.0 released!

2009-08-19 Thread Chris Withers

Hi All,

I'm pleased to announce a new release of xlutils. This is a small
collection of utilities that make use of both xlrd and xlwt to process
Microsoft Excel files. The changes for this release are as follows:

- Add sheet density information and onesheet option to
  xlutils.margins.

- Reduced the memory footprint of xlutils.filter.ColumnTrimmer at the
  expense of speed.

- Fixed incorrect warnings about boolean cells in
  xlutils.filter.ErrorFilter. xlwt has always supported boolean
  cells.

- xlutils.filter.BaseReader now opens workbooks with on_demand = True

- Added support for xlrd Books opened with on_demand as True passed to
  open_workbook.

- Fixed bug when copying error cells.

- Requires the latest versions of xlrd (0.7.1) and xlwt (0.7.2).

To find out more, please read here:

http://www.simplistix.co.uk/software/python/xlutils

In case you're not aware, xlrd and xlwt are two excellent pure-python
libraries for reading and writing Excel files. They run on any platform
and, likely, any implementation of Python without the need for horrific
things like binding to Excel via COM and so needing a Windows machine.

If you use any of xlrd, xlwt or xlutils, the following google group will
be of use:

http://groups.google.com.au/group/python-excel

Hope some of this is of interest, I'd love to hear from anyone who ends
up using it!

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk



--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/


Announcing www.python-excel.org

2009-06-19 Thread Chris Withers

Hi All,

Google unfortunately has a knack of presenting prospective Python users 
who need to work with Excel files with information that is now really 
rather out of date.


To try and help with this, I've setup a small website at:

http://www.python-excel.org

...to try and list the latest recommended ways of working with Excel 
files in Python.


If you work with excel files in Python, then please take a look and let 
me know what you think.


cheers,

Chris

PS: If anyone reading this has a python-related blog, it might help 
Google if you could post a short entry about this new site.


--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk


--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


Tutorial on working with Excel files in Python (without COM and cross platform!) at EuroPython 2009

2009-06-19 Thread Chris Withers

Hi All,

Too many people in the Python community *still* think the only way to 
work with Excel files in Python is using COM on Windows.


To try and correct this, I'm giving a tutorial at this year's EuroPython 
conference in Birmingham, UK on Monday, 29th June that will cover 
working with Excel files in Python using the pure-python libraries xlrd, 
xlwt and xlutils.


I'll be looking to cover:

- Reading Excel Files

  Including extracting all the data types, formatting and working with
  large files.

- Writing Excel Files

  Including formatting, many of the useful frilly extras and writing
  large excel files.

- Modifying and Filtering Excel Files

  A run through of taking existing Excel files and modifying them in
  various ways.

- Workshop for your problems

  I'm hoping anyone who attends will get a lot out of this! If you're
  planning on attending and have a particular problem you'd like to work
  on in this part of the tutorial, please drop me an email and I'll try
  and make sure I come prepared!

All you need for the tutorial is a working knowledge of Excel and
Python, with a laptop as an added benefit, and to be at EuroPython this 
year:


http://www.europython.eu/

I look forward to seeing you all there!

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk


--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


xlutils 1.3.2 released!

2009-06-19 Thread Chris Withers

Hi All,

I'm pleased to announce a new release of xlutils. This is a small
collection of utilities that make use of both xlrd and xlwt to process
Microsoft Excel files.

The list of utilities included in this release are:

xlutils.copy
  Tools for copying xlrd.Book objects to xlwt.Workbook objects.

xlutils.display
  Utility functions for displaying information about xlrd-related
  objects in a user-friendly and safe fashion.

xlutils.filter
  A mini framework for splitting and filtering Excel files into new
  Excel files.

xlutils.margins
  Tools for finding how much of an Excel file contains useful data.

xlutils.save
  Tools for serializing xlrd.Book objects back to Excel files.

xlutils.styles
  Tools for working with formatting information expressed in styles.

A full list of changes since the last release can be found here:

http://www.simplistix.co.uk/software/python/xlutils/changes

To find out more, please read here:

http://www.simplistix.co.uk/software/python/xlutils

In case you're not aware, xlrd and xlwt are two excellent pure-python
libraries for reading and writing Excel files. They run on any platform
and, likely, any implementation of Python without the need for horrific
things like binding to Excel via COM and so needing a Windows machine.

If you use any of xlrd, xlwt or xlutils, the following google group will
be of use:

http://groups.google.com.au/group/python-excel

Hope some of this is of interest, I'd love to hear from anyone who ends
up using it!

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk


--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


TestFixtures 1.6.0 released!

2009-06-19 Thread Chris Withers

Hi All,

I'm pleased to announce the first advertised release of TestFixtures. 
This is a collection of helpers and mock objects that are useful when 
writing unit tests or doc tests.


The modules currently included are:

*Comparison*

This class lets you instantiate placeholders that can be used to 
compared expected results with actual results where objects in the 
actual results do not support useful comparison. The comparision can be 
based just on the type of the object or on a partial set of the object's 
attributes, both of which are particularly handy when comparing 
sequences returned from tested code.


*compare*

A replacement for assertEquals and the failUnless(x() is True) pattern. 
Gives more useful differences when the arguments aren't the same, 
particularly for sequences and long strings.


*diff*

This function will compare two strings and give a unified diff of their 
comparison. Handy as a third parameter to unittest.TestCase.assertEquals.


*generator*

This function will return a generator that yields the arguments it was 
called with when the generator is iterated over.


*LogCapture*

This helper allows you to capture log messages for specified loggers in 
doctests.


*log_capture*

This decorator allows you to capture log messages for specified loggers 
for the duration of unittest methods.


*replace*

This decorator enables you to replace objects such as classes and 
functions for the duration of a unittest method. The replacements are 
removed regardless of what happens during the test.


*Replacer*

This helper enables you to replace objects such as classes and functions 
from within doctests and then restore the originals once testing is 
completed.


*should_raise*

This is a better version of assertRaises that lets you check the 
exception raised is not only of the correct type but also has the 
correct parameters.


*TempDirectory*

This helper will create a temporary directory for you using mkdtemp and 
provides a handy class method for cleaning all of these up.


*tempdir*

This decorator will create a temporary directory for the duration of the 
unit test and clear it up no matter the outcome of the test.


*test_date*

This is a handy class factory that returns datetime.date replacements 
that have a today method that gives repeatable, specifiable, testable dates.


*test_datetime*

This is a handy class factory that returns datetime.datetime 
replacements that have a now method that gives repeatable, specifiable, 
testable datetimes.


*test_time*

This is a handy replacement for time.time that gives repeatable, 
specifiable, testable times.


*wrap*

This is a generic decorator for wrapping method and function calls with 
a try-finally and having code executed before the try and as part of the 
finally.


To find out more, please read here:

http://pypi.python.org/pypi/testfixtures

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk



--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


MailingLogger 3.3.0 Released!

2009-06-19 Thread Chris Withers

I'm pleased to announce a new release of Mailinglogger.

Mailinglogger provides two handlers for the standard python
logging framework that enable log entries to be emailed either as the
entries are logged or as a summary at the end of the running process.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with an X-Mailer header for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

In addition, extra support is provided for configuring the handlers when
using ZConfig, Zope 2 or Zope 3.

The latest releases of ZConfig, in particular, provide a great way to 
configure the python logging framework without having to resort to the 
appalling .ini-based configuration stuff:


 from ZConfig import configureLoggers
 configureLoggers('''
... logger
...level INFO
...logfile
...   PATH STDOUT
...   format %(levelname)s %(name)s %(message)s
.../logfile
... /logger
... ''')

This release of MailingLogger adds the ability to use %(levelname)s in 
subject-line formatting for SummarisingLoggers to include the highest 
level logged.


For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger
or
http://pypi.python.org/pypi/mailinglogger

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


ErrorHandler 1.0.0 Released!

2009-06-19 Thread Chris Withers

I'm pleased to finally get around to announcing the release of ErrorHandler.

This is a handler for the python standard logging framework that can
be used to tell whether messages have been logged at or above a
certain level.

This can be useful when wanting to ensure that no errors have been
logged before committing data back to a database.

Here's an example:

First, you set up the error handler:

 from logging import getLogger
 from errorhandler import ErrorHandler
 logger = getLogger()
 e = ErrorHandler()

The handler started off being un-fired:

 e.fired
False

Then you do whatever else you need to do, which may involve logging:

 logger.info('some information')
 e.fired
False

However, if any logging occurs at an error level or above:

 logger.error('an error')

Then the error handler becomes fired:

 e.fired
True

You use this as a condition to only do certain actions when no errors
have been logged:

 if e.fired:
...   print Not updating files as errors have occurred
Not updating files as errors have occurred

If your code does work in batches, you may wish to reset the error
handler at the start of each batch:

 e.reset()
 e.fired
False

For more information, please see:
http://www.simplistix.co.uk/software/python/errorhandler
or
http://pypi.python.org/pypi/errorhandler

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk


--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


Tutorial on working with Excel files in Python (without COM and cross platform!) at PyConUS 2009

2009-01-27 Thread Chris Withers

Hi All,

Too many people in the Python community think the only way to work with
Excel files in Python is using COM on Windows.

To try and correct this, I'm giving a tutorial at this year's PyCon in
Chicago on Wednesday, 25th March that will cover working with Excel
files in Python using the pure-python libraries xlrd, xlwt and xlutils.

I'll be looking to cover:

- Reading Excel Files

  Including formatting, unicode dates and formulae.

- Writing Excel Files

  Including formatting with easyxf and things like freeze pains, print
  areas, etc

- Filtering Excel Files

  A run through on the structure of xlutils.filter and some examples to
  show you how it works.

- Workshop for your problems

  I'm hoping anyone who attends will get a lot out of this! If you're
  planning on attending and have a particular problem you'd like to work
  on in this part of the tutorial, please drop me an email and I'll try
  and make sure I come prepared!

All you need for the tutorial is a working knowledge of Excel and
Python, with a laptop as an added benefit, and to be at PyCon this year:

http://us.pycon.org

I look forward to seeing you all there!

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk


--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


MailingLogger 3.2.2 Released!

2008-11-10 Thread Chris Withers

I'm pleased to announce a new release of
Mailinglogger that finally correctly supports easy_install and so works 
fine with zc.buildout-based projects.


In fact, MailingLogger has *become* a zc.buildout-based project for its 
development...


Anyway, Mailinglogger provides two handlers for the standard python 
logging framework that enable log entries to be emailed either as the 
entries are logged or as a summary at the end of the running process.


The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with an X-Mailer header for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

In addition, extra support is provided for configuring the handlers when
using ZConfig, Zope 2 or Zope 3.

Installation is as easy as:

easy_install mailinglogger

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger
or
http://pypi.python.org/pypi/mailinglogger

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations.html


MailingLogger 3.2.0 Released!

2007-07-31 Thread Chris Withers
With help from Jens Vagelpohl, I'm pleased to announce a new release of 
Mailinglogger that now supports filtering of log entries...

Mailinglogger enables log entries to be emailed either as the entries
are logged or as a summary at the end of the running process.

This pair of enhanced emailing handlers for the python logging framework
is now available as a standard python package and as an egg.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with an X-Mailer header for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- support for SMTP servers that require authentication

- fully documented and tested

In addition, extra support is provided for configuring the handlers when
using ZConfig, Zope 2 or Zope 3.

Installation is as easy as:

easy_install mailinglogger

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger

cheers,

Chris

-- 
Simplistix - Content Management, Zope  Python Consulting
- http://www.simplistix.co.uk



-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


MailingLogger 3.1.0 Released!

2007-05-18 Thread Chris Withers
Hot on the heals of the 3.0.0 release, this 3.1.0 release offers support 
for SMTP hosts that require authentication in order to send mail...

Mailinglogger enables log entries to be emailed either as the entries
are logged or as a summary at the end of the running process.

This pair of enhanced emailing handlers for the python logging framework
is now available as a standard python package and as an egg.

The handlers have the following features:

- customisable and dynamic subject lines for emails sent

- emails sent with an X-Mailer header for easy filtering

- flood protection to ensure the number of emails sent is not excessive

- fully documented and tested

In addition, extra support is provided for configuring the handlers when
using ZConfig, Zope 2 or Zope 3.

Installation is as easy as:

easy_install mailinglogger

For more information, please see:
http://www.simplistix.co.uk/software/python/mailinglogger

cheers,

Chris

-- 
Simplistix - Content Management, Zope  Python Consulting
- http://www.simplistix.co.uk


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


X2Y 1.1.7 Document Processor Released!

2005-05-15 Thread Chris Withers
X2Y is a flexible, configurable and extendable server-based document 
processing framework written in python.

It has the following feaures:

- Cross platform

- Fully documented

- Run as either a cron job, scheduled task or by hand

- Fully configurable logging and notification

- Fully configurable processing chains, including multiple seperate
   processing chains on a single server

- Scriptable conversion plugins, inputs and outputs

- Processors can be written in ANY language

- Input from local file system, http get or imap folder supplied as
   standard

- Output to local file system, http post or mail message supplied as
   standard

- Supplied processors for EasyPDF and OpenOffice for document conversion

Potential applications include server-side document conversion, virus 
scanning.

We are particularly interested in hearing from anyone who develops new 
inputs, outputs and processors!

For more information, please see: 
http://www.simplistix.co.uk/software/applications/x2y

cheers,

Chris

-- 
Simplistix - Content Management, Zope  Python Consulting
- http://www.simplistix.co.uk
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html