<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>pythonsource.com : news</title>
    <link>http://pythonsource.com</link>
    <description>pythonsource.com : news</description>
    <item>
      <title>Leo</title>
      <link>http://pythonsource.com/open-source/ides/leo</link>
      <description>Leo is a general data management environment.&#xD;
It shows user-created relationships among any kind of data: computer programs, web sites, etc.&#xD;
Leo is an outlining editor for programmers.&#xD;
It embeds the noweb and CWEB markup languages in an outline context.&#xD;
Leo is a flexible browser for projects, programs, classes or any other data.&#xD;
Leo is a project manager and rovides multiple views of a project within a single outline.</description>
      <pubDate>Tue, 19 Aug 2008 21:50:16 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2008-8-19:/open-source/ides/leo</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2008-08-19T21:50:16Z</dc:date>
    </item>
    <item>
      <title>Sphene Community Tools</title>
      <link>http://pythonsource.com/open-source/forum-software/sphene-community-tools</link>
      <description>SCT (Sphene Community Tools) is a collection of Django applications that are designed to be easily pluggable into any Django project. It currently consists of a Wiki and an extensible Forum application.&#xD;
&#xD;
Features for the forum include rendering of BBCode or markdown (with a pluggable rendering architecture), hierarchical forum categories, granular permissions, new posts-notifications and many more. It is extensible through 'Category Types' and includes a LinkList and Blog application to demonstrate it's use.</description>
      <pubDate>Fri, 13 Jun 2008 00:34:13 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2008-6-12:/open-source/forum-software/sphene-community-tools</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2008-06-13T00:34:13Z</dc:date>
    </item>
    <item>
      <title>Rope</title>
      <link>http://pythonsource.com/open-source/ides/rope</link>
      <description>Rope is a python refactoring library. You can use rope as a library in other IDEs.&#xD;
Features:&#xD;
* Refactorings&#xD;
* IDE helpers&#xD;
* Object Interface</description>
      <pubDate>Mon, 18 Feb 2008 22:18:31 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2008-2-18:/open-source/ides/rope</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2008-02-18T22:18:31Z</dc:date>
    </item>
    <item>
      <title>PyleWiki</title>
      <link>http://pythonsource.com/open-source/wiki-engines/pylewiki</link>
      <description>Pyle is a WikiClone - an implementation of a program sharing general ideas with the original WikiWiki developed by Ward Cunningham.&#xD;
&#xD;
Features:&#xD;
    * Edit pages via FTP&#xD;
    * Script for downloading snapshots of the entire site as a .zip file&#xD;
    * Optional CVS database backend&#xD;
    * Email notification when a page is changed&#xD;
    * Attachments (eg. images, documents etc.) to pages (both inlined and separately-retrievable) with MIME-types&#xD;
    * HTML template-files controlling a simple "look and feel"; support for CSS stylesheets&#xD;
    * Cookie for username, or use htpasswd&#xD;
    * Embed HTML or other markup in WikiPages&#xD;
    * Unix-like rwxrwxrwx permissions on pages</description>
      <pubDate>Mon, 11 Feb 2008 00:27:55 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2008-2-10:/open-source/wiki-engines/pylewiki</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2008-02-11T00:27:55Z</dc:date>
    </item>
    <item>
      <title>NetworkX</title>
      <link>http://pythonsource.com/open-source/network-servers/networkx</link>
      <description>NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.&#xD;
Features:&#xD;
        * Includes standard graph-theoretic and statistical physics functions&#xD;
        * Easy exchange of network algorithms between applications, disciplines, and platforms&#xD;
        * Includes many classic graphs and synthetic networks&#xD;
        * Nodes and edges can be "anything" (e.g. time-series, text, images, XML records)&#xD;
        * Exploits existing code from high-quality legacy software in C, C++, Fortran, etc.&#xD;
        * Open source (encourages community input)&#xD;
        * Unit-tested</description>
      <pubDate>Tue, 20 Nov 2007 01:59:18 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-11-19:/open-source/network-servers/networkx</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-11-20T01:59:18Z</dc:date>
    </item>
    <item>
      <title>Bazaar</title>
      <link>http://pythonsource.com/open-source/source-control/bazaar</link>
      <description>Bazaar is a distributed version control system, that reduces barriers to participation in your project. &#xD;
