Python scripts for generating schema appropriate data from various contexts.
Below is a list of python modules and their methods. When in doubt, check the overall data utils module for more.
Any module that supports command line usage will be accessible via python MODULE_NAME.py
. To find out how to use them, just run python MODULE_NAME.py --help
, or look at the source.
get_tree
: build a json representation of a filesystem tree appropriate for creating dendrograms, treemaps and radial dendrograms. See schemas for more info on these chart types.
get_dotfile_tree
: build a dotfile representation of a filesystem tree appropriate for creating graphs and digraphs. See schemas for more info on these chart types.
get_word_freq_distribution
: create a counter with word frequencies.
format_4_wordcloud
: create wordcloud friendly config from words.