<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page License:Python-License 
             and everything recently tagged License:Python-License -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>License:Python-License on SWiK</title>
        <doap:name>License:Python-License</doap:name>
        <doap:description>&lt;p&gt;The Python License was written by the copyright owners of the &lt;a class="wikilink" href="http://swik.net/Python"&gt;Python programming language&lt;/a&gt;, the Corporation for National Research Initiatives.&lt;/p&gt;


	&lt;p&gt;The license is similar in restrictions to the &lt;a class="wikilink" href="http://swik.net/License:BSD"&gt;&lt;span class="caps"&gt;BSD&lt;/span&gt;&lt;/a&gt; License, however it was not compatible with the &lt;a class="wikilink" href="http://swik.net/License:GPL"&gt;&lt;span class="caps"&gt;GPL&lt;/span&gt;&lt;/a&gt; until it was rewritten into a new version called the &amp;#8220;Python Software Foundation License&amp;#8221;.&lt;/p&gt;


	&lt;p&gt;Previous versions of the license are not compatible with the &lt;span class="caps"&gt;GPL&lt;/span&gt; due to the lack of a &amp;#8216;choice of law&amp;#8217; clause, that deals with future problems with the license.&lt;/p&gt;
</doap:description>
        <description>The Python License was written by the copyright owners of the Python programming language, the Corporation for National Research Initiatives.


	The license is similar in restrictions to the BSD License, however it was not compatible with the GPL until it was rewritten into a new version called the &amp;#8220;Python Software Foundation License&amp;#8221;.


	Previous versions of the license are not compatible with the GPL due to the lack of a &amp;#8216;choice of law&amp;#8217; clause, that deals with future pr</description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/License:Python-License</link>
        <doap:homepage></doap:homepage>
                <category>python</category>
        <category>license</category>
        <category>License:Python-License</category>
        <category>CNRI</category>

        <pubDate>Wed, 17 May 2006 16:29:18 -0700</pubDate>
        <lastBuildDate>Wed, 17 May 2006 16:30:33 -0700</lastBuildDate>
            
        <item>
            <title>Beautiful Soup</title>
            <link>http://swik.net/beautifulsoup</link>
            <doap:name>beautifulsoup</doap:name>
            <description>&lt;p&gt;Beautiful Soup is a self-contained parser that makes &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/screen-scraping&quot;&gt;screen-scraping&lt;/a&gt; easy.  It parses both good and bad &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/HTML&quot;&gt;&lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;&lt;/a&gt; and &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/XML&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt;&lt;/a&gt; and offers methods for traversing the parse tree and extracting specific parts of a 
 document.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://www.crummy.com/software/BeautifulSoup/'/>
                    <category>beautifulsoup</category>
        <category>Web</category>
        <category>python</category>
        <category>xml</category>
        <category>parser</category>
        <category>html</category>
        <category>License:Python-License</category>
                                              
            <pubDate>Wed, 23 Nov 2005 00:52:42 -0800</pubDate>
        </item>

        <item>
            <title>Medusa Server</title>
            <link>http://swik.net/Medusa</link>
            <doap:name>Medusa</doap:name>
            <description>&lt;p&gt;Medusa provides a framework for implementing  
 asynchronous &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/socket&quot;&gt;socket&lt;/a&gt;-based servers for &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/TCP%2FIP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;TCP&lt;/span&gt;/IP&lt;/a&gt;, and 
 on &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Unix&quot;&gt;Unix&lt;/a&gt; domain sockets.  The first release 
 includes &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/HTTP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;HTTP&lt;/span&gt;&lt;/a&gt;, &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/FTP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;FTP&lt;/span&gt;&lt;/a&gt;, and &amp;#8216;monitor&amp;#8217; (remote &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/python&quot;&gt;python&lt;/a&gt;  
 interpreter) servers.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://www.amk.ca/python/code/medusa.html'/>
                    <category>Programming</category>
        <category>python</category>
        <category>net</category>
        <category>webdev</category>
        <category>devel</category>
        <category>Text-Editors</category>
        <category>License:Python-License</category>
        <category>medusa</category>
                                              
            <pubDate>Thu, 27 Oct 2005 12:22:37 -0700</pubDate>
        </item>

        <item>
            <title>pySerial</title>
            <link>http://swik.net/pySerial</link>
            <doap:name>pySerial</doap:name>
            <description>&lt;p&gt;pySerial is a &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/python&quot;&gt;python&lt;/a&gt; library that encapsulates access to the serial port. It provides backends for Python running on &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Windows&quot;&gt;Windows&lt;/a&gt;, &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Linux&quot;&gt;Linux&lt;/a&gt;, &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/BSD&quot;&gt;&lt;span class=&quot;caps&quot;&gt;BSD&lt;/span&gt;&lt;/a&gt; (possibly any &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/POSIX&quot;&gt;&lt;span class=&quot;caps&quot;&gt;POSIX&lt;/span&gt;&lt;/a&gt; compilant system) and &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Jython&quot;&gt;Jython&lt;/a&gt;. The module named &amp;#8220;serial&amp;#8221; automatically selects the appropriate backend.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://pyserial.sourceforge.net/'/>
                    <category>Development</category>
        <category>Programming</category>
        <category>python</category>
        <category>Hardware</category>
        <category>Software-Development</category>
        <category>serial</category>
        <category>python-library</category>
        <category>License:Python-License</category>
        <category>pySerial</category>
                                              
            <pubDate>Wed, 05 Oct 2005 21:33:20 -0700</pubDate>
        </item>

        <item>
            <title>YAML Ain&#039;t Markup Language</title>
            <link>http://swik.net/yaml</link>
            <doap:name>yaml</doap:name>
            <description>&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;YAML&lt;/span&gt; (rhymes with &amp;#8220;camel&amp;#8221;) is a straightforward machine parseable data serialization format designed for human readability and interaction with scripting languages such as &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Perl&quot;&gt;Perl&lt;/a&gt; and &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Python&quot;&gt;Python&lt;/a&gt;.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://www.yaml.org/'/>
                    <category>YAML</category>
        <category>Ruby</category>
        <category>License:Artistic-License</category>
        <category>License:GPL</category>
        <category>JSON</category>
        <category>C</category>
        <category>perl</category>
        <category>JavaScript</category>
        <category>python</category>
        <category>License:Python-License</category>
                                              
            <pubDate>Tue, 12 Jul 2005 11:01:11 -0700</pubDate>
        </item>

        <item>
            <title>Computational Streaming</title>
            <link>http://swik.net/compstrm</link>
            <doap:name>compstrm</doap:name>
            <description>&lt;p&gt;The CompStrm Wiki is a lot more agile than other Wikis. The CompStrm Wiki lets you organize content into flexible hierarchies, making it easy to reorganize things on the fly as you are entering content. This is a light-weight content management tool that makes it easy to navigate both structures and time.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://compstrm.sourceforge.net/'/>
                    <category>WiKI</category>
        <category>License:Python-License</category>
        <category>Bill-la-Forge</category>
        <category>compstrm</category>
                                              
            <pubDate>Sat, 09 Jul 2005 19:47:06 -0700</pubDate>
        </item>

        <item>
            <title>Scintilla</title>
            <link>http://swik.net/Scintilla</link>
            <doap:name>Scintilla</doap:name>
            <description>&lt;p&gt;Scintilla is a free source code editing component for Win32 and &lt;span class=&quot;caps&quot;&gt;GTK&lt;/span&gt;+.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://www.scintilla.org/'/>
                    <category>scintilla</category>
        <category>Development</category>
        <category>tool</category>
        <category>GTK+</category>
        <category>source-code-editor</category>
        <category>License:Python-License</category>
                                              
            <pubDate>Thu, 07 Jul 2005 10:22:35 -0700</pubDate>
        </item>

        <item>
            <title>PyMol</title>
            <link>http://swik.net/PyMol</link>
            <doap:name>PyMol</doap:name>
            <description>&lt;p&gt;PyMOL is a user sponsored molecular visualization system on an open source foundation using &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Python&quot;&gt;Python&lt;/a&gt;.&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://pymol.sourceforge.net/'/>
                    <category>python</category>
        <category>molecular-visualization</category>
        <category>License:Python-License</category>
        <category>Warren-DeLano</category>
        <category>PyMol</category>
                                              
            <pubDate>Wed, 06 Jul 2005 14:05:55 -0700</pubDate>
        </item>

        <item>
            <title>Python</title>
            <link>http://swik.net/Python</link>
            <doap:name>Python</doap:name>
            <description>&lt;p&gt;Python is an interpreted, interactive,
&lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/oop&quot;&gt;object-oriented&lt;/a&gt; &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/programming-language&quot;&gt;programming language&lt;/a&gt;. It offers
remarkable power with very clear syntax, and isn&amp;#8217;t
difficult to learn. &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Java&quot;&gt;Java&lt;/a&gt; developers looking for an interpreted language
tend to like it.&lt;/p&gt;


	&lt;p&gt;&lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Jython&quot;&gt;Jython&lt;/a&gt; is a popular &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Java&quot;&gt;Java&lt;/a&gt;-based implementation of Python.&lt;/p&gt;


	&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://docs.python.org/lib/lib.html&quot;&gt;Official library reference here&lt;/a&gt;&lt;/p&gt;
</description>
                        <doap:homepage rdf:resource='http://www.python.org/'/>
                    <category>python</category>
        <category>LAMP</category>
        <category>OOP</category>
        <category>Scripting-Language</category>
        <category>programming-language</category>
        <category>Guido-van-Rossum</category>
        <category>License:Python-License</category>
                                              
            <pubDate>Thu, 26 May 2005 10:56:03 -0700</pubDate>
        </item>
    </channel>
</rss>
