<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pytranspose/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pytranspose/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 28 Jul 2011 05:25:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pytranspose/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Michael Smith</title><link>https://sourceforge.net/p/pytranspose/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,1 +1,51 @@
-
+### What PyTranspose does
+
+PyTranspose is a Python script that "rotates" a delimited text file, so that the columns become rows (and vice-versa). It will run in any environment that has python installed without requiring compilation.
+
+### This is alpha software
+
+This software is still a bit rough because it's in severe alpha. I expect it to become beta by October 2011. I can't guarantee that it will production-ready &lt;em&gt;ever&lt;/em&gt;, but if enough people use it and give me feedback, then who knows?
+
+
+### Installing PyTranspose
+
+
+To use transpose, you need a computer with Python 2.X installed. Mac and Linux should have this already installed.
+&lt;ol&gt;
+	&lt;li&gt;First, download the file &lt;strong&gt;pytranspose.zip&lt;/strong&gt; from &lt;a href="http://sourceforge.net/projects/pytranspose/files/"&gt;SourceForge&lt;/a&gt;.&lt;/li&gt;
+	&lt;li&gt;If you like, put the file transpose.py in your path. You can do this by either moving transpose.py to a directory on your path or adding the directory where transpose.py is located to your path. Otherwise skip to the next step.&lt;/li&gt;
+	&lt;li&gt;Change the permissions on transpose.py so that anyone may execute it. This can be done on the command line with &lt;strong&gt;chmod 755 transpose.py&lt;/strong&gt;.&lt;/li&gt;
+&lt;/ol&gt;
+Unlike the aforementioned transpose utility, this will run without compiling first.
+
+
+### Using PyTranspose
+
+Suppose you have a text file that looks like this:
+&lt;blockquote&gt;$ &lt;strong&gt;cat test&lt;/strong&gt;
+Hello, my name is Michael.
+Goodbye, I must be going.&lt;/blockquote&gt;
+If we wanted to transpose on the whitespace, we would type:
+&lt;blockquote&gt;$ &lt;strong&gt;transpose.py -w test&lt;/strong&gt;
+Hello, Goodbye,
+my I
+name must
+is be
+Michael. going.&lt;/blockquote&gt;
+&lt;strong&gt;transpose.py --whitespace&lt;/strong&gt; is equivalent to &lt;strong&gt;transpose.py -w&lt;/strong&gt;
+
+If we wanted to transpose on the comma, we would type:
+&lt;blockquote&gt;$ &lt;strong&gt;transpose.py -d=,&lt;/strong&gt;
+Hello,Goodbye
+my name is Michael., I must be going.&lt;/blockquote&gt;
+&lt;strong&gt;transpose.py --delimiter&lt;/strong&gt; is equivalent to &lt;strong&gt;transpose.py -d&lt;/strong&gt;
+
+To get help, type:
+
+&lt;blockquote&gt;$ &lt;b&gt;transpose.py --help&lt;/b&gt;&lt;/blockquote&gt;
+
+
+
+### Please use this software and please criticize me!
+
+I encourage you to use this script and to tell me what you think, whether it sucks or rocks, and what you need me to fix or would like for me to change about it. I'm not kidding. I can't make this code work better, and grow as a programmer, without your feedback.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Smith</dc:creator><pubDate>Thu, 28 Jul 2011 05:25:05 -0000</pubDate><guid>https://sourceforge.net815e2ea652e9d2ed09cc52dcbbaab8f8bc6b9930</guid></item><item><title>WikiPage Home modified by Michael Smith</title><link>https://sourceforge.net/p/pytranspose/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,1 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/pytranspose/wiki/markdown_syntax/) syntax.
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Smith</dc:creator><pubDate>Thu, 28 Jul 2011 05:24:19 -0000</pubDate><guid>https://sourceforge.netf56eb04d4f504709414de8e34b6554c9d4ab0b84</guid></item><item><title>WikiPage Home modified by Michael Smith</title><link>https://sourceforge.net/p/pytranspose/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/pytranspose/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Smith</dc:creator><pubDate>Thu, 28 Jul 2011 03:28:02 -0000</pubDate><guid>https://sourceforge.net36da3236d39c2547115399df95bf3691393d5dbb</guid></item></channel></rss>