Skip to content
/ showtable Public

Perl and Ruby programs and libraries to format data into columns

Notifications You must be signed in to change notification settings

aks/showtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

The ShowTable project is a tool developed in multiple languages to 
read data in a variety of input formats, and output the data after
"normalizing" it, in one of several possible formats.

The Perl version has been around for many years; the Ruby version is 
just now being developed.

Each package provides a library for other applications to use, and a script
that is a client of the library and performs a filtering and presentation
function on data.

The program is called "showtable", and the library is called "ShowTable".

In Perl, you would use ShowTable like this:

  use ShowTable;
  ...
  show_table some_data

In Ruby, the invocation is:

  require 'show-table'
  ...
  show_table some_data

I'm considering developing a version in Python.  TBD.

Contributions or improvements are welcome.

_________________________________
Alan Stebbens <aks+showtable@stebbens.org>      

About

Perl and Ruby programs and libraries to format data into columns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published