{"id":18823766,"url":"https://github.com/iryukizo/check_lines","last_synced_at":"2025-10-29T12:15:57.574Z","repository":{"id":54743583,"uuid":"307573525","full_name":"iRyukizo/check_lines","owner":"iRyukizo","description":"A little python script to check lines in your c files.","archived":false,"fork":false,"pushed_at":"2021-03-25T01:32:30.000Z","size":57,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T15:47:39.514Z","etag":null,"topics":["c","ctags","format","lines-of-code","pypi","python-script","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iRyukizo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-27T03:21:13.000Z","updated_at":"2021-02-01T08:50:16.000Z","dependencies_parsed_at":"2022-08-14T01:30:26.780Z","dependency_job_id":null,"html_url":"https://github.com/iRyukizo/check_lines","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iRyukizo%2Fcheck_lines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iRyukizo%2Fcheck_lines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iRyukizo%2Fcheck_lines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iRyukizo%2Fcheck_lines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iRyukizo","download_url":"https://codeload.github.com/iRyukizo/check_lines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248807469,"owners_count":21164690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","ctags","format","lines-of-code","pypi","python-script","python3"],"created_at":"2024-11-08T00:54:37.048Z","updated_at":"2025-10-29T12:15:52.544Z","avatar_url":"https://github.com/iRyukizo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# check_lines\nA little python script to check lines in your **C** files.\n\n### Must have:\n - Following programs:\n```\nctags\npython3\n```\n---\n### How to use:\n```sh\ncheck_lines [options] [files]\n```\nExamples:\n```sh\n[ryuki@apollo11 Project]$ check_lines main.c\nmain.c:49:18: warning: This function is too long: 34 lines [expected 25 lines].\nint main(void)\n    ^\n[ryuki@apollo11 Project]$ check_lines -l 20 --remaining main.c\n-- remaining lines --\nFile: main.c\n  Function: main         (5:4):\t        -14 lines\n  Function: print_stuff (10:5):          10 lines\n[ryuki@apollo11 Project]$ check_lines -f main.c other.c\n-- functions counter --\n  Total of all     functions:\t 14\n  Total of static  functions:\t 2\n  Total of normal  functions:\t 9\nFile: main.c\n  Total   functions:\t 2\n  Static  functions:\t 0\n  Normal  functions:\t 2\nFile: other.c\n  Total   functions:\t 12\n  Static  functions:\t 5\n  Normal  functions:\t 7\n```\n---\n### How to install:\n```sh\npip install check-lines\n```\nSee: https://pypi.org/project/check-lines/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firyukizo%2Fcheck_lines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firyukizo%2Fcheck_lines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firyukizo%2Fcheck_lines/lists"}