Features:&#xD;
 * Good performance: Bazaar status in a tree of 5,000 files takes just 0.5 seconds, so almost every open source project can get the advanced features of Bazaar without slowing down its developers.    &#xD;
 * Safe with your data: Bazaar has a huge test suite that ensures that new file formats can be tested automatically. The development process follows best practice with code review of all core and community code landings.&#xD;
 * Friendly: Bazaar "Just Works" (which is why the Ubuntu team chose it for their project). Bazaar has a natural feel, you can publish your code on any web server or use a custom server for performance. Bazaar has perfect support for renaming files AND directories, which means you can unleash your community and merge efficiently even from contributors who are radically restructuring the tree.&#xD;
 * Easy to integrate: Bazaar is designed as a Python API with a plugin system, so it is easy to embed in your tools and projects and easy to extend or integrate with existing infrastructure.</description>
      <pubDate>Tue, 13 Nov 2007 13:44:37 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-11-13:/open-source/source-control/bazaar</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-11-13T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Scribes</title>
      <link>http://pythonsource.com/open-source/ides/scribes</link>
      <description>Scribes is a text editor for GNOME.  Scribes focuses on streamlining your workflow. It does so by ensuring common and repetitive operations are intelligently automated. And also by eliminating factors that prevent you from focusing on your tasks.</description>
      <pubDate>Mon, 12 Nov 2007 00:58:42 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-11-11:/open-source/ides/scribes</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-11-12T00:58:42Z</dc:date>
    </item>
    <item>
      <title>SnapLogic</title>
      <link>http://pythonsource.com/open-source/enterprise-service-bus/snaplogic</link>
      <description>SnapLogicis an Open Source Data Integration framework that uses the universal standards of the Web and applies them to the problem of data integration.&#xD;
&#xD;
Unlike commercial integration solutions that are designed for individual integration tasks, SnapLogic has the power and flexibility to address a wide range of data integration requirements without hand-coding.&#xD;
&#xD;
Whether it is data migration and synchronization, ETL for data analytics or data services for Rich Internet Applications, SnapLogic can meet all of your data integration needs.</description>
      <pubDate>Fri, 09 Nov 2007 10:51:34 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-11-9:/open-source/enterprise-service-bus/snaplogic</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-11-09T10:51:34Z</dc:date>
    </item>
    <item>
      <title>GNOWSYS</title>
      <link>http://pythonsource.com/open-source/content-management-systems/gnowsys</link>
      <description>GNOWSYS is an acronym for Gnowledge Networking and Organizing SYStem. It is developed as a product of a widely used free (as in freedom) web-application server, ZOPE (Zee Object Publishing Environment), and is implemented in a versatile, full-featured object-oriented programming language Python. Its development is supported by Homi Bhabha Centre for Science Education, TIFR.&#xD;
