[X] The "/2.x86-linux/gettext-0.10.35.x86-linux.tar.gz" file could not be found or is not available. Please select another file.

WebPython is a web-application development toolkit, written in Python. It contains a portable object-relational database layer, a Python-object persistence system and a templating engine, among other stuff.


http://webpython.sourceforge.net





Separate each tag with a space.

Release Date:

2005-12-04

Topics:

License:

Operating System:

Intended Audience:

User Interface:

Database Environment:

Programming Language:

Registered:

2005-08-05

Ratings and Reviews

Be the first to post a text review of WebPython. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • WebPython 0.6.4 Released

    With this release, WebPython has gained database caching through the use of memcached, which greatly speeds up database reads. A new version of the Tutorial Blog (using this new feature) has also been released.

    posted by cpl 1441 days ago

  • File released: /Tutorial Blog Demo/1.2.0/tutorial-blog-1.2.0.tar.gz

    posted 1441 days ago

  • File released: /WebPython/0.6.4/WebPython-0.6.4.tar.gz

    posted 1441 days ago

  • Tutorial Blog Demo 1.2.0 file released: tutorial-blog-1.2.0.tar.gz

    posted 1441 days ago

  • WebPython 0.6.4 file released: WebPython-0.6.4.tar.gz

    WebPython CHANGELOG ------------------- All changes made by Collin Lally VERSION 0.6.0 ------------- database.pgsql: * LoadDatabase: Changed the format of arguments to accept an optional dictionary of connection data rather than separate, mandatory arguments. * DropDatabase: New in this release. Removes the given database from the server. Takes the name of the database (required) and connection_data (optional) as arguments. * LoadDatabase, ListDatabases, NewDatabase, DropDatabase: These functions all take the optional connection_data dictionary now, and any of them can set the global Host, User, and Passwd variables * DatabaseClass.Drop: New in this release. Drops a table from the parent database. Takes a Table object as an argument. * Table.Update: New in this release. Searches for the record containing search_value in field, and updates said record with the dictionary new_record. database.mysql: Same changes as database.pgsql ------------- VERSION 0.6.1 ------------- database.persistence: * Update: New in this release. Updates a persistent object stored in a database. database.pgsql: database.mysql: * LoadDatabase: Fixed a small bug that caused the program to throw a DatabaseError exception. ------------- VERSION 0.6.2 ------------- database.__init__: *Refactored database code to make it more modular and extendable. New inheritance hierarchy where all engine-specific classes inherit from the proper base class. Eg., pgsql.DatabaseClass inherits from BaseDatabase, as does mysql.DatabaseClass, and each adds the necessary engine-specific code. database.pgsql: database.mysql: *VirtualTable: New in this release. Creates an immutable table-like object that exists only on the application level. Searchable. In the long term, I plan to have all database access calls return VirtualTables, but not yet. ------------- VERSION 0.6.3 ------------- webpython: *Fixed the project generation refactorization. ------------- VERSION 0.6.4 ------------- database.__init__: *Added support for caching to the database layer using memcached.

    posted 1441 days ago

  • File released: /WebPython/0.6.3/WebPython-0.6.3.tar.gz

    posted 1477 days ago

  • WebPython 0.6.3 file released: WebPython-0.6.3.tar.gz

    posted 1477 days ago

  • WebPython 0.6.2 Released

    With this release, the database layer has been significantly modularized and overhauled; database-engine specific classes now inherit from common base classes. New in this release is the VirtualTable object, with gives developers an immutable, searchable, table-like object on the application level. Eventually, all database access calls will return VirtualTables, but not yet.

    posted by cpl 1480 days ago

  • File released: /WebPython/0.6.2/WebPython-0.6.2.tar.gz

    posted 1480 days ago

  • WebPython 0.6.2 file released: WebPython-0.6.2.tar.gz

    WebPython CHANGELOG ------------------- All changes made by Collin Lally VERSION 0.6.0 ------------- database.pgsql: * LoadDatabase: Changed the format of arguments to accept an optional dictionary of connection data rather than separate, mandatory arguments. * DropDatabase: New in this release. Removes the given database from the server. Takes the name of the database (required) and connection_data (optional) as arguments. * LoadDatabase, ListDatabases, NewDatabase, DropDatabase: These functions all take the optional connection_data dictionary now, and any of them can set the global Host, User, and Passwd variables * DatabaseClass.Drop: New in this release. Drops a table from the parent database. Takes a Table object as an argument. * Table.Update: New in this release. Searches for the record containing search_value in field, and updates said record with the dictionary new_record. database.mysql: Same changes as database.pgsql ------------- VERSION 0.6.1 ------------- database.persistence: * Update: New in this release. Updates a persistent object stored in a database. database.pgsql: database.mysql: * LoadDatabase: Fixed a small bug that caused the program to throw a DatabaseError exception. ------------- VERSION 0.6.2 ------------- database.__init__: *Refactored database code to make it more modular and extendable. New inheritance hierarchy where all engine-specific classes inherit from the proper base class. Eg., pgsql.DatabaseClass inherits from BaseDatabase, as does mysql.DatabaseClass, and each adds the necessary engine-specific code. database.pgsql: database.mysql: *VirtualTable: New in this release. Creates an immutable table-like object that exists only on the application level. Searchable. In the long term, I plan to have all database access calls return VirtualTables, but not yet.

    posted 1481 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

WebPython Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review