Rizin
unix-like reverse engineering framework and cli tools
make_dist_html.py File Reference

Go to the source code of this file.

Namespaces

 make_dist_html
 

Functions

def make_dist_html.version (tag)
 
def make_dist_html.major_minor (tag)
 
def make_dist_html.row_for (tag)
 
def make_dist_html.group_for (tags)
 
def make_dist_html.groups_for (groups, n=4)
 

Variables

string make_dist_html.HTML
 
string make_dist_html.GROUPS
 
string make_dist_html.GROUP
 
string make_dist_html.ROW
 
string make_dist_html.GPG
 
string make_dist_html.EXE
 
 make_dist_html.tags = subprocess.check_output(['git', 'tag'])
 
 make_dist_html.key
 
 make_dist_html.version
 
 make_dist_html.reverse
 
list make_dist_html.groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
 
string make_dist_html.html = HTML.format(groups=groups).strip()