Skip to main content
Avatar for mgood from gravatar.com
Username    mgood

14 projects

Trac

Last released

Integrated SCM, wiki, issue tracker and project environment

Genshi

Last released

A toolkit for generation of output for the web

TracSpamFilter

Last released

Plugin for spam filtering

jprops

Last released

Parser for Java .properties files

js.d3

Last released

Fanstatic package for D3.js

js.handlebars

Last released

Fanstatic package for Handlebars.js

Flask-Fanstatic

Last released

Flask integration for the Fanstatic resource publishing system.

Flask-Failsafe

Last released

A failsafe for the Flask reloader

lola

Last released

Lola runs small Python scripts quickly

bdist_venv

Last released

Python distutils extension to bundle package as a virtualenv.

js.rickshaw

Last released

Fanstatic package for Rickshaw

quipu

Last released

Quipu ======= Evaluate simple Python mathmatical and logical expressions http://en.wikipedia.org/wiki/Quipu An attempt to make a safe evaluator of a subset of Python expressions. This is mostly a proof-of-concept for getting feedback, it has not been thoroughly checked for safety, use at your own risk :) It uses the Python ast module to parse the expression, but all evaluation is done by walking the ast, it is not directly executed by the Python runtime. Nosetests are provided below including coverage of supported and unsupported operations. Known security considerations: The variables are expected to be simple primitive types. Providing functions with unsafe effects, or variables where the operator implementations can have unsafe effects is obviously unsafe. Some operations may also take a lot of time or memory and DOS the process. Usage:: import quipu result = quipu.evaluate('2 + 2') See the list of "supported_expressions" in ``test_asteval.py`` for an example of what operations are implemented.

TracPygments

Last released

Trac syntax colorer using Pygments

PyCAPTCHA

Last released

A Python framework for CAPTCHA tests

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page