{ "info": { "author": "Callum Jefferies", "author_email": "callum@callumj.co.uk", "bugtrack_url": null, "classifiers": [], "description": "AssetReload\n===========\n\nAssetReload uses WebSockets to broadcast asset changes to the browser.\n\n\n## Installation\n\nInstall with pip:\n\n\tpip install assetreload\n\nIf you don't have it installed, use `easy_install` instead.\n\n\n## Usage\n\nOnce setup, `cd` into a directory you would like to monitor for changes and start the server by running `assetreload`.\n\nThere are optional arguments:\n\n* `path` defines the directory to monitor (defaults to current directory)\n* `port` the port on which to start the server (defaults to 8888)\n\nE.g.\n\n\tassetreload --path=~/mysite/ --port=8889\n\n\n### In the browser\n\nMake a copy of `assetreload.js` in your project, and include the following:\n\n\t\n\nChanges to the current document or JavaScript trigger a page reload, but images and CSS can happen without. Configure your port to match the above by using `data-port` on the `script` tag.\n\nYou can automatically generate `assetreload.js` into a directory of your choosing by running:\n\n\tassetreload genscript\n\n\n## Changelog\n\n### Version 1.1\n\n* Added: error handling for incorrectly configured ports\n* Removed: need to specify a list of files to watch - files are now handled automatically", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/callum-/assetreload/archive/1.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/callum-/assetreload", "keywords": "websocket css javascript web browser tornado", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "assetreload", "package_url": "https://pypi.org/project/assetreload/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/assetreload/", "project_urls": { "Download": "http://github.com/callum-/assetreload/archive/1.1.tar.gz", "Homepage": "https://github.com/callum-/assetreload" }, "release_url": "https://pypi.org/project/assetreload/1.1/", "requires_dist": null, "requires_python": null, "summary": "Broadcast changes in your assets to the browser.", "version": "1.1" }, "last_serial": 786507, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1d0b48a8929b6c0fa5fdd1ddec1a75cf", "sha256": "78a2adceabb029395740f7d26a30de67d0bb6724f0eb39356854e317d62d4b81" }, "downloads": -1, "filename": "assetreload-1.0.tar.gz", "has_sig": false, "md5_digest": "1d0b48a8929b6c0fa5fdd1ddec1a75cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3191, "upload_time": "2013-02-05T17:48:58", "url": "https://files.pythonhosted.org/packages/ee/d8/056549855007c55e1e293293006d6014db4206afefd2f19600f4bc937da2/assetreload-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "906bfcc99c0020f8210aad29fa316996", "sha256": "c2cb782896c29c6f4f7031e998f2442ef3d9156ff5613e3f0f1530dabbce0075" }, "downloads": -1, "filename": "assetreload-1.0.1.tar.gz", "has_sig": false, "md5_digest": "906bfcc99c0020f8210aad29fa316996", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3188, "upload_time": "2013-02-07T10:48:56", "url": "https://files.pythonhosted.org/packages/0f/f2/2d1f5ae00e9e80633f93b34e9a21692a3c84b624e3fbb5495d105498ff08/assetreload-1.0.1.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "287ded38bbcfb397a9490c7d9910f1f4", "sha256": "4b921cfd7de69b8f1e2279234beef307df0d92c86c8a2b3a7a4d44087c36db68" }, "downloads": -1, "filename": "assetreload-1.1.tar.gz", "has_sig": false, "md5_digest": "287ded38bbcfb397a9490c7d9910f1f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3289, "upload_time": "2013-02-13T16:05:19", "url": "https://files.pythonhosted.org/packages/86/23/8a6cb0f8a8f094968c304b5f4e3b3d2a85b851b0388642b8ca3475af6b2f/assetreload-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "287ded38bbcfb397a9490c7d9910f1f4", "sha256": "4b921cfd7de69b8f1e2279234beef307df0d92c86c8a2b3a7a4d44087c36db68" }, "downloads": -1, "filename": "assetreload-1.1.tar.gz", "has_sig": false, "md5_digest": "287ded38bbcfb397a9490c7d9910f1f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3289, "upload_time": "2013-02-13T16:05:19", "url": "https://files.pythonhosted.org/packages/86/23/8a6cb0f8a8f094968c304b5f4e3b3d2a85b851b0388642b8ca3475af6b2f/assetreload-1.1.tar.gz" } ] }