&#xD;
Features:&#xD;
    * It is an object oriented database with each object provided by an unique URL.&#xD;
    * It is a web-application server.&#xD;
    * It can store both data and meta-data of objects.&#xD;
    * Objects can be classified according to subclass/superclass relation, and also instantiation relation (class-instance). Polymorphism is possible.&#xD;
    * Objects and their classes (called ObjectTypes) can be related in terms of arbitrary relation names.&#xD;
    * Metatype (type of types) and relations among them can also be expressed. &#xD;
    * Quantifiers and modalities can also be part of the persistent data. &#xD;
    * Data and meta-data of objects can be indexed in a catalogue for faster query.&#xD;
    * Optionally data can remain anywhere on the Internet keeping only the metadata in the database. This feature will be most useful for what is now becoming popular as semantic web.&#xD;
    * Surrogates of procedures (classes, functions, and system calls) can also be installed in the database as special objects. (Any procedure callable through Python is supported.) These procedures execute when invoked as web services.&#xD;
    * Using the above feature it is possible to design applications without writing program in any programming language: i.e., specifying the semantics of a program and mapping the elements of the program to the surrogates of procedures is sufficient for GNOWSYS to test the application design. This forms the foundation for semantic computing using GNOWSYS.&#xD;
    * Data can be accessed through HTTP, FTP, WebDav, XML-RPC protocols.&#xD;
    * GQL: Gnowledge Query Library is being developed for query, retrieval, and management of the DB. Presently it is implemented in XML-RPC.&#xD;
    * It is interoperable. Works in all the known operating systems where both Python and Zope are known to work.</description>
      <pubDate>Wed, 07 Nov 2007 12:44:58 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-11-7:/open-source/content-management-systems/gnowsys</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-11-07T12:44:58Z</dc:date>
    </item>
    <item>
      <title>Jest</title>
      <link>http://pythonsource.com/open-source/project-management/jest</link>
      <description>Jest is a software project estimator. Jest predicts how much time and how many people it will take to create a piece of software.&#xD;
Features:&#xD;
    * Gives you a decent estimate from a small amount of input.&#xD;
    * Gives you a better estimate with more detailed input.&#xD;
    * Runs from the command line.</description>
      <pubDate>Fri, 02 Nov 2007 15:37:36 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-11-2:/open-source/project-management/jest</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-11-02T15:37:36Z</dc:date>
    </item>
    <item>
      <title>BoboMail</title>
      <link>http://pythonsource.com/open-source/web-mail/bobomail</link>
      <description>BoboMail is a webmail application, which provides mail access through a web interface.&#xD;
Features:&#xD;
    * read, write, reply, forward, delete and bounce messages&#xD;
    * send and receive attachments&#xD;
    * decodes quoted-printable, base64 and uuencoded&#xD;
    * handles HTML-mails properly (with inline images!)&#xD;
    * does not need Javascript&#xD;
    * direct support for the following MIME types: message/rfc822, message/delivery-status, multipart/alternative, multipart/mixed, multipart/report, multipart/related, multipart/digest, text/plain, text/html, text/x-vcard, image/jpeg, text/rfc822-headers, image/png, image/x-xpixmap, image/gif&#xD;
    * works with POP3-servers and partially IMAP4 (spool-files under development)&#xD;
    * easy to modify and customize through HTML-templates&#xD;
    * modular design provides easy interface for other authentication methods and mail protocols&#xD;
    * provides optionally its own fast multithreading webserver (BoboMailHTTPD)&#xD;
    * multi-lingual support (i18n) - currently English, Brazilian Portuguese, Finish, Spanish and German&#xD;
    * and it's 100% Python</description>
      <pubDate>Tue, 30 Oct 2007 23:26:07 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-30:/open-source/web-mail/bobomail</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-30T23:26:07Z</dc:date>
    </item>
    <item>
      <title>Frog</title>
      <link>http://pythonsource.com/open-source/bloggers/frog</link>
      <description>Frog is a web blog tool written in Python, and designed as a web application for Snakelets.</description>
      <pubDate>Tue, 30 Oct 2007 21:40:59 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-30:/open-source/bloggers/frog</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-30T21:40:59Z</dc:date>
    </item>
    <item>
      <title>fcrypt</title>
      <link>http://pythonsource.com/open-source/security/fcrypt</link>
      <description>Python fcrypt is a pure Python implementation of the Unix crypt(3) algorithm, and packaged it with Distutils  and with doc strings for pydoc  and doctest. It's based on Eric A. Young's optimized fcrypt code, which was written in C.</description>
      <pubDate>Tue, 30 Oct 2007 21:36:48 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-30:/open-source/security/fcrypt</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-30T21:36:48Z</dc:date>
    </item>
    <item>
      <title>PyCrypto</title>
      <link>http://pythonsource.com/open-source/security/pycrypto</link>
      <description>PyCrypto is a collection of cryptographic algorithms and protocols, implemented for use from Python. Features:&#xD;
    * Hash functions: MD2, MD4, RIPEMD, SHA256.&#xD;
    * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5.&#xD;
    * Stream encryption algorithms: ARC4, simple XOR.&#xD;
    * Public-key algorithms: RSA, DSA, ElGamal, qNEW.&#xD;
    * Protocols: All-or-nothing transforms, chaffing/winnowing.&#xD;
    * Miscellaneous: RFC1751 module for converting 128-key keys into a set of English words, primality testing.</description>
      <pubDate>Tue, 30 Oct 2007 21:36:20 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-30:/open-source/security/pycrypto</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-30T21:36:20Z</dc:date>
    </item>
    <item>
      <title>PyBlosxom</title>
      <link>http://pythonsource.com/open-source/bloggers/pyblosxom</link>
      <description>PyBlosxom is a lightweight file-based weblog system. It originally started out as a Python clone of Blosxom but has since evolved into a beast of its own. PyBlosxom focuses on three things: simplicity, extensibility, and community.&#xD;
    * simplicity - PyBlosxom uses the file system for all its data storage. Because of this you can use whatever editor you want to use to create, update, and manipulate entries.&#xD;
    * extensibility - PyBlosxom has a plugin framework allowing you to build plugins in Python to augment and change PyBlosxom's default behavior.&#xD;
    * community - There are hundreds of PyBlosxom users out there all of whom have different needs. PyBlosxom is used on a variety of operating systems in a variety of environments. The pyblosxom users list shares their experiences, plugins, and expertise.&#xD;
