{"id":23806754,"url":"https://github.com/sureshpandiyan1/cssreporter","last_synced_at":"2026-04-13T20:32:38.478Z","repository":{"id":186323208,"uuid":"540072208","full_name":"sureshpandiyan1/cssreporter","owner":"sureshpandiyan1","description":" improve your css and avoid maximum repetitions","archived":false,"fork":false,"pushed_at":"2022-09-22T16:36:14.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-10T20:39:42.096Z","etag":null,"topics":["analyzer","css","css-source","css-tools","css-userstyle","optimization","reduce","reporting-tool","webdev"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sureshpandiyan1.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,"governance":null}},"created_at":"2022-09-22T16:30:58.000Z","updated_at":"2022-09-22T16:35:08.000Z","dependencies_parsed_at":"2024-02-17T14:45:36.743Z","dependency_job_id":null,"html_url":"https://github.com/sureshpandiyan1/cssreporter","commit_stats":null,"previous_names":["sureshpandiyan1/cssreporter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sureshpandiyan1/cssreporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fcssreporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fcssreporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fcssreporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fcssreporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sureshpandiyan1","download_url":"https://codeload.github.com/sureshpandiyan1/cssreporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sureshpandiyan1%2Fcssreporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["analyzer","css","css-source","css-tools","css-userstyle","optimization","reduce","reporting-tool","webdev"],"created_at":"2025-01-01T23:14:06.229Z","updated_at":"2026-04-13T20:32:38.458Z","avatar_url":"https://github.com/sureshpandiyan1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\ncssreporter is small tools for detect how many properties and values you are typed.it's next css generation reporter who want to improve your css and avoid maximum repetition as much you can.\n\n# how to run\n\n```\nfrom cssreporter import css_reporter\n\ncss_reporter('your css filename with extension')\n\n\n\nHello !! \n\nsuccessfully created a complete report about your css file\n\nfile name - css_complete_report.txt\n\n ------thank you for using cssreporter :)----------------\n\n```\n\n\n# benefits\n\n- reduce repetition\n- avoid bloat css codes\n- how many lines of code written\n- complete code report specifically based by properties you are typed\n\n# Most Highlights About cssreporter:\n\n- you can clearly see how much time you were repeats same values and properties.\n\n\n# how it's exactly output from your css file?\n\n### css_complete_report.txt   =\u003e\n```\n--------------------------------\n    background-color - 6 lnofcode\n    --------------------------------\n    - hsla(0,0%,100%,.99); \n    - SelectedItem; \n    - hsl(0, 0%, 97%); \n    - SelectedItem; \n    - hsl(0, 0%, 90%); \n    - hsl(0, 0%, 85%); \n\n    --------------------------------\n    color - 9 lnofcode\n    --------------------------------\n    - hsla(0,0%,100%,.99); \n    - black; \n    - SelectedItem; \n    - SelectedItemText; \n    - hsl(0, 0%, 97%); \n    - #666; \n    - SelectedItem; \n    - hsl(0, 0%, 90%); \n    - hsl(0, 0%, 85%); \n\n    --------------------------------\n    border - 10 lnofcode\n    --------------------------------\n    - 1px solid hsla(0, 0%, 0%, .2); \n    - none; \n    - 1px solid hsl(0, 0%, 92%); \n    - 0; \n    - 1px solid hsl(0, 0%, 92%); \n    - 0; \n    - none; \n    - 1px solid hsl(0, 0%, 92%); \n    - none; \n    - 1px solid hsla(0, 0%, 0%, .08); \n\n    --------------------------------\n    border-top - 2 lnofcode\n    --------------------------------\n    - none; \n    - 1px solid hsla(0, 0%, 0%, .08); \n\n    --------------------------------\n    box-shadow - 1 lnofcode\n    --------------------------------\n    - 0 5px 10px hsla(0, 0%, 0%, .1); \n\n    --------------------------------\n    position - 3 lnofcode\n    --------------------------------\n    - absolute; \n    - right center; \n    - left; \n```\n\n# friendly output when it's successfully reports :)\n\n ```\nHello !! \n\nsuccessfully created a complete report about your css file\n\nfile name - css_complete_report.txt\n\n ------thank you for using cssreporter :)------------------\n ```\n\n # Copyright \u0026 License\n\n Suresh P @ 2022 | cssreporter | Unlicense\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsureshpandiyan1%2Fcssreporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsureshpandiyan1%2Fcssreporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsureshpandiyan1%2Fcssreporter/lists"}