<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Raving &#187; cherrypy</title>
	<atom:link href="http://www.techraving.com/tag/cherrypy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techraving.com</link>
	<description>An Opinion is a Terrible Thing To Waste</description>
	<lastBuildDate>Sat, 26 Dec 2009 14:29:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CherryPy, RESTFul Routing</title>
		<link>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/</link>
		<comments>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 16:52:17 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[CherryPy]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[dispatcher]]></category>
		<category><![CDATA[restful]]></category>
		<category><![CDATA[routes]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=140</guid>
		<description><![CDATA[Using CherryPy as a web server allows us to quickly create services and gain a lot more free time, or rest. I don&#8217;t miss those times where we worked none stop on other frameworks to provide services to other apps.  OK moving from on project immediately to another project takes up that free time and [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CherryPy, The Deploy Script</title>
		<link>http://www.techraving.com/2008/09/28/cherrypy-the-deploy-script/</link>
		<comments>http://www.techraving.com/2008/09/28/cherrypy-the-deploy-script/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 14:10:15 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[CherryPy]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[cherrypyd]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=131</guid>
		<description><![CDATA[To start a CherryPy application begins with a startup script for assigning all your controllers and generally telling it what to do. How your application runs is greatly dependent upon how this script operates. By default the CherryPy tutorial doesn&#8217;t allow for RESTFul routing or allowing the controllers access to the configuration files as they [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/09/28/cherrypy-the-deploy-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CherryPy, The Setup</title>
		<link>http://www.techraving.com/2008/09/27/cherrypy-the-setup/</link>
		<comments>http://www.techraving.com/2008/09/27/cherrypy-the-setup/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 13:42:10 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[CherryPy]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=125</guid>
		<description><![CDATA[When the requirement was given to create a web application that was merely more than an API service CherryPy was chosen. CherryPy is an HTTP Framework without all the bells and whistles of database libraries, and templating libraries. As a web service provider it&#8217;s turned out to be very fast because of the lack of [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/09/27/cherrypy-the-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back in the Blogger Saddle Again</title>
		<link>http://www.techraving.com/2008/09/16/back-in-the-blogger-saddle-again/</link>
		<comments>http://www.techraving.com/2008/09/16/back-in-the-blogger-saddle-again/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 23:15:14 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=114</guid>
		<description><![CDATA[Not that I was ever far from the computer mind you. In fact I&#8217;ve been sitting right here watching you hit my site, rather trying to see if you were a search engine. The past four months I have been coding every day and ngiht including weekends to deliver some projects.
Recently envieled at IZEAFestÂ was the [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/09/16/back-in-the-blogger-saddle-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CherryPy Using Routes Library</title>
		<link>http://www.techraving.com/2008/06/23/cherrypy-using-routes-library/</link>
		<comments>http://www.techraving.com/2008/06/23/cherrypy-using-routes-library/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 01:17:18 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[pylons]]></category>
		<category><![CDATA[routes]]></category>

		<guid isPermaLink="false">http://www.techraving.com/2008/06/23/cherrypy-using-routes-library/</guid>
		<description><![CDATA[I&#8217;m still plucking away at this project as time allows using CherryPy. This weekend I just started to use it and finally got a working environmental configuration system and then next step was to figure out if RESTful controllers could be used. As it turns out you can not only use RESTful controllers but have [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/06/23/cherrypy-using-routes-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
