Skip to main content

Transpose, flip, rotate textual data.

Project description

Commandline tool which can transpose, flip, rotate data formatted in rows and columns. With many ways to define how the columns are defined. Rotations can be multiples of 45 degrees.

simple transpose: transpose

a b c
d e f

to

a   d   
b   e   
c   f   

rotate by 45 degrees: transpose -45

a b c
d e f
g h i

to

        a       
    d       b   
g       e       c
    h       f   
        i       

or reverse a line:

transpose -y -p .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

text-transpose-1.0.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

text_transpose-1.0.0-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page