werkzeug 0.5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 582
Werkzeug 0.5
The Swiss Army knife of Python web development more>>
Werkzeug 0.5 provides you an excellent and perfect product which was started as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. Werkzeug includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules.
Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. Werkzeug doesn't even enforce a specific way of handling requests and will just leave all that up to the developer. Werkzeug is most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).
Major Features:
- Unicode awareness
- Request and response objects
- Various utility functions for dealing with HTTP headers such as Accept and Cache-Control headers.
- Thread local objects with proper cleanup at request end
- An interactive debugger
- Wrapper around wsgiref that works around some of the limitations and bugs, adds threading and fork support for test environments and adds an automatic reloader.
- A flexible URL routing system with REST support.
- Fully WSGI compatible
Enhancements:
- Requires Python 2.4 now
- Fixed a bug in :class:`~contrib.IterIO`
- Added :class:`MIMEAccept` and :class:`CharsetAccept` that work like the regular :class:`Accept` but have extra special normalization for mimetypes and charsets and extra convenience methods.
- Switched the serving system from wsgiref to something homebrew.
- The :class:`Client` now supports cookies.
- Added the :mod:`~werkzeug.contrib.fixers` module with various fixes for webserver bugs and hosting setup side-effects.
- Added :mod:`werkzeug.contrib.wrappers`
- Added :func:`is_hop_by_hop_header`
- Added :func:`is_entity_header`
- Added :func:`remove_hop_by_hop_headers`
- Added :func:`pop_path_info`
- Added :func:`peek_path_info`
- Added :func:`wrap_file` and :class:`FileWrapper`
- Moved `LimitedStream` from the contrib package into the regular werkzeug one and changed the default behavior to raise exceptions rather than stopping without warning. The old class will stick in the module until 0.6.
- Implemented experimental multipart parser that replaces the old CGI hack.
- Added :func:`dump_options_header` and :func:`parse_options_header`
- Added :func:`quote_header_value` and :func:`unquote_header_value`
- :func:`url_encode` and :func:`url_decode` now accept a separator argument to switch between `&` and `;` as pair separator. The magic switch is no longer in place.
- All form data parsing functions as well as the :class:`BaseRequest` object have parameters (or attributes) to limit the number of incoming bytes (either totally or per field).
- Added :class:`LanguageAccept`
- Request objects are now enforced to be read only for all collections.
- Added many new collection classes, refactored collections in general.
- Test support was refactored, semi-undocumented `werkzeug.test.File` was replaced by :class:`werkzeug.FileStorage`.
- :class:`EnvironBuilder` was added and unifies the previous distinct :func:`create_environ`, :class:`Client` and :meth:`BaseRequest.from_values`. They all work the same now which is less confusing.
- Officially documented imports from the internal modules as undefined behavior. These modules were never exposed as public interfaces.
- Removed `FileStorage.__len__` which previously made the object falsy for browsers not sending the content length which all browsers do.
- :class:`SharedDataMiddleware` uses `wrap_file` now and has a configurable cache timeout.
- Added :class:`CommonRequestDescriptorsMixin`
- Added :attr:`CommonResponseDescriptorsMixin.mimetype_params`
- Added :mod:`werkzeug.contrib.lint`
- Added `passthrough_errors` to `run_simple`.
- Added `secure_filename`
- Added :func:`make_line_iter`
- :class:`MultiDict` copies now instead of revealing internal lists to the caller for `getlist` and iteration functions that return lists.
- Added :attr:`follow_redirect` to the :func:`open` of :class:`Client`.
- Added support for `extra_files` in :func:`~werkzeug.script.make_runserver`
Download (1.5MB)
Added: 2009-04-27 License: Freeware Price: FREE
15 downloads
Download (667KB)
Added: 2006-02-01 License: Freeware Price:
1365 downloads
Webdy 0.5
Puts a webpage on your desktop. more>>
Webdy is a GPL program that puts a web page on your desktop. Transparency and the default home page can be set on the Preferences window.
The Webdy icon comes from Neil Dixon (nellus(at)mac.com). I can only provide minimal support, use the source code included in the download. Tested on Mac OS X 10.3.2 and Xcode 1.1
<<lessThe Webdy icon comes from Neil Dixon (nellus(at)mac.com). I can only provide minimal support, use the source code included in the download. Tested on Mac OS X 10.3.2 and Xcode 1.1
Download (1.7MB)
Added: 2004-08-12 License: Freeware Price:
1036 downloads
pearSQLizer 0.5.1
pearSQLizer is a little front end tool for JDBC-Accessible SQL-Databases like MySQL and Oracle more>>
pearSQLizer is a little front end tool for JDBC-Accessible SQL-Databases like MySQL and Oracle.
pearSQLizer allows you to send SQL-Statements to a database. Then it displays the results of these statements in a table.
You can also execute multiple SQL-Scripts from external files or insert the content of textfiles into database tables. The most interesting thing about pearSQLizer is that it provides its SQL-Capabilities to other cocoa-applications via the Services-Menu. Just type your SQL-Scripts in any service-aware texteditor and use the pearSQLize-Service to send them to your database. Furthermore pearSQLizer remembers the most recent SQL-Statements so you can quickly access them again.
Now with Jaguar compatibility.
This software does not work on Tiger.
<<lesspearSQLizer allows you to send SQL-Statements to a database. Then it displays the results of these statements in a table.
You can also execute multiple SQL-Scripts from external files or insert the content of textfiles into database tables. The most interesting thing about pearSQLizer is that it provides its SQL-Capabilities to other cocoa-applications via the Services-Menu. Just type your SQL-Scripts in any service-aware texteditor and use the pearSQLize-Service to send them to your database. Furthermore pearSQLizer remembers the most recent SQL-Statements so you can quickly access them again.
Now with Jaguar compatibility.
This software does not work on Tiger.
Download (137KB)
Added: 2006-08-06 License: Freeware Price:
1175 downloads
Jamper 0.5
Jamper - Visual XSLT generator more>>
Jamper is a Java based application for creating data transformation rules. It is a graphical tool that greatly simplifies the creation of those rules by using a simple drag-and-drop interface. Transformations are created simply by dragging lines between nodes.
It is capable of loading XML schemas, instances and XHTML documents.
Therefore, it is possible to transform any of these document types into another. For example, a simple XML document can be transformed into an XHTML web page.
The easiest way to use it is to drag source file to the left tree and destination file to the right tree. Then simply use drag-and-drop from one tree to another to create links. If the source file is an XML instance then it will automatically be set also as a test file.
<<lessIt is capable of loading XML schemas, instances and XHTML documents.
Therefore, it is possible to transform any of these document types into another. For example, a simple XML document can be transformed into an XHTML web page.
The easiest way to use it is to drag source file to the left tree and destination file to the right tree. Then simply use drag-and-drop from one tree to another to create links. If the source file is an XML instance then it will automatically be set also as a test file.
Download (112KB)
Added: 2006-03-22 License: GPL Price:
1311 downloads
CHEESE 0.5
CHEESE makes circular histogram creation simple more>>
Circular Histogram Engine for Effortless Statistical Evaluation (CHEESE) makes circular histogram creation simple. Just enter a list of values, and optionally labels, and CHEESE generates the histogram in realtime.
CHEESE automatically calculates and displays appropriate gridlines if desired, provides full control of graph colors to the user, and efficiently scales up to full screen.
CHEESE is a very early beta. Many features are missing from the application, like preference-saving and label-drawing.
<<lessCHEESE automatically calculates and displays appropriate gridlines if desired, provides full control of graph colors to the user, and efficiently scales up to full screen.
CHEESE is a very early beta. Many features are missing from the application, like preference-saving and label-drawing.
Download (38KB)
Added: 2005-11-30 License: Freeware Price:
1423 downloads
FreeDMG 0.5.4b
FreeDMG is a freeware program that is used for drag and drop disk imaging more>>
FreeDMG is a freeware program that is used for drag and drop disk imaging.
This software allows the user to perform drag-and-drop disk imaging on the fly.
This is helpful for quick imaging (where Apples disk utility may prove too complicated).
Both the programs window, and the dock icon can be used for drop imaging. There are currently twelve (12) compression formats that the user can select from (UDZO, UDCO, etc.). Users may also choose to make internet enable disk images. Verbose preference, and log window help users hide/display additional information about the current image.
The newly added "Images" menu contains a slew of options for use with disk images. This is accompanied by the addition of adjustable compresion levels in preferences (with UDZO format only), the option to overwrite exising files, and and option to quit after imaging on dock drop launch.. Users can also now ecnrypt (password protect) images with the click of a button, and more! Keep checking back.
Enhancements:
- Universal Binary
- New icon
- Bug fixes
- Toolbar
- Added "Type" option to new disk image window (UDIF vs. Sparseimage)
- Enabled AppleScript support for "open" verb
- Added options for disk image drop actions in preferences
- Added "Limit segments to size:" preference
- Added bzip2 support for Mac OS X 10.4+
- Added drawer to main window (contains log and commonly used preferences).
<<lessThis software allows the user to perform drag-and-drop disk imaging on the fly.
This is helpful for quick imaging (where Apples disk utility may prove too complicated).
Both the programs window, and the dock icon can be used for drop imaging. There are currently twelve (12) compression formats that the user can select from (UDZO, UDCO, etc.). Users may also choose to make internet enable disk images. Verbose preference, and log window help users hide/display additional information about the current image.
The newly added "Images" menu contains a slew of options for use with disk images. This is accompanied by the addition of adjustable compresion levels in preferences (with UDZO format only), the option to overwrite exising files, and and option to quit after imaging on dock drop launch.. Users can also now ecnrypt (password protect) images with the click of a button, and more! Keep checking back.
Enhancements:
- Universal Binary
- New icon
- Bug fixes
- Toolbar
- Added "Type" option to new disk image window (UDIF vs. Sparseimage)
- Enabled AppleScript support for "open" verb
- Added options for disk image drop actions in preferences
- Added "Limit segments to size:" preference
- Added bzip2 support for Mac OS X 10.4+
- Added drawer to main window (contains log and commonly used preferences).
Download (342KB)
Added: 2006-08-25 License: Freeware Price:
1163 downloads
Theremin 0.5.1
Theremin - a Mac OS X MPD client more>>
Theremin is a Mac OS X MPD client. You can find more informations about MPD at http://www.musicpd.org.
<<less Download (1MB)
Added: 2007-07-16 License: Freeware Price:
840 downloads
PowerXplorer 1.0.5
PowerXplorer draws the Mandelbrot set and lets you explore it by zooming in and out at will more>>
PowerXplorer is a small application I wrote to test the Power Macintosh speed in native floating-point calculations. It draws the Mandelbrot set and lets you explore it by zooming in and out at will.
PowerXplorer is a fast Mandelbrot fractal graphics generator
PowerXplorer is a fat application: it contains code for both the 680x0 processors and the new PowerPC chip. The 680x0 code requires at least a 68020 and a 68881 coprocessor; it doesnt run on a 68LC040 because that chip has no math coprocessor. PowerXplorer requires 256 colors (or grays) to display the images properly; with thousands or millions of colors the image is correct, but theres no color animation.
<<lessPowerXplorer is a fast Mandelbrot fractal graphics generator
PowerXplorer is a fat application: it contains code for both the 680x0 processors and the new PowerPC chip. The 680x0 code requires at least a 68020 and a 68881 coprocessor; it doesnt run on a 68LC040 because that chip has no math coprocessor. PowerXplorer requires 256 colors (or grays) to display the images properly; with thousands or millions of colors the image is correct, but theres no color animation.
Download (58KB)
Added: 2005-12-19 License: Freeware Price:
1410 downloads
PAW 0.5
PAW - Automator workflows for the Finder more>>
PAW consists of Automator workflows, which are suitable to be used as Finder Plug-Ins. These workflows are mainly just something which Ive done for myself, but of course its great if you also can find some use for these.
The installation process is very simple. Just unzip the package, and move the
workflows in ~/Library/Workflows/Applications/Finder.
Enhancements:
- first version
- 2 workflows, more to come.
<<lessThe installation process is very simple. Just unzip the package, and move the
workflows in ~/Library/Workflows/Applications/Finder.
Enhancements:
- first version
- 2 workflows, more to come.
Download (9KB)
Added: 2006-06-10 License: Freeware Price:
1232 downloads
recdv 0.5.4
recdv - Scriptable DV capture software more>>
Scriptable DV capture software. Just For Background, Scheduled Recording, Audio Preview only (No Video Preview), Ultra Light Weight. Quicktime 7 required. (Universal Binary)
Enhancements:
- Add audio master gain control. Change keyboard shortcuts.
<<lessEnhancements:
- Add audio master gain control. Change keyboard shortcuts.
Download (275KB)
Added: 2007-02-03 License: Freeware Price:
994 downloads
fKeys 0.0.5
fKeys - Key remapper for OS X 10.4 more>>
fKeys is a MacOS X keyboard tweaker. It is heavily inspired by uControl, but its rewritten for Tiger from the ground up. In fact, it ONLY runs on Tiger.
It is still incredibly young, so it does only three things at present:
1. CAPS LOCK on every keyboard attached to your Macintosh turns into a Control key.
2. The right Control key of any external keyboard connected to your Macintosh becomes a Command key.
3. The Enter key on the internal keyboard of a PowerBook becomes an Option key.
THATS IT. No runtime configuration, no pretty preference pane, no mouse handling, no nothin -- just those three things. With more to come later, of course. [ :) ]
Enhancements:
- (and its cousin 0.0.6) supports USB-based PowerBooks as well as the older ADB-based PowerBooks.
<<lessIt is still incredibly young, so it does only three things at present:
1. CAPS LOCK on every keyboard attached to your Macintosh turns into a Control key.
2. The right Control key of any external keyboard connected to your Macintosh becomes a Command key.
3. The Enter key on the internal keyboard of a PowerBook becomes an Option key.
THATS IT. No runtime configuration, no pretty preference pane, no mouse handling, no nothin -- just those three things. With more to come later, of course. [ :) ]
Enhancements:
- (and its cousin 0.0.6) supports USB-based PowerBooks as well as the older ADB-based PowerBooks.
Download (623KB)
Added: 2005-12-13 License: GPL Price:
1411 downloads
iFastViewer 0.5
iFastViewer - Easy and fast photo viewer more>>
iFastViewer is an easy and fast viewer to see your photos (or any kind of pictures).
It was been designed for a photographer who wanted a sofware which let him see his photos in a window with an easy browsing system (not with this so little thumbnails and not a heavy software like iPhoto). He wanted to select photos "on-the-fly" to find out them in the Finder (to move, copy or delete them). iFastViewer is not an iPhoto clone but it does its work.
iFastViewer is a GPL software, you can download sources on my site (iFastViewer was developed with Applescript Studio).
Main features:
- open one photo with it, iFastViewer get all pictures are in the same folder
- browse in them
- when you want to select a photo, click on the select button (with the heart)
- after select all photos you want, close iFastViewer window or quit it, then Finder will open a window targeting the folder of your photo with selected files corresponding to your selected photos.
Enhancements:
- correct memory leak and positioning of delete button.
- Add mouse wheel management (window mode), catch arrows key and space to browse and select picture.
<<lessIt was been designed for a photographer who wanted a sofware which let him see his photos in a window with an easy browsing system (not with this so little thumbnails and not a heavy software like iPhoto). He wanted to select photos "on-the-fly" to find out them in the Finder (to move, copy or delete them). iFastViewer is not an iPhoto clone but it does its work.
iFastViewer is a GPL software, you can download sources on my site (iFastViewer was developed with Applescript Studio).
Main features:
- open one photo with it, iFastViewer get all pictures are in the same folder
- browse in them
- when you want to select a photo, click on the select button (with the heart)
- after select all photos you want, close iFastViewer window or quit it, then Finder will open a window targeting the folder of your photo with selected files corresponding to your selected photos.
Enhancements:
- correct memory leak and positioning of delete button.
- Add mouse wheel management (window mode), catch arrows key and space to browse and select picture.
Download (1MB)
Added: 2005-12-20 License: Freeware Price:
1506 downloads
LanderBrowse 0.5
LanderBrowse - A small fast Web-Browser taking up less than 16MB more>>
LanderBrowse is a small fast Web-Browser which does not take up ore than 16mbs of your memory
It is good enough to be used on A Mac 5260/75...
<<lessIt is good enough to be used on A Mac 5260/75...
Download (35KB)
Added: 2006-08-30 License: Freeware Price:
1152 downloads
MUTE 0.5
MUTE is a new P2P network client more>>
MUTE File Sharing is a new peer-to-peer network that provides easy search-and-download functionality while also protecting your privacy.
MUTE File Sharing compiles as a fast, native application for many platforms (no Java, no Python, etc.).
Enhancements:
- Added support for multi-source downloads
- Added download queuing
- Added "anonymous friends" feature
- Improved network scalability
- Fixed several security issues.
<<lessMUTE File Sharing compiles as a fast, native application for many platforms (no Java, no Python, etc.).
Enhancements:
- Added support for multi-source downloads
- Added download queuing
- Added "anonymous friends" feature
- Improved network scalability
- Fixed several security issues.
Download (2.7MB)
Added: 2006-06-09 License: Freeware Price:
1727 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above werkzeug 0.5 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed