SYMBOL INDEX (17 symbols across 3 files) FILE: gitfiti.py function str_to_sprite (line 196) | def str_to_sprite(content): function load_images (line 249) | def load_images(img_names): function retrieve_contributions_calendar (line 280) | def retrieve_contributions_calendar(username, base_url): function parse_contributions_calendar (line 295) | def parse_contributions_calendar(contributions_calendar): function find_max_daily_commits (line 307) | def find_max_daily_commits(contributions_calendar): function calculate_multiplier (line 313) | def calculate_multiplier(max_commits): function get_start_date (line 325) | def get_start_date(): function generate_next_dates (line 339) | def generate_next_dates(start_date, offset=0): function generate_values_in_date_order (line 347) | def generate_values_in_date_order(image, multiplier=1): function commit (line 356) | def commit(commitdate, shell): function fake_it (line 372) | def fake_it(image, start_date, username, repo, git_url, shell, offset=0,... function save (line 416) | def save(output, filename): function request_user_input (line 423) | def request_user_input(prompt='> '): function main (line 428) | def main(): FILE: tests/test_find_max_daily_commits.py function test_parse_contributions_calendar (line 74) | def test_parse_contributions_calendar(): function test_find_max_daily_commits (line 88) | def test_find_max_daily_commits(): FILE: tests/test_str_to_sprite.py function test_symbols_to_numbers (line 25) | def test_symbols_to_numbers():