Project

cabbage

0.0
No commit activity in last 3 years
No release in over 3 years
More to come.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0
 Project Readme

cabbage¶ ↑

Cabbage is a simple library of parsers. Currently, it parses Graphviz DOT files and emails. The goal is maximum ease of use and simplicity.

use: install the gem named ‘cabbage’, and parse a dotfile by invoking ‘Cabbage.dotfile(“dotfile”)’ in your script. (where “dorfile” is either a string containing either the path to a dotfile or a dot-formatted string) Similarly, Cabbage.email(“email_file”) will parse an email. More parsers to come as I have need of them.

Contributing to cabbage¶ ↑

Send me a message if you feel the urge to contribute. Fork at will.

Do whatever you want with it.