&#xD;
PyBlosxom runs as a CGI script, under Paste, and as a WSGI</description>
      <pubDate>Tue, 30 Oct 2007 13:37:59 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-30:/open-source/bloggers/pyblosxom</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-30T13:37:59Z</dc:date>
    </item>
    <item>
      <title>PyLucence</title>
      <link>http://pythonsource.com/open-source/search-engines/pylucence</link>
      <description>PyLucene is a GCJ-compiled version of Java Lucene integrated with Python. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene.</description>
      <pubDate>Sat, 27 Oct 2007 16:00:45 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-27:/open-source/search-engines/pylucence</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-27T16:00:45Z</dc:date>
    </item>
    <item>
      <title>Database Objects</title>
      <link>http://pythonsource.com/open-source/persistence/database-objects</link>
      <description>Database Objects (dbObj) is a dynamic object-oriented, repository based layer on top of the Python DB-API II  spec.&#xD;
DbObj is developed in sync with Kura database application.&#xD;
DbObj wraps the DB-API II spec in several layers. At the bottom, there's a wrapper around the interface. the db.py module connects to the database. asks the database to execute queries and returns results.</description>
      <pubDate>Fri, 12 Oct 2007 01:05:05 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-11:/open-source/persistence/database-objects</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-12T01:05:05Z</dc:date>
    </item>
    <item>
      <title>Python Database Row Module</title>
      <link>http://pythonsource.com/open-source/persistence/python-database-row-module</link>
      <description>Python Database Row Module defines light-weight objects which allow very flexible access to a fixed number of positional and named attributes via several interfaces. Or, more simply, these objects are a better way of returning the results of database queries, since they allow efficient access to fields by name or by index. It uses some of the new features of the Python 2.2 class system, and provide a nice demonstration of how to take advantage of them.</description>
      <pubDate>Thu, 11 Oct 2007 17:06:19 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-11:/open-source/persistence/python-database-row-module</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-11T17:06:19Z</dc:date>
    </item>
    <item>
      <title>Modeling Framework</title>
      <link>http://pythonsource.com/open-source/persistence/modeling-framework</link>
      <description>Modeling is an Object-Relational Bridge for python.&#xD;
