ascii art

This commit is contained in:
Kenneth Reitz
2010-07-12 16:58:25 -04:00
parent ee8a5b1cdc
commit 00d47dc501
4 changed files with 14 additions and 0 deletions
+7
View File
@@ -3,6 +3,13 @@ Tabbed -- Pythonic Tabular Datasets
**Tabbed is under active documentation-driven development.**
_____ ______ ______ _________
__ /_______ ____ /_ ___ /_ _____ ______ /
_ __/_ __ `/__ __ \__ __ \_ _ \_ __ /
/ /_ / /_/ / _ /_/ /_ /_/ // __// /_/ /
\__/ \__,_/ /_.___/ /_.___/ \___/ \__,_/
Formats supported:
- JSON
View File
View File
+7
View File
@@ -0,0 +1,7 @@
from tabbed.core import *
# _____ ______ ______ _________
# __ /_______ ____ /_ ___ /_ _____ ______ /
# _ __/_ __ `/__ __ \__ __ \_ _ \_ __ /
# / /_ / /_/ / _ /_/ /_ /_/ // __// /_/ /
# \__/ \__,_/ /_.___/ /_.___/ \___/ \__,_/