{
"info": {
"author": "Ilya Shalyapin",
"author_email": "ishalyapin@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4"
],
"description": "Features\n========\n\n - Pure Python asset manager\n - Python 3 support\n\n\nInstallation\n============\n::\n\n pip install django-easyasset\n\n\nConfiguration\n=============\n\n\n**settings.py** ::\n\n INSTALLED_APPS = (\n ...\n 'django.contrib.staticfiles',\n 'easyasset',\n ...\n )\n\n # it is used by \"manage.py collectstatic\"\n STATICFILES_FINDERS = (\n ...\n 'easyasset.finders.EasyAssetFinder',\n )\n\n EASYASSET_RULES = {\n 'css/all.css': {\n 'sources': [\n 'components/*.css',\n 'blocks/*/*.css',\n ],\n 'ignore': [\n 'blocks/*/*.ie*.css',\n ],\n },\n 'css/ie8.css': {\n 'sources': [\n 'blocks/*/*.ie8.css',\n ],\n },\n 'js/all.js': {\n 'sources': [\n 'blocks/*/*.js',\n ]\n }\n }\n\n # if you would like to minify css and js files\n EASYASSET_COMPRESS = True\n\n\n**urls.py** ::\n\n from django.conf.urls.static import static\n from easyasset.views import easyasset_static_serve\n\n urlpatterns = patterns('',\n # your urls\n )\n # add static url with argument view=easyasset_static_serve\n urlpatterns += static(settings.STATIC_URL, view=easyasset_static_serve)\n\n\n**templates** ::\n\n {% load staticfiles %}\n\n \n \n\n\nRunserver\n=========\n\n::\n\n manage.py runserver --nostatic\n",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/un1t/django-easyasset",
"keywords": "django",
"license": "MIT License",
"maintainer": null,
"maintainer_email": null,
"name": "django-easyasset",
"package_url": "https://pypi.org/project/django-easyasset/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/django-easyasset/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/un1t/django-easyasset"
},
"release_url": "https://pypi.org/project/django-easyasset/0.0.6/",
"requires_dist": null,
"requires_python": null,
"summary": "Asset manager.",
"version": "0.0.6"
},
"last_serial": 1529310,
"releases": {
"0.0.1": [],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "bbe72c40e367dbd244c112575ae97cfc",
"sha256": "ac20f463a7e5d6c4abc5eafee5f45f94d8010c1a5c1baa662595c789c0f03fca"
},
"downloads": -1,
"filename": "django-easyasset-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "bbe72c40e367dbd244c112575ae97cfc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3050,
"upload_time": "2015-04-01T10:54:52",
"url": "https://files.pythonhosted.org/packages/a1/ce/051affbe09c1aac1b6471015db7fa8444f96c8071fd87ad3aafd274754a9/django-easyasset-0.0.2.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "2baceef526d056fc4945be9bfd5c0e41",
"sha256": "8896c9073d96a316997b819564b1436f2f6c349784b08c673a3022a7efb3837b"
},
"downloads": -1,
"filename": "django-easyasset-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "2baceef526d056fc4945be9bfd5c0e41",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3101,
"upload_time": "2015-04-01T14:24:09",
"url": "https://files.pythonhosted.org/packages/41/5d/a4f67bfef33fa820ae32bb4f9c7157071fbac89bf03988c0714b52700b09/django-easyasset-0.0.3.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "b991f5b35cc5d1a2c1bb3df96cf0f239",
"sha256": "4361c04b443db24c67404c75bb117b4d22ac6b829144666ac8c4bb3fb88755dc"
},
"downloads": -1,
"filename": "django-easyasset-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "b991f5b35cc5d1a2c1bb3df96cf0f239",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3053,
"upload_time": "2015-05-01T11:07:03",
"url": "https://files.pythonhosted.org/packages/7c/88/9026a4f6f677a7f4635a7fa7cd17ff3b8e7f320ca1371aee2262a1b87b34/django-easyasset-0.0.4.tar.gz"
}
],
"0.0.5": [
{
"comment_text": "",
"digests": {
"md5": "68662e65726c8d41c85e086cb74d7f2a",
"sha256": "a8bc2abd9dbc02a02a5e9f5bcd8529059d0c21bd284ee7eb60b948415c20b0e4"
},
"downloads": -1,
"filename": "django-easyasset-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "68662e65726c8d41c85e086cb74d7f2a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3073,
"upload_time": "2015-05-01T11:17:00",
"url": "https://files.pythonhosted.org/packages/54/02/d23646af03c53edebd6cb99ed6461ef1cf9ed8090bf28d1be5769ce3c09e/django-easyasset-0.0.5.tar.gz"
}
],
"0.0.6": [
{
"comment_text": "",
"digests": {
"md5": "6c275809ed6a82208a353fa03f413c92",
"sha256": "490d2a2dd74850a09da447834e669f967fa050e536d8b09d4ff6530fc5f0bf2c"
},
"downloads": -1,
"filename": "django-easyasset-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "6c275809ed6a82208a353fa03f413c92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3065,
"upload_time": "2015-05-01T11:23:34",
"url": "https://files.pythonhosted.org/packages/26/43/9c92bee9009d3894e3922137628e90307269bafe687ca276a38ce1046335/django-easyasset-0.0.6.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "6c275809ed6a82208a353fa03f413c92",
"sha256": "490d2a2dd74850a09da447834e669f967fa050e536d8b09d4ff6530fc5f0bf2c"
},
"downloads": -1,
"filename": "django-easyasset-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "6c275809ed6a82208a353fa03f413c92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3065,
"upload_time": "2015-05-01T11:23:34",
"url": "https://files.pythonhosted.org/packages/26/43/9c92bee9009d3894e3922137628e90307269bafe687ca276a38ce1046335/django-easyasset-0.0.6.tar.gz"
}
]
}