{"id":20710782,"url":"https://github.com/qyful/cssminifier","last_synced_at":"2025-04-23T06:09:06.843Z","repository":{"id":214405581,"uuid":"736441116","full_name":"qyful/CSSMinifier","owner":"qyful","description":"An open source Python minification package for Cascading Style Sheets (CSS).","archived":false,"fork":false,"pushed_at":"2023-12-28T01:32:35.000Z","size":9,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T06:08:59.674Z","etag":null,"topics":["css","css3","minification","minifier","minify","minify-css"],"latest_commit_sha":null,"homepage":"https://oliwiersporny.com","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/qyful.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,"roadmap":null,"authors":null}},"created_at":"2023-12-27T23:18:15.000Z","updated_at":"2023-12-28T01:36:10.000Z","dependencies_parsed_at":"2023-12-28T01:16:06.278Z","dependency_job_id":null,"html_url":"https://github.com/qyful/CSSMinifier","commit_stats":null,"previous_names":["qyful/cssminifier"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qyful%2FCSSMinifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qyful%2FCSSMinifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qyful%2FCSSMinifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qyful%2FCSSMinifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qyful","download_url":"https://codeload.github.com/qyful/CSSMinifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250379805,"owners_count":21420841,"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":["css","css3","minification","minifier","minify","minify-css"],"created_at":"2024-11-17T02:13:08.764Z","updated_at":"2025-04-23T06:09:06.763Z","avatar_url":"https://github.com/qyful.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cpre\u003e\n\n ██████╗███████╗███████╗███╗   ███╗██╗███╗   ██╗██╗███████╗██╗███████╗██████╗ \n██╔════╝██╔════╝██╔════╝████╗ ████║██║████╗  ██║██║██╔════╝██║██╔════╝██╔══██╗\n██║     ███████╗███████╗██╔████╔██║██║██╔██╗ ██║██║█████╗  ██║█████╗  ██████╔╝\n██║     ╚════██║╚════██║██║╚██╔╝██║██║██║╚██╗██║██║██╔══╝  ██║██╔══╝  ██╔══██╗\n╚██████╗███████║███████║██║ ╚═╝ ██║██║██║ ╚████║██║██║     ██║███████╗██║  ██║\n ╚═════╝╚══════╝╚══════╝╚═╝     ╚═╝╚═╝╚═╝  ╚═══╝╚═╝╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝\n                                                                              \n------------------------------------------------------------------------------\n\n                   An open source Python minification package\n                       for Cascading Style Sheets (CSS).\n\u003c/pre\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cssminifier)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/cssminifier)\n\n\u003cdiv\u003e\n\n## Installation \u0026 Basic Usage\nTo install the package, you should use the PIP package manager:\n\n```\npip install cssminifier\n```\n\nAfter that, you can import it into a Python script and use it as you desire. For example:\n\n```py\nfrom cssminifier import Minifier\n\ndef main():\n    with open(\"tests/media_queries.css\", 'r') as fp:\n        minifier = Minifier(fp.read())\n\n        print(minifier())\n        \n        fp.close()\n\nif __name__ == '__main__':\n    main()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqyful%2Fcssminifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqyful%2Fcssminifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqyful%2Fcssminifier/lists"}