The Modeling framework intends to fill the gap between the python object world and relational databases. It relies on a model, based on Entity-Relationship Modeling, that describes how the two worlds map to each other. From your design of such a model, the database's schema and corresponding python classes are automatically generated. Thus, once you have designed how your classes should be stored in the RDBMS, you can focus on the real challenges - the logic of your business objects - while remaining in the object-oriented world of those objects and never having to worry about the SQL and RDBMS persistence layer below.</description>
      <pubDate>Wed, 10 Oct 2007 01:04:02 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-9:/open-source/persistence/modeling-framework</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-10T01:04:02Z</dc:date>
    </item>
    <item>
      <title>Dejavu</title>
      <link>http://pythonsource.com/open-source/persistence/dejavu</link>
      <description>Dejavu is a thread-safe Object-Relational Mapper for Python applications. It is designed to provide the "Model" third of an MVC application. When you build an application using Dejavu, you must supply the Controller(s) and View(s) yourself. Dejavu does not provide these, and does its best to not limit your choices regarding them.</description>
      <pubDate>Tue, 09 Oct 2007 02:12:53 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-8:/open-source/persistence/dejavu</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-09T02:12:53Z</dc:date>
    </item>
    <item>
      <title>Storm</title>
      <link>http://pythonsource.com/open-source/persistence/storm</link>
      <description>Storm is an object-relational mapper (ORM) for Python developed at Canonical. The project has been in development for more than a year for use in Canonical projects such as  Launchpad, and has recently been released as an open-source product.</description>
      <pubDate>Mon, 08 Oct 2007 12:59:05 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-8:/open-source/persistence/storm</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-08T12:59:05Z</dc:date>
    </item>
    <item>
      <title>PIDA</title>
      <link>http://pythonsource.com/open-source/ides/pida</link>
      <description>PIDA is an IDE (integrated development environment). PIDA is different from other IDEs in that it will use the tools you already have available rather than attempting to reinvent each one. PIDA is written in Python with the PyGTK toolkit, and although is designed to be used to program in any language, PIDA has fancy Python IDE features.</description>
      <pubDate>Fri, 05 Oct 2007 19:31:58 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-5:/open-source/ides/pida</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-05T19:31:58Z</dc:date>
    </item>
    <item>
      <title>PyDO</title>
      <link>http://pythonsource.com/open-source/persistence/pydo</link>
      <description>PyDO(Python Data Objects) is a Object-Relational database access tool. It provides a convenient API for retrieving and&#xD;
manipulating data without constraining in any way how the data is persisted at the RDBMS level.</description>
      <pubDate>Fri, 05 Oct 2007 01:27:13 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-4:/open-source/persistence/pydo</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-05T01:27:13Z</dc:date>
    </item>
    <item>
      <title>apycot</title>
      <link>http://pythonsource.com/open-source/testing-tools/apycot</link>
      <description>apycot is an Automated Pythonic Code Tester.&#xD;
&#xD;
This package is designed to run tests on a code repository on a daily basis. It comes with a set of predefined test, essentially for python packages, and a set of predefined reports to display execution results. However, it has been designed to be highly extensible, so you could write your own test or report using the Python language.</description>
      <pubDate>Thu, 04 Oct 2007 01:29:10 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-3:/open-source/testing-tools/apycot</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-04T01:29:10Z</dc:date>
    </item>
    <item>
      <title>htc-py HyperText Converter</title>
      <link>http://pythonsource.com/open-source/web-frameworks/htc-py-hypertext-converter</link>
      <description>The HyperText Converter converts code from XML to HTML (in:XML out:HTML). htc-py is based on a number of python scripts. htc-py is designed to run from the command line. htc-py helps you creating your webpage or presentation in an easier way.</description>
      <pubDate>Thu, 04 Oct 2007 01:28:47 GMT</pubDate>
      <guid isPermaLink="false">tag:pythonsource.com,2007-10-3:/open-source/web-frameworks/htc-py-hypertext-converter</guid>
      <dc:creator>pythonsource.com</dc:creator>
      <dc:date>2007-10-04T01:28:47Z</dc:date>
    </item>
  </channel>
</rss>

