Metadata-Version: 1.0
Name: ErrorReport
Version: 0.3.2
Summary: Provide HTML error reports during development of web applications and email reports for errors occurring in production.
Home-page: http://jimmyg.org/work/code/errorreport/index.html
Author: James Gardner
Author-email: UNKNOWN
License: GNU AGPLv3
Description: ErrorReport
        +++++++++++
        
        .. contents :: 
        
        Summary
        =======
        
        Provide HTML error reports during development of web applications and email
        reports for errors occurring in production.
        
        This is designed to be used as part of Flows and may not be very useful as a
        standalone package.
        
        Get Started
        ===========
        
        * Download and install from source
        
        Author
        ======
        
        `James Gardner <http://jimmyg.org>`_
        
        
        Changes
        =======
        
        0.3.2
        -----
        
        * Removed an extra ``;`` character in the SQL
        
        0.3.1
        -----
        
        2010-10-13
        ~~~~~~~~~~
        
        * Updated to use HTTPKit 0.2.0
        
        2010-09-16
        ~~~~~~~~~~
        
        * Preliminary support for saving exception data to an SQLite database
         
        0.3.0
        -----
        
        2010-08-24
        ~~~~~~~~~~
        
        * Rewrite to use PipeStack
        
        0.2.0
        -----
        
        2009-12-24
        ~~~~~~~~~~
        
        * BuildKit support and other changes
        
        0.1.0
        -----
        
        2009-11-18
        ~~~~~~~~~~
        
        * Better handling of errors occuring trying to display or send an error report
        
        2009-11-11
        ~~~~~~~~~~
        
        * Updated handle_option_error() call
        * Tweaked for better error handling if an exception occurs in processing
        * Updated to full service
        
        2009-10-04
        ~~~~~~~~~~
        
        * First version
        
        License
        =======
        ErrorReport - Provide HTML error reports during development of web applications and email reports for errors occurring in production.
        Copyright (C) 2009 James Gardner
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Affero General Public License as
        published by the Free Software Foundation, either version 3 of the
        License, or (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Affero General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        Download
        ========
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Web Environment
