» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:BSD + python

RDFLib

RDFLib is a Python library containing an RDF triple store and an RDF/XML parser/serializer.

squishdot

Squishdot is a Slashdot-like weblog application based on Zope.

QLime

QLime is an easy to use Python library that enables object-oriented access to data residing in various sources (most notably relational databases). It includes an Object Relational Mapper.

PyChecker

PyChecker is a tool for finding common bugs in Python source code. PyChecker works as a replacement for stricter checks done by compilers for C and lint.

An example of a bug that PyChecker might catch is if a developer accidentally mistypes the name of a variable. A stricter language than Python might complain about an undeclared variable and not run, but as a scripting language, Python will happily continue on and the developer will see no error. Running PyChecker will warn the developer to the presence of a mispelling.

Mispellings are just the tip of the iceberg when it comes to PyChecker’s funtionality, and the tool has been in development since 2001.

PyChecker is recommended by Guido van Rossum, the creator of Python, as a good code analysis tool.

kinterbasdb

KInterbasDB is Python DB-API 2.0 compliant interface for Interbase and Firebird (IB Phoenix) relational database systems.

mod-pubsub

Mod-PubSub is an open source publish-subscribe server and clients.

It is led by Joyce Park and Adam Rifkin, and used by their company, Renkoo.com.

Railroad Repository

Railroad is a standards based repository for binary files such as digital media, along with their metadata.

It is designed to be easy to integrate with content management systems and other client software.

Django

“The Web Framework for Perfectionists with Deadlines.”

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Initially developed at a local newspaper in Kansas, it has since found favour for developing all kinds of sites and applications, from content-heavy sites such as www.lawrence.com to Web 2.0 applications such as www.tabblo.com.

Django is quite popular for its extensive documentation.

lxml

lxml is a Python binding for the libxml2 and libxslt XML processing libraries.

Silva

Silva is an enterprise-class CMS for organizations that maintain content for the web and print.

SWIG

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.

swocket

Swocket is a cross-platform modular XML Socket server framework implemented in Python, with the intention of being used to communicate with Macromedia Flash 5 content.