{ "info": { "author": "Marcel Nicolay", "author_email": "marcel.nicolay@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved", "Natural Language :: English", "Natural Language :: Portuguese (Brazilian)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "PyCompressor\n======================\n\nPyCompressor collect all css and js references in html files, merge and compress then, puting all static files in an specific bucket, filtering all js,css and images references in html to apply your bucket url.\n\nInstallation\n-----------------\n\nInstalling: `pip install compressor`\n\nUsage\n=======\n\n compressor -c compressor.yaml --color\n\ncompressor.yaml\n-----------------\n\n # your files path\n path:\n template: template\n css: media/css\n js: media/js\n \n # compressor results path\n output:\n template: compressor/template\n css: compressor/media/css\n js: compressor/media/js\n\n # pattern to find tags in html code\n pattern:\n css: ../media/css\n js: ../media/js\n img: ../media/img\n\n # filter url tags\n filter:\n url: \n css: http://demo.pycompressor.com/media/css\n js: http://demo.pycompressor.com/media/js\n img: http://demo.pycompressor.com/media/img\n\nRequirements\n------------\nThe following python libraries are required\n\n* PyYAML\n\n\nIssues\n------\n\nPlease report any issues via [github issues](https://github.com/marcelnicolay/pycompressor/issues)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/marcelnicolay/pycompressor", "keywords": "compressor", "license": "OSI", "maintainer": null, "maintainer_email": null, "name": "compressor", "package_url": "https://pypi.org/project/compressor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/compressor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/marcelnicolay/pycompressor" }, "release_url": "https://pypi.org/project/compressor/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "compressor", "version": "0.0.3" }, "last_serial": 377896, "releases": { "0.0.1": [], "0.0.2": [], "0.0.3": [] }, "urls": [] }