Difference between revisions of "PrettyTable"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=PrettyTable |Short description=a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. |Full descri...")
 
(Since there is [[Gcc] and Gimp, Prettytable is probably better than PrettyTable, so I merged PrettyTable content into Prettytable)
(Tag: New redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Entry
+
#REDIRECT [[Prettytable]]
|Name=PrettyTable
 
|Short description=a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables.
 
|Full description=PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. PrettyTable lets you control many aspects of the table, like the width of the column padding, the alignment of text within columns, which characters are used to draw the table border, whether you even want a border, and much more.
 
|User level=intermediate
 
|Status=Live
 
|Component programs=
 
|Homepage URL=http://code.google.com/p/prettytable/
 
|VCS checkout command=
 
|Computer languages=Python
 
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
|Keywords=text,data,ASCII,Python,column,table,border,tabular
 
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2009-08-31
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Version identifier=0.5
 
|Version date=2009-05-26
 
|Version status=beta
 
|Version download=http://prettytable.googlecode.com/files/prettytable-0.5.py
 
|License verified date=2009-08-27
 
|Version comment=
 
}}
 
{{Person
 
|Role=Maintainer
 
|Real name=Luke Maurits
 
|Email=thenine@trinity.sa.edu.au
 
|Resource URL=
 
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=Download
 
|Resource URL=http://code.google.com/p/prettytable/downloads/list
 
}}
 
{{Software category
 
|Interface=library
 
|Programming-language=python
 
|Software-development=programming-language
 
|Use=software-development
 
}}
 
{{Project license
 
|License=BSD_3Clause
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-08-27
 
}}
 

Latest revision as of 17:35, 13 October 2023

Redirect to:



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.