File: PKG-INFO

package info (click to toggle)
webhelpers 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,020 kB
  • ctags: 1,130
  • sloc: python: 8,198; makefile: 96
file content (29 lines) | stat: -rw-r--r-- 1,285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Metadata-Version: 1.0
Name: WebHelpers
Version: 1.1
Summary: Web Helpers
Home-page: http://webhelpers.groovie.org/
Author: Mike Orr, Ben Bangert, Phil Jenvey
Author-email: sluggoster@gmail.com, ben@groovie.org, pjenvey@groovie.org
License: UNKNOWN
Description: 
        Web Helpers is a library of helper functions intended to make writing 
        web applications easier. It's the standard function library for
        Pylons and TurboGears 2, but can be used with any web framework.  It also
        contains a large number of functions not specific to the web, including text
        processing, number formatting, date calculations, container objects, etc.
        
        WebHelpers does not have any dependencies; however, certain helpers depend on
        third-party packages as described in the docs.
        
        The development version of WebHelpers is at
        http://bitbucket.org/bbangert/webhelpers (Mercurial)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules