The abouttag.py library¶
The abouttag.py library provides functions for producing standardized (“canonical”) about tags using the conventions described in this blog. It is available from Github at http://github.com/njr0/abouttag. The README file and code examples are available here.
The About Tag Web Application¶
The About Tag web application provides a web interface to the abouttag.py as well as facilities for producing visualizations of Fluidinfo objects (HTML/SVG). It is a Google App Engine application, and can also be found at http://abouttag.appspot.com. (Use the links of the logo to navigate around the site.)
The fdb Fluidinfo library and Command Line¶
fdb is a python script that provides a unix shell-like interface to Fluidinfo. It also provides a python library for accessing Fluidinfo, but that is probably less useful for most people.
fdb is available from Github at http://github.com/njr0/fdb.
Documentation is available in Fluidinfo at http://fluiddb.fluidinfo.com/about/fdb/njr/index.html.