DataGrid

Tabular data rendering library
Download

DataGrid Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Publisher Name:
  • Kenny Parnell
  • Publisher web site:
  • http://github.com/redventures-oss/

DataGrid Tags


DataGrid Description

Tabular data rendering library The DataGrid package is composed of two main components. The library, which is the main purpose of this project, and an executable (rendergrid) that uses the library for shell-level access to the library. There are also PHP bindings which utilize the rendergrid script for access to the datagrid from php.InstallationThe installation process will install the library in python's site-packages dir, the rendergrid executable in your bin dir, and if you have php installed will attempt to install the php bindings in your php-path.To install:python setup.py installUsage (python library)Render of basic table with ascii renderer:>>> from datagrid.core import DataGrid>>> from datagrid.renderer.ascii import Renderer>>> grid = DataGrid(,])>>> print grid.render(Renderer())A B C============1 2 34 5 6============Usage (rendergrid exec)Render a csv file with headers:rendergrid -A myfile.csvFor more help with the rendergrid executable:rendergrid -h


DataGrid Related Software