{ "info": { "author": "Yohann Gabory", "author_email": "yohann@gabory.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7" ], "description": "Django Bower App\n================\n\nLibrary to manage bower.json dependancies with ease\n\nWHY\n---\n\nManaging assets for django is more and more complicated when you need\nto interact with heavy javascript page. Now many javascripts\ndevelopers use bower to manger their dependancies.\n\nBower then need to be interfaced with Django as seemlessly as\npossible. Neither the javascript developer nor the django developper\nmust change the way they work.\n\ndjango-bower-app aims to be the glue between javascript and django\nwith simple, easy to manage code.\n\nHOW\n---\n\nA simple command, bower_install will look in each of the static\ndirectory of each app and extract the bower.json, letting\nbower_components untouched and build each module dependancies in the\nsettings.STATIC_ROOT directory.\n\nYou can now develop your javascript apps with bower and create a\nproduction ready environnment with bower_install\n\nRequirements\n------------\n\nObviousely, to run django-bower-app, you need bower and django. That's\nall.\n\nINSTALL\n-------\n\nFirst download this module and install it with\n\n>>> python setup.py install\n\nThen add \"djangobwr\" to your INSTALLED_APPS\n\n>>> INSTALLED_APPS = (\n...\n\"djangobwr\",\n...\n)\n\nyou are ready to run the command each time you want to collect the\nbower dependancies:\n\n>>> python manage.py bower_install", "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/boblefrag/django-bower-app", "keywords": "", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-bower-app", "package_url": "https://pypi.org/project/django-bower-app/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bower-app/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/boblefrag/django-bower-app" }, "release_url": "https://pypi.org/project/django-bower-app/0.5/", "requires_dist": null, "requires_python": null, "summary": "Library to manage bower.json dependancies with ease", "version": "0.5" }, "last_serial": 1226190, "releases": { "0.4": [], "0.5": [ { "comment_text": "", "digests": { "md5": "04b66a6e4616f447459305baa62aab4e", "sha256": "eaeb8dd3346a9db86bbffe4ced87d4380b0540ed09ec708acf9d58ca043f9b96" }, "downloads": -1, "filename": "django-bower-app-0.5.zip", "has_sig": false, "md5_digest": "04b66a6e4616f447459305baa62aab4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7921, "upload_time": "2014-09-16T08:10:11", "url": "https://files.pythonhosted.org/packages/0c/86/33e08a443e630644a032e19ae3ef7bddb7c55e62947d600855f0c901bd75/django-bower-app-0.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04b66a6e4616f447459305baa62aab4e", "sha256": "eaeb8dd3346a9db86bbffe4ced87d4380b0540ed09ec708acf9d58ca043f9b96" }, "downloads": -1, "filename": "django-bower-app-0.5.zip", "has_sig": false, "md5_digest": "04b66a6e4616f447459305baa62aab4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7921, "upload_time": "2014-09-16T08:10:11", "url": "https://files.pythonhosted.org/packages/0c/86/33e08a443e630644a032e19ae3ef7bddb7c55e62947d600855f0c901bd75/django-bower-app-0.5.zip" } ] }