RSS 1114 projects tagged "OS Independent"

Download Website Updated 27 Jan 2002 Websize

Screenshot
Pop 26.61
Vit 1.79

Websize (formerly Ionax) is a complete URL sizing solution. It reads in a page through HTTP, checks it for dependencies and other inlines, and generates size information and statistics by content-type and HTTP response code. It's written in Python. It offers progress printing, frames and redirect support, statistics, documentation, and easy install/uninstall. Its purpose is to give you an idea of what your users are enduring while visiting your site.

Download Website Updated 17 Jan 2010 pyprof

Screenshot
Pop 26.61
Vit 1.73

pyprof is a wrapper around python's profile module for easily profiling python scripts without having to specify the whole path to them if they are in $PATH. It has command line arg and rc file configurable behaviors. If pyprof_auto is used, any python code can be profiled merely by setting the $PYPROF environment variable.

Download Website Updated 09 Apr 2001 Python UIML renderer

Screenshot
Pop 37.28
Vit 1.41

UIML stands for User Interface Markup Language. It is an XML-family language for user interface description. The basic idea is to build user interfaces for various platforms from one description (source). The description consists of a widget structure definition, widget properties, reaction on events, widget set description, application logic, etc. The project aim is to build a Python renderer for UIML. It supports static rendering and wxPython. See additional info on UIML at www.UIML.org

Download Website Updated 12 Apr 2001 An HTML Templating System

Screenshot
Pop 15.62
Vit 1.73

AHTS stands for An HTML Templating System. It is an implementation of the templating system invented by Ars Digita, ACS Templating, in Python. AHTS tries to mimic the designer side (i.e. the tags) of the ACS templating system as closely as possible.

Download Website Updated 06 Apr 2001 Pytalk

Screenshot
Pop 40.64
Vit 66.54

Pytalk is a natural language understanding program written in Python. It includes an English language parser, an English dictionary tagged with parts of speech (including phrasal verbs and common first names), a spelling corrector, and an indexed file module.

Download Website Updated 26 Jun 2002 maki

Screenshot
Pop 18.87
Vit 2.11

maki is a Web-serving framework built on Python and XML. It allows a Web developer to send an XML input document through any number of steps, where each step is either a stylesheet transformation or a custom process. A processor that evaluates embedded Python code is included. The output of each step is passed as the input to the next step (similar to a Unix pipe). Additionally, the output of each processor step can be cached for a user-specified time period. All configuration is done in XML files that allow you to specify rules based on matching paths against Unix-style wildcard patterns or regular expressions.

Download Website Updated 06 Feb 2011 PyChecker

Screenshot
Pop 161.94
Vit 11.04

PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler (or lint) for less dynamic languages, like C and C++. Common errors that can be found include forgetting to import a module, misspelling a variable, passing the wrong number of parameters to a function/method, and not using a module/variable.

Download Website Updated 17 Jan 2010 Vim Indention Detection

Screenshot
Pop 26.32
Vit 1.00

This program examines the current buffer and determines the indent style in use, then sets vim tabstop/shiftwidth/etc to work correctly with that style, and creates a syntax match to highlight any indentation in the file that does not match the selected style. It can be set up to auto-detect when opening files.

Download Website Updated 15 May 2003 Formulator

Screenshot
Pop 63.97
Vit 4.10

Formulator is a flexible, extensible framework for the creation and validation of web forms in Zope. Web forms can be created with a web-based management interface. When a form is submitted, many common validations, such as testing for required fields or certain types of input, can be automated.

Download Website Updated 12 Jun 2003 JPublish

Screenshot
Pop 107.03
Vit 5.39

JPublish is a powerful Web publishing system designed to ensure a clean separation of developer roles. It includes support for multiple templating engines, including Jakarta Apache's Velocity, FreeMarker, and WebMacro. It supports numerous scripting languages including Python, BeanShell, and JavaScript. It is modular and provides for easy extensibility.

Screenshot

Project Spotlight

pdf_gantt

A TCPDF wrapper class for rendering Gantt charts as part of a PDF document.

Screenshot

Project Spotlight

gjrand

A pseudo-random number library and tests.