Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install areciboware

How to install areciboware

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install areciboware
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0b1 Available View build log
Windows (64-bit)
1.0b1 Available View build log
Mac OS X (10.5+)
1.0b1 Available View build log
Linux (32-bit)
1.0b1 Available View build log
Linux (64-bit)
1.0b1 Available View build log
 
License
BSD
Dependencies
Imports
Lastest release
version 1.0b1 on Jan 5th, 2011

areciboware is a small WSGI middleware component that will report unhandled exceptions to an Arecibo instance. This provides a convenient system to collect and analyse errors in an application.

Usage

To use areciboware you need to have a running Arecibo instance. You will needs its URL and its public key to setup the middleware.

paste.deploy

If you are using Paste Deployment to start your website you can define an arecibo filter in your .ini file:

[filter:arecibo]

System Message: ERROR/3 (<string>, line 17)

Inconsistent literal block quoting.

use = egg:areciboware#main url = http://my-arecibo.appspot.com/v/1/ account = your-arecibo-public-key

[app:yourapp] ..

[pipeline:main] pipeline = arecibo yourapp

Manual

You can also manually add the middleware to your WSGI pipeline in your python code. Here is a simple example:

System Message: WARNING/2 (<string>, line 35)

Literal block expected; none found.

from areciboware.middleware import AreciboMiddleware

app = AreciboMiddleware(app, url="http://my-arecibo.appsot.com/v/1/", account="your-arecibo-public-key") return app

Changelog

1.0b1 - July 27, 2010
  • Include request data with all CGI and WSGI variables in reports.

System Message: WARNING/2 (<string>, line 52)

Bullet list ends without a blank line; unexpected unindent.

[wichert]

  • Include username in report if REMOTE_USER is set in the environ.

System Message: WARNING/2 (<string>, line 55)

Bullet list ends without a blank line; unexpected unindent.

[wichert]

1.0a1 - July 14, 2010
  • First public release.

System Message: WARNING/2 (<string>, line 62)

Bullet list ends without a blank line; unexpected unindent.

[wichert